Skip to content

Commit

Permalink
Merge pull request #21 from sorare/yu/release-readme
Browse files Browse the repository at this point in the history
Bump to 1.3.5, add release process to README
  • Loading branch information
utay authored Jun 28, 2023
2 parents ab01957 + 03bd0f0 commit a8e87a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ const signature = signLimitOrder(privateKey, limitOrder);

Starting from v1.3.2, C++ bindings can be used for faster `verifyTransfer` and `verifyLimitOrder` operations. It uses Starkware's [crypto-cpp](https://github.com/starkware-libs/crypto-cpp) library and can be enabled by adding `USE_STARKWARE_CRYPTO_CPP=true` to your env. Please note that this variable also needs to be set when `yarn install` runs in order to build the C++ bindings using [node-gyp](https://github.com/nodejs/node-gyp).

# Release

- Clone git submodules
- Bump version in package.json
- Run `yarn release`

# License

`@sorare/crypto` is [MIT licensed](LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Crypto used in the Sorare stack",
"author": "Sorare",
"license": "MIT",
"version": "1.3.4",
"version": "1.3.5",
"main": "lib.js",
"dependencies": {
"bigint-buffer": "^1.1.5",
Expand Down

0 comments on commit a8e87a9

Please sign in to comment.