Skip to content

Commit

Permalink
Merge pull request #41 from initia-labs/bump-secp256k1
Browse files Browse the repository at this point in the history
bump secp256k1 to prevent segfault when used with threads
  • Loading branch information
joon9823 authored Feb 5, 2024
2 parents 131ed65 + 8ac476c commit b29db97
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
29 changes: 17 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@initia/initia.js",
"version": "0.1.29",
"version": "0.1.30",
"description": "The JavaScript SDK for Initia",
"license": "MIT",
"author": "InitiaLabs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/ripemd160": "^2.0.0",
"@types/secp256k1": "^4.0.3",
"@types/secp256k1": "^4.0.6",
"@types/tmp": "^0.2.3",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^6.9.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"keccak256": "^1.0.6",
"long": "^5.2.0",
"ripemd160": "^2.0.2",
"secp256k1": "^4.0.3",
"secp256k1": "^5.0.0",
"tmp": "^0.2.1",
"ws": "^7.5.9"
}
Expand Down

0 comments on commit b29db97

Please sign in to comment.