Skip to content

Commit

Permalink
Merge branch 'master' into feature/peg/thorchain-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Oct 25, 2024
2 parents 23c9a39 + d98053e commit a1387a3
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .changeset/fuzzy-horses-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@xchainjs/xchain-cosmos-sdk': patch
'@xchainjs/xchain-mayachain': patch
'@xchainjs/xchain-thorchain': patch
'@xchainjs/xchain-cosmos': patch
---

secp256k1 dependency updated to 5.0.1
2 changes: 1 addition & 1 deletion packages/xchain-cosmos-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@xchainjs/xchain-util": "workspace:*",
"bech32": "^1.1.3",
"bip32": "^2.0.6",
"secp256k1": "^5.0.0"
"secp256k1": "5.0.1"
},
"devDependencies": {
"@types/secp256k1": "^4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"bip32": "^2.0.6",
"cosmjs-types": "0.9.0",
"protobufjs": "6.11.4",
"secp256k1": "^5.0.0"
"secp256k1": "5.0.1"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "6.28.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-mayachain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"bip32": "^2.0.6",
"cosmjs-types": "0.9.0",
"protobufjs": "6.11.4",
"secp256k1": "^5.0.0"
"secp256k1": "5.0.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-thorchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"bip32": "^2.0.6",
"cosmjs-types": "0.9.0",
"protobufjs": "6.11.4",
"secp256k1": "^5.0.0"
"secp256k1": "5.0.1"
},
"publishConfig": {
"access": "public",
Expand Down
37 changes: 32 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4405,7 +4405,7 @@ __metadata:
"@xchainjs/xchain-util": "workspace:*"
bech32: "npm:^1.1.3"
bip32: "npm:^2.0.6"
secp256k1: "npm:^5.0.0"
secp256k1: "npm:5.0.1"
languageName: unknown
linkType: soft

Expand All @@ -4430,7 +4430,7 @@ __metadata:
bip32: "npm:^2.0.6"
cosmjs-types: "npm:0.9.0"
protobufjs: "npm:6.11.4"
secp256k1: "npm:^5.0.0"
secp256k1: "npm:5.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4623,7 +4623,7 @@ __metadata:
bip32: "npm:^2.0.6"
cosmjs-types: "npm:0.9.0"
protobufjs: "npm:6.11.4"
secp256k1: "npm:^5.0.0"
secp256k1: "npm:5.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4777,7 +4777,7 @@ __metadata:
bip32: "npm:^2.0.6"
cosmjs-types: "npm:0.9.0"
protobufjs: "npm:6.11.4"
secp256k1: "npm:^5.0.0"
secp256k1: "npm:5.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7008,6 +7008,21 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:^6.5.7":
version: 6.5.7
resolution: "elliptic@npm:6.5.7"
dependencies:
bn.js: "npm:^4.11.9"
brorand: "npm:^1.1.0"
hash.js: "npm:^1.0.0"
hmac-drbg: "npm:^1.0.1"
inherits: "npm:^2.0.4"
minimalistic-assert: "npm:^1.0.1"
minimalistic-crypto-utils: "npm:^1.0.1"
checksum: 10c0/799959b6c54ea3564e8961f35abdf8c77e37617f3051614b05ab1fb6a04ddb65bd1caa75ed1bae375b15dda312a0f79fed26ebe76ecf05c5a7af244152a601b8
languageName: node
linkType: hard

"emittery@npm:^0.13.1":
version: 0.13.1
resolution: "emittery@npm:0.13.1"
Expand Down Expand Up @@ -11858,7 +11873,7 @@ __metadata:
languageName: node
linkType: hard

"secp256k1@npm:5.0.0, secp256k1@npm:^5.0.0":
"secp256k1@npm:5.0.0":
version: 5.0.0
resolution: "secp256k1@npm:5.0.0"
dependencies:
Expand All @@ -11870,6 +11885,18 @@ __metadata:
languageName: node
linkType: hard

"secp256k1@npm:5.0.1":
version: 5.0.1
resolution: "secp256k1@npm:5.0.1"
dependencies:
elliptic: "npm:^6.5.7"
node-addon-api: "npm:^5.0.0"
node-gyp: "npm:latest"
node-gyp-build: "npm:^4.2.0"
checksum: 10c0/ea977fcd3a21ee10439a546774d4f3f474f065a561fc2247f65cb2a64f09628732fd606c0a62316858abd7c07b41f5aa09c37773537f233590b4cf94d752dbe7
languageName: node
linkType: hard

"secp256k1@npm:^4.0.0, secp256k1@npm:^4.0.2":
version: 4.0.3
resolution: "secp256k1@npm:4.0.3"
Expand Down

0 comments on commit a1387a3

Please sign in to comment.