Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update polkadot to v13 (major) #2210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@hapi/inert": "^7.1.0",
"@kiltprotocol/sdk-js": "^0.35.0",
"@kiltprotocol/vc-export": "^0.35.0",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/keyring": "^13.3.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"detect-browser": "^5.3.0",
"dotenv": "^16.4.7",
"exiting": "^6.1.0",
Expand Down
234 changes: 173 additions & 61 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4223,6 +4223,20 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/keyring@npm:^13.3.1":
version: 13.3.1
resolution: "@polkadot/keyring@npm:13.3.1"
dependencies:
"@polkadot/util": "npm:13.3.1"
"@polkadot/util-crypto": "npm:13.3.1"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.3.1
"@polkadot/util-crypto": 13.3.1
checksum: 10c0/30090dc1c597e0c04a5750529381242aa0a58dd3bb41054e06e950ff50dbc1d4d54295c7a91ebef1f54d14744433dda3eb148c110498d5fda5c5c0a036684de2
languageName: node
linkType: hard

"@polkadot/networks@npm:12.6.2, @polkadot/networks@npm:^12.6.2":
version: 12.6.2
resolution: "@polkadot/networks@npm:12.6.2"
Expand All @@ -4234,6 +4248,17 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/networks@npm:13.3.1":
version: 13.3.1
resolution: "@polkadot/networks@npm:13.3.1"
dependencies:
"@polkadot/util": "npm:13.3.1"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10c0/ed9075a597e63dd8e2b14f0b60820384dd03489898c157195b94be835350f9091a4aee3c585c77ee9853548a2df10415a820069bf2992aa8b864805e79e4b815
languageName: node
linkType: hard

"@polkadot/rpc-augment@npm:10.11.2":
version: 10.11.2
resolution: "@polkadot/rpc-augment@npm:10.11.2"
Expand Down Expand Up @@ -4379,6 +4404,26 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/util-crypto@npm:13.3.1, @polkadot/util-crypto@npm:^13.3.1":
version: 13.3.1
resolution: "@polkadot/util-crypto@npm:13.3.1"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.3.1"
"@polkadot/util": "npm:13.3.1"
"@polkadot/wasm-crypto": "npm:^7.4.1"
"@polkadot/wasm-util": "npm:^7.4.1"
"@polkadot/x-bigint": "npm:13.3.1"
"@polkadot/x-randomvalues": "npm:13.3.1"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.3.1
checksum: 10c0/130138ca9ef3fb92f2b50912840ddc6ab962152ad3fcd53d72beb24b67728e97b1a90b70ecd294f3afaeac7aef0f895808283a832ad426cbc9bc618c4df7775c
languageName: node
linkType: hard

"@polkadot/util@npm:12.6.2, @polkadot/util@npm:^12.0.0, @polkadot/util@npm:^12.6.2":
version: 12.6.2
resolution: "@polkadot/util@npm:12.6.2"
Expand All @@ -4394,83 +4439,98 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/wasm-bridge@npm:7.3.2":
version: 7.3.2
resolution: "@polkadot/wasm-bridge@npm:7.3.2"
"@polkadot/util@npm:13.3.1, @polkadot/util@npm:^13.3.1":
version: 13.3.1
resolution: "@polkadot/util@npm:13.3.1"
dependencies:
"@polkadot/wasm-util": "npm:7.3.2"
tslib: "npm:^2.6.2"
"@polkadot/x-bigint": "npm:13.3.1"
"@polkadot/x-global": "npm:13.3.1"
"@polkadot/x-textdecoder": "npm:13.3.1"
"@polkadot/x-textencoder": "npm:13.3.1"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10c0/9445ad1c6888debc3be67a3d9480f0099720803750550ed9dd985a558c47c8abfe7da317c8def75f7a03ef79770723108218486ed0a9c1492236b94c8303496a
languageName: node
linkType: hard

"@polkadot/wasm-bridge@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-bridge@npm:7.4.1"
dependencies:
"@polkadot/wasm-util": "npm:7.4.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10c0/8becfcd4efbabe8ea536c353164c8b767a5510d6d62e376813ab1dc0dd4560906f1dfdb1b349d56b4da657ba7c88bc9f074b658218dcae9b1edbd36f4508b710
checksum: 10c0/8123c2d72ed24f6900185eb982f228789414c1458c8a291e17a9bd70cd36616f0e04fb40cb01e90d27223eb2ce81391af36f6e5b741cb6d9a83850bb5b9e038e
languageName: node
linkType: hard

"@polkadot/wasm-crypto-asmjs@npm:7.3.2":
version: 7.3.2
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.3.2"
"@polkadot/wasm-crypto-asmjs@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.4.1"
dependencies:
tslib: "npm:^2.6.2"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10c0/c4eb0b2c6bae2cd7b4ada5211c877a0f0cff4d4a4f2716817430c5aab74f4e8d37099add57c809a098033028378ed3e88ba1c56fd85b6fd0a80b181742f7a3f9
checksum: 10c0/7b19748b2ccdc2d964c137ae5eabdf022d7860c05981270c82392898ac6641d5602a2c2ea1059ef8f8929dd361a75fdb25bfaa7961f3dfcf497f987145c6850a
languageName: node
linkType: hard

"@polkadot/wasm-crypto-init@npm:7.3.2":
version: 7.3.2
resolution: "@polkadot/wasm-crypto-init@npm:7.3.2"
"@polkadot/wasm-crypto-init@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto-init@npm:7.4.1"
dependencies:
"@polkadot/wasm-bridge": "npm:7.3.2"
"@polkadot/wasm-crypto-asmjs": "npm:7.3.2"
"@polkadot/wasm-crypto-wasm": "npm:7.3.2"
"@polkadot/wasm-util": "npm:7.3.2"
tslib: "npm:^2.6.2"
"@polkadot/wasm-bridge": "npm:7.4.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.4.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10c0/4813a87bf44065d4ec7cdc29b00f37cc6859974969710c6a6fefba8e42f5bb0c7e102293a8418b1c6e1b5fd55540d13beebdff777200b69420ce50b8fad803ed
checksum: 10c0/fdcb96b4ba318680837d728b3c60c0bbbe326c9b8c15d70394cfbfdee06c95f8311b6fe13e4c862472faef4a2a9ccb218519fb15ad2f67d15b4cbb1b7c3eecba
languageName: node
linkType: hard

"@polkadot/wasm-crypto-wasm@npm:7.3.2":
version: 7.3.2
resolution: "@polkadot/wasm-crypto-wasm@npm:7.3.2"
"@polkadot/wasm-crypto-wasm@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto-wasm@npm:7.4.1"
dependencies:
"@polkadot/wasm-util": "npm:7.3.2"
tslib: "npm:^2.6.2"
"@polkadot/wasm-util": "npm:7.4.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10c0/546ebc5c42929f2f37565190014ff26f6817024e087c56053c1d8c1dcffd1f02014c4638ca70c79145d540f760339699209bb1dc939c235085a7c78efd56bc60
checksum: 10c0/2673a567cea785f7b9ec5b8371e05a53064651a9c64ac0fc45d7d5c8a080810cb1bd0f1950e2789d2c8895bcca35e9dc84b8a7b77c59b9b2d30beed8a964d043
languageName: node
linkType: hard

"@polkadot/wasm-crypto@npm:^7.3.2":
version: 7.3.2
resolution: "@polkadot/wasm-crypto@npm:7.3.2"
dependencies:
"@polkadot/wasm-bridge": "npm:7.3.2"
"@polkadot/wasm-crypto-asmjs": "npm:7.3.2"
"@polkadot/wasm-crypto-init": "npm:7.3.2"
"@polkadot/wasm-crypto-wasm": "npm:7.3.2"
"@polkadot/wasm-util": "npm:7.3.2"
tslib: "npm:^2.6.2"
"@polkadot/wasm-crypto@npm:^7.3.2, @polkadot/wasm-crypto@npm:^7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto@npm:7.4.1"
dependencies:
"@polkadot/wasm-bridge": "npm:7.4.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
"@polkadot/wasm-crypto-init": "npm:7.4.1"
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.4.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10c0/ff3ef6a2a4dcbbdeb257e7a42f906f1bb7e31292600482c1acf9267406011ea75bd9d3d6ceaf4c011f986e25a2416768775ee59ccc7dbfa6c529b11b8ea91eb4
checksum: 10c0/b896f88ebf6b6864263b9042a14b6e5ef7371e47e56c6f1c297472f6d24b40645ee4e9abed5d32bfd95de4797811cb109c44da6064dd2509db3ce05a53fe2d72
languageName: node
linkType: hard

"@polkadot/wasm-util@npm:7.3.2, @polkadot/wasm-util@npm:^7.3.2":
version: 7.3.2
resolution: "@polkadot/wasm-util@npm:7.3.2"
"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.3.2, @polkadot/wasm-util@npm:^7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-util@npm:7.4.1"
dependencies:
tslib: "npm:^2.6.2"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10c0/58ef58d357e7983c3bb4008b0159262d5c588234d7be64155c031f452fc0daeb078ff0ac8bb4b0377dac307130b0b548c01fd466968869ed308d50e2c162d23b
checksum: 10c0/4e7042f854350a7e0c978d816abc3a8e37adcd6e8a5a35a4893928e79ecc0950fc4073993ad813ad8edd2c5fa6f603a5395018d19c44b8a338f52974747c3a9c
languageName: node
linkType: hard

Expand All @@ -4484,6 +4544,16 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-bigint@npm:13.3.1":
version: 13.3.1
resolution: "@polkadot/x-bigint@npm:13.3.1"
dependencies:
"@polkadot/x-global": "npm:13.3.1"
tslib: "npm:^2.8.0"
checksum: 10c0/44495069834132bdc9d5612401b3eb94aefa258f0634a6f116114d25e47d20bd9236fd049ec6308ece2d923a3c68a91558372c8c530b50a5d09589e7c8fa32f2
languageName: node
linkType: hard

"@polkadot/x-fetch@npm:^12.6.2":
version: 12.6.2
resolution: "@polkadot/x-fetch@npm:12.6.2"
Expand All @@ -4504,6 +4574,15 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-global@npm:13.3.1":
version: 13.3.1
resolution: "@polkadot/x-global@npm:13.3.1"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10c0/460e1f0cdf10bf7099886d25c19bc3a86dee8efe4e232190c64a0262137433d151e3b8d6c62f0fa87d91dd52e52e844bb8d010f56c24108d0161dc7b716d7d5f
languageName: node
linkType: hard

"@polkadot/x-randomvalues@npm:12.6.2":
version: 12.6.2
resolution: "@polkadot/x-randomvalues@npm:12.6.2"
Expand All @@ -4517,6 +4596,19 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-randomvalues@npm:13.3.1":
version: 13.3.1
resolution: "@polkadot/x-randomvalues@npm:13.3.1"
dependencies:
"@polkadot/x-global": "npm:13.3.1"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.3.1
"@polkadot/wasm-util": "*"
checksum: 10c0/569bc4f03991c4f2e4d907b4a9a85a0472afb3d296dc4e42c0ca84f7f6bd6e83f1d3cd8d84275daff7d065bfd21b02860f68f86be405c2e2a85cd98c01f12d58
languageName: node
linkType: hard

"@polkadot/x-textdecoder@npm:12.6.2":
version: 12.6.2
resolution: "@polkadot/x-textdecoder@npm:12.6.2"
Expand All @@ -4527,6 +4619,16 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textdecoder@npm:13.3.1":
version: 13.3.1
resolution: "@polkadot/x-textdecoder@npm:13.3.1"
dependencies:
"@polkadot/x-global": "npm:13.3.1"
tslib: "npm:^2.8.0"
checksum: 10c0/8d14b24eeef0bbf08bd3ff8b65986f081c99e217822fe6843a925d4243d9673d026447b4457f6de8ce549e5748bb5266310c449619379851760145cfa28ef796
languageName: node
linkType: hard

"@polkadot/x-textencoder@npm:12.6.2":
version: 12.6.2
resolution: "@polkadot/x-textencoder@npm:12.6.2"
Expand All @@ -4537,6 +4639,16 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textencoder@npm:13.3.1":
version: 13.3.1
resolution: "@polkadot/x-textencoder@npm:13.3.1"
dependencies:
"@polkadot/x-global": "npm:13.3.1"
tslib: "npm:^2.8.0"
checksum: 10c0/df6c5fbeec59bd83e47824719ac2647f07972c9587c442940539aea331cb70aafea0ef9a04c23902c52fdf6471af8d1eb7430d218590f1b49ab101bb10e4b891
languageName: node
linkType: hard

"@polkadot/x-ws@npm:^12.6.2":
version: 12.6.2
resolution: "@polkadot/x-ws@npm:12.6.2"
Expand Down Expand Up @@ -5123,10 +5235,10 @@ __metadata:
languageName: node
linkType: hard

"@scure/base@npm:^1.1.5":
version: 1.1.5
resolution: "@scure/base@npm:1.1.5"
checksum: 10c0/6eb07be0202fac74a57c79d0d00a45f6f7e57447010c1e3d90a4275d197829727b7abc54b248fc6f9bef9ae374f7be5ee9154dde5b5b73da773560bf17aa8504
"@scure/base@npm:^1.1.5, @scure/base@npm:^1.1.7":
version: 1.2.1
resolution: "@scure/base@npm:1.2.1"
checksum: 10c0/e61068854370855b89c50c28fa4092ea6780f1e0db64ea94075ab574ebcc964f719a3120dc708db324991f4b3e652d92ebda03fce2bf6a4900ceeacf9c0ff933
languageName: node
linkType: hard

Expand Down Expand Up @@ -6298,10 +6410,10 @@ __metadata:
languageName: node
linkType: hard

"@substrate/ss58-registry@npm:^1.44.0":
version: 1.44.0
resolution: "@substrate/ss58-registry@npm:1.44.0"
checksum: 10c0/72356c6c28679d8ed62646b84beeb1b4897b0fa9dcf134575a48516680ee6110c9391e95f097c28413759339606419a089f02b9ed3474a0d16da46453f001fa8
"@substrate/ss58-registry@npm:^1.44.0, @substrate/ss58-registry@npm:^1.51.0":
version: 1.51.0
resolution: "@substrate/ss58-registry@npm:1.51.0"
checksum: 10c0/f568ea2a5011ee1c288e577d23dd48a6ba0dc0db3611f268b1c35f41636b8ec39ae09fe0184f88d411e331b60d924e90054be736b1ff624cdcb9b742c94a9bf6
languageName: node
linkType: hard

Expand Down Expand Up @@ -6445,12 +6557,12 @@ __metadata:
languageName: node
linkType: hard

"@types/bn.js@npm:^5.1.5":
version: 5.1.5
resolution: "@types/bn.js@npm:5.1.5"
"@types/bn.js@npm:^5.1.5, @types/bn.js@npm:^5.1.6":
version: 5.1.6
resolution: "@types/bn.js@npm:5.1.6"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/e9f375b43d8119ed82aed2090f83d4cda8afbb63ba13223afb02fa7550258ff90acd76d65cd7186838644048f085241cd98a3a512d8d187aa497c6039c746ac8
checksum: 10c0/073d383d87afea513a8183ce34af7bc0a7a798d057c7ae651982b7f30dd7d93f33247323bca3ba39f1f6af146b564aff547b15467bdf9fc922796c17e8426bf6
languageName: node
linkType: hard

Expand Down Expand Up @@ -14674,9 +14786,9 @@ __metadata:
"@kiltprotocol/vc-export": "npm:^0.35.0"
"@parcel/optimizer-data-url": "npm:^2.7.0"
"@parcel/transformer-inline-string": "npm:^2.7.0"
"@polkadot/keyring": "npm:^12.6.2"
"@polkadot/util": "npm:^12.6.2"
"@polkadot/util-crypto": "npm:^12.6.2"
"@polkadot/keyring": "npm:^13.3.1"
"@polkadot/util": "npm:^13.3.1"
"@polkadot/util-crypto": "npm:^13.3.1"
"@storybook/addon-actions": "npm:^8.4.7"
"@storybook/addon-controls": "npm:^8.4.7"
"@storybook/addon-styling": "npm:^1.3.7"
Expand Down Expand Up @@ -15943,10 +16055,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 10c0/e03a8a4271152c8b26604ed45535954c0a45296e32445b4b87f8a5abdb2421f40b59b4ca437c4346af0f28179780d604094eb64546bee2019d903d01c6c19bdb
"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2, tslib@npm:^2.7.0, tslib@npm:^2.8.0":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
languageName: node
linkType: hard

Expand Down
Loading