diff --git a/.github/workflow-templates/typescript-tests-moonwall/action.yml b/.github/workflow-templates/typescript-tests-moonwall/action.yml index efb2a3ef2..d70fea160 100644 --- a/.github/workflow-templates/typescript-tests-moonwall/action.yml +++ b/.github/workflow-templates/typescript-tests-moonwall/action.yml @@ -14,9 +14,9 @@ runs: using: "composite" steps: - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Set binary path and number of CPUs shell: bash @@ -43,4 +43,4 @@ runs: shell: bash run: | cd ./test - pnpm moonwall test ${{ inputs.moonwall-environment }} || [[ '${{ inputs.force-pass }}' == 'true' ]] \ No newline at end of file + pnpm moonwall test ${{ inputs.moonwall-environment }} || [[ '${{ inputs.force-pass }}' == 'true' ]] diff --git a/.github/workflow-templates/zombienet-tests/action.yml b/.github/workflow-templates/zombienet-tests/action.yml index 42424df9e..aeb6d7ca8 100644 --- a/.github/workflow-templates/zombienet-tests/action.yml +++ b/.github/workflow-templates/zombienet-tests/action.yml @@ -12,9 +12,9 @@ runs: using: "composite" steps: - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/publish-typescript-api.yml b/.github/workflows/publish-typescript-api.yml index 4a1a8db67..071328740 100644 --- a/.github/workflows/publish-typescript-api.yml +++ b/.github/workflows/publish-typescript-api.yml @@ -37,9 +37,9 @@ jobs: with: ref: ${{ github.event.inputs.sha }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: @@ -56,4 +56,4 @@ jobs: uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} - package: typescript-api/package.json \ No newline at end of file + package: typescript-api/package.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c8736bb2..94008426b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,9 +185,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: "Setup Node" uses: actions/setup-node@v4 with: @@ -208,9 +208,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: "Setup Node" uses: actions/setup-node@v4 with: @@ -324,9 +324,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: "Download binaries" uses: actions/download-artifact@v4 with: @@ -356,9 +356,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: "Download binaries" uses: actions/download-artifact@v4 with: @@ -390,9 +390,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: "Download binaries" uses: actions/download-artifact@v4 with: @@ -424,9 +424,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup Node uses: actions/setup-node@v4 with: @@ -458,9 +458,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup Node uses: actions/setup-node@v4 with: @@ -492,9 +492,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup Node uses: actions/setup-node@v4 with: @@ -521,9 +521,9 @@ jobs: with: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: "Download binaries" uses: actions/download-artifact@v4 with: @@ -587,9 +587,9 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ needs.set-tags.outputs.git_ref }} - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: 20.x @@ -623,9 +623,9 @@ jobs: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup node uses: actions/setup-node@v4 @@ -706,9 +706,9 @@ jobs: ref: ${{ needs.set-tags.outputs.git_ref }} - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup node uses: actions/setup-node@v4 diff --git a/.github/workflows/run-zombienet-tests.yml b/.github/workflows/run-zombienet-tests.yml index cf6f2229c..1a08aab42 100644 --- a/.github/workflows/run-zombienet-tests.yml +++ b/.github/workflows/run-zombienet-tests.yml @@ -31,9 +31,9 @@ jobs: uses: actions/checkout@v4 - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/upgrade-typescript-api.yml b/.github/workflows/upgrade-typescript-api.yml index d90827054..1476c1e58 100644 --- a/.github/workflows/upgrade-typescript-api.yml +++ b/.github/workflows/upgrade-typescript-api.yml @@ -55,9 +55,9 @@ jobs: docker rm -f dummy ls target/release/ - name: Pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: @@ -77,4 +77,4 @@ jobs: draft: true title: "Upgrade typescript API for runtime ${{ github.event.inputs.spec_version }}" reviewers: "girazoki,tmpolaczyk" - labels: "B0-silent,D2-notlive" \ No newline at end of file + labels: "B0-silent,D2-notlive" diff --git a/Cargo.lock b/Cargo.lock index e4f8ded98..0a4e959fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -831,7 +831,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "hash-db", "log", @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1108,7 +1108,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-messages", "bp-runtime", @@ -1126,7 +1126,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-messages", "bp-runtime", @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -1163,7 +1163,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.3.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "sp-std", ] @@ -1191,7 +1191,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -1202,7 +1202,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-messages", @@ -2416,7 +2416,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "clap 4.5.4", "parity-scale-codec", @@ -2433,7 +2433,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2456,7 +2456,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2531,7 +2531,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "anyhow", "async-trait", @@ -2546,7 +2546,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2572,7 +2572,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2594,7 +2594,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2620,7 +2620,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2693,7 +2693,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -2704,7 +2704,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -2717,7 +2717,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2732,7 +2732,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bounded-collections 0.2.0", "bp-xcm-bridge-hub-router", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2770,7 +2770,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2786,7 +2786,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2802,7 +2802,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2812,7 +2812,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2828,7 +2828,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "futures 0.3.30", @@ -2840,7 +2840,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2859,7 +2859,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2883,7 +2883,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2902,7 +2902,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "async-trait", @@ -2937,7 +2937,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2976,7 +2976,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3721,7 +3721,7 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "asset-test-utils", "bp-messages", @@ -4575,7 +4575,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", ] @@ -4702,7 +4702,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-support-procedural", @@ -4726,7 +4726,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "Inflector", "array-bytes", @@ -4776,7 +4776,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -4787,7 +4787,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4803,7 +4803,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "aquamarine", "frame-support", @@ -4833,7 +4833,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "docify", @@ -4848,7 +4848,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.45.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "indicatif", @@ -4870,7 +4870,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "aquamarine", "array-bytes", @@ -4911,7 +4911,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.2" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "Inflector", "cfg-expr", @@ -4930,7 +4930,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -4942,7 +4942,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro2", "quote", @@ -4952,7 +4952,7 @@ dependencies = [ [[package]] name = "frame-system" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cfg-if", "docify", @@ -4972,7 +4972,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "parity-scale-codec", @@ -4996,7 +4996,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "parity-scale-codec", @@ -7372,7 +7372,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "log", @@ -7391,7 +7391,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8259,7 +8259,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8277,7 +8277,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8291,7 +8291,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8308,7 +8308,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8424,7 +8424,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -8453,7 +8453,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -8466,7 +8466,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8489,7 +8489,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "aquamarine", "docify", @@ -8510,7 +8510,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -8558,7 +8558,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -8582,7 +8582,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8599,7 +8599,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-runtime", @@ -8618,7 +8618,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-messages", @@ -8637,7 +8637,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-header-chain", "bp-parachains", @@ -8657,7 +8657,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-messages", "bp-relayers", @@ -8677,7 +8677,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "frame-benchmarking", @@ -8724,7 +8724,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8793,7 +8793,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8827,7 +8827,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8878,7 +8878,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -8891,7 +8891,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8908,7 +8908,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8930,7 +8930,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8943,7 +8943,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9200,7 +9200,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -9237,7 +9237,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9259,7 +9259,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -9275,7 +9275,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9294,7 +9294,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9385,7 +9385,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9401,7 +9401,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "40.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "environmental", "frame-benchmarking", @@ -9439,7 +9439,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -9456,7 +9456,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9473,7 +9473,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9488,7 +9488,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9503,7 +9503,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -9521,7 +9521,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9541,7 +9541,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -9551,7 +9551,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -9567,7 +9567,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9590,7 +9590,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -9630,7 +9630,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9646,7 +9646,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9660,7 +9660,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9678,7 +9678,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9692,7 +9692,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9772,7 +9772,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -9786,7 +9786,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -9852,7 +9852,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9885,7 +9885,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9907,7 +9907,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -9918,7 +9918,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "sp-arithmetic", @@ -9927,7 +9927,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "sp-api", @@ -9937,7 +9937,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -9988,7 +9988,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -10003,7 +10003,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -10022,7 +10022,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -10040,7 +10040,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -10055,7 +10055,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10071,7 +10071,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10083,7 +10083,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -10101,7 +10101,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-benchmarking", @@ -10118,7 +10118,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -10133,7 +10133,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -10147,7 +10147,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -10161,7 +10161,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bounded-collections 0.2.0", "frame-benchmarking", @@ -10184,7 +10184,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "frame-support", @@ -10202,7 +10202,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -10287,7 +10287,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10317,7 +10317,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -10665,7 +10665,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "futures 0.3.30", @@ -10685,7 +10685,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "always-assert", "futures 0.3.30", @@ -10701,7 +10701,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "derive_more", "fatality", @@ -10725,7 +10725,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "fatality", @@ -10758,7 +10758,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cfg-if", "clap 4.5.4", @@ -10786,7 +10786,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "fatality", @@ -10808,7 +10808,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -10819,7 +10819,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "derive_more", "fatality", @@ -10844,7 +10844,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -10858,7 +10858,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10880,7 +10880,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "always-assert", "async-trait", @@ -10903,7 +10903,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -10921,7 +10921,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "derive_more", @@ -10954,7 +10954,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "futures 0.3.30", @@ -10976,7 +10976,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "fatality", @@ -10996,7 +10996,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -11011,7 +11011,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -11032,7 +11032,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11046,7 +11046,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11063,7 +11063,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "fatality", "futures 0.3.30", @@ -11082,7 +11082,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -11099,7 +11099,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "fatality", @@ -11116,7 +11116,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "fatality", @@ -11134,7 +11134,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "always-assert", "array-bytes", @@ -11163,7 +11163,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -11179,7 +11179,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cpu-time", "futures 0.3.30", @@ -11205,7 +11205,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cfg-if", "cpu-time", @@ -11221,7 +11221,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "blake3", "cfg-if", @@ -11242,7 +11242,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11257,7 +11257,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "lazy_static", "log", @@ -11276,7 +11276,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bs58 0.5.0", "futures 0.3.30", @@ -11295,7 +11295,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11321,7 +11321,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "bounded-vec", @@ -11344,7 +11344,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11354,7 +11354,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -11376,7 +11376,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "bitvec", @@ -11406,7 +11406,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "derive_more", @@ -11442,7 +11442,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -11464,7 +11464,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bounded-collections 0.2.0", "derive_more", @@ -11480,7 +11480,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -11506,7 +11506,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "polkadot-primitives", "rand", @@ -11519,7 +11519,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -11554,7 +11554,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitvec", "frame-benchmarking", @@ -11604,7 +11604,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bs58 0.5.0", "frame-benchmarking", @@ -11616,7 +11616,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -11664,7 +11664,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "frame-benchmarking", @@ -11782,7 +11782,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11805,7 +11805,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -11816,7 +11816,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -11844,7 +11844,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-election-provider-support", "frame-executive", @@ -11900,7 +11900,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-system", "futures 0.3.30", @@ -13029,7 +13029,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13129,7 +13129,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "polkadot-primitives", @@ -13452,7 +13452,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "sp-core", @@ -13463,7 +13463,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -13493,7 +13493,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "futures-timer", @@ -13515,7 +13515,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "sp-api", @@ -13530,7 +13530,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "docify", @@ -13557,7 +13557,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -13568,7 +13568,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "chrono", @@ -13612,7 +13612,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "fnv", "futures 0.3.30", @@ -13639,7 +13639,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "hash-db", "kvdb", @@ -13665,7 +13665,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -13689,7 +13689,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -13718,7 +13718,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "fork-tree", @@ -13754,7 +13754,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13776,7 +13776,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13812,7 +13812,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13832,7 +13832,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13845,7 +13845,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "ahash 0.8.8", "array-bytes", @@ -13889,7 +13889,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -13909,7 +13909,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.45.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "assert_matches", "async-trait", @@ -13944,7 +13944,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -13967,7 +13967,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "parity-scale-codec", @@ -13991,7 +13991,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "polkavm", @@ -14005,7 +14005,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "polkavm", @@ -14016,7 +14016,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "anyhow", "cfg-if", @@ -14035,7 +14035,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "ansi_term", "futures 0.3.30", @@ -14052,7 +14052,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -14066,7 +14066,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -14095,7 +14095,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14146,7 +14146,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -14164,7 +14164,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "ahash 0.8.8", "futures 0.3.30", @@ -14183,7 +14183,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14204,7 +14204,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14241,7 +14241,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -14273,7 +14273,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14292,7 +14292,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bs58 0.5.0", "ed25519-dalek", @@ -14309,7 +14309,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "bytes", @@ -14343,7 +14343,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -14352,7 +14352,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14384,7 +14384,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14404,7 +14404,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "forwarded-header-value", "futures 0.3.30", @@ -14426,7 +14426,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14458,7 +14458,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "directories", @@ -14522,7 +14522,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "parity-scale-codec", @@ -14533,7 +14533,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "clap 4.5.4", "fs4", @@ -14546,7 +14546,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14565,7 +14565,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "derive_more", "futures 0.3.30", @@ -14586,7 +14586,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "chrono", "futures 0.3.30", @@ -14606,7 +14606,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "ansi_term", "chrono", @@ -14636,7 +14636,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -14647,7 +14647,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -14674,7 +14674,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -14690,7 +14690,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -15266,7 +15266,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "enumn", "parity-scale-codec", @@ -15473,7 +15473,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "hash-db", @@ -15495,7 +15495,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "Inflector", "blake2 0.10.6", @@ -15509,7 +15509,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -15521,7 +15521,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "integer-sqrt", @@ -15535,7 +15535,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -15547,7 +15547,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "sp-api", "sp-inherents", @@ -15557,7 +15557,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -15576,7 +15576,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "futures 0.3.30", @@ -15591,7 +15591,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "parity-scale-codec", @@ -15607,7 +15607,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "parity-scale-codec", @@ -15625,7 +15625,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15645,7 +15645,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "finality-grandpa", "log", @@ -15662,7 +15662,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -15673,7 +15673,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15719,7 +15719,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "blake2b_simd", "byteorder", @@ -15732,7 +15732,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "quote", "sp-crypto-hashing", @@ -15742,7 +15742,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15751,7 +15751,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "proc-macro2", "quote", @@ -15761,7 +15761,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "environmental", "parity-scale-codec", @@ -15771,7 +15771,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -15783,7 +15783,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15796,7 +15796,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bytes", "docify", @@ -15822,7 +15822,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "sp-core", "sp-runtime", @@ -15832,7 +15832,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15843,7 +15843,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15852,7 +15852,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15862,7 +15862,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -15873,7 +15873,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "log", "parity-scale-codec", @@ -15890,7 +15890,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -15903,7 +15903,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "sp-api", "sp-core", @@ -15913,7 +15913,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "backtrace", "lazy_static", @@ -15923,7 +15923,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "rustc-hash", "serde", @@ -15933,7 +15933,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "either", @@ -15959,7 +15959,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -15978,7 +15978,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "Inflector", "expander", @@ -15991,7 +15991,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "scale-info", @@ -16005,7 +16005,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -16018,7 +16018,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "hash-db", "log", @@ -16038,7 +16038,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -16062,12 +16062,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16079,7 +16079,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "parity-scale-codec", @@ -16091,7 +16091,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "tracing", @@ -16102,7 +16102,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "sp-api", "sp-runtime", @@ -16111,7 +16111,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "parity-scale-codec", @@ -16125,7 +16125,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "ahash 0.8.8", "hash-db", @@ -16148,7 +16148,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16165,7 +16165,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -16176,7 +16176,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16188,7 +16188,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", @@ -16389,7 +16389,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -16402,12 +16402,12 @@ dependencies = [ [[package]] name = "staging-tracking-allocator" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "bounded-collections 0.2.0", @@ -16425,7 +16425,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "frame-system", @@ -16446,7 +16446,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "environmental", "frame-benchmarking", @@ -16749,7 +16749,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -16761,12 +16761,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -16786,7 +16786,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -16800,7 +16800,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.43.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "async-trait", "jsonrpsee", @@ -16813,7 +16813,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16830,7 +16830,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "async-trait", @@ -16857,7 +16857,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "frame-executive", @@ -16901,7 +16901,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -16919,7 +16919,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "array-bytes", "build-helper", @@ -17608,7 +17608,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "polkadot-primitives", @@ -18109,7 +18109,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "coarsetime", "polkadot-primitives", @@ -18120,7 +18120,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "expander", "proc-macro-crate 3.1.0", @@ -18951,7 +18951,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "binary-merkle-tree", "bitvec", @@ -19057,7 +19057,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "polkadot-primitives", @@ -19456,7 +19456,7 @@ dependencies = [ [[package]] name = "xcm-emulator" version = "0.15.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -19508,7 +19508,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "Inflector", "proc-macro2", @@ -19519,7 +19519,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#4a003906b0987b16a473dd83bdb7ffc57395635a" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2407#b2785e7a68ebf9cfaeb050894a2148a277efdaaf" dependencies = [ "frame-support", "parity-scale-codec", diff --git a/client/consensus/src/tests.rs b/client/consensus/src/tests.rs index 727f918dd..abb1ee8c8 100644 --- a/client/consensus/src/tests.rs +++ b/client/consensus/src/tests.rs @@ -282,6 +282,15 @@ impl RelayChainInterface for RelayChain { async fn version(&self, _: PHash) -> RelayChainResult { unimplemented!("Not needed for test") } + + async fn call_remote_runtime_function_encoded( + &self, + _: &'static str, + _: PHash, + _: &[u8], + ) -> RelayChainResult> { + unimplemented!("Not needed for test") + } } #[derive(Clone)] diff --git a/node/src/chain_spec/dancebox.rs b/node/src/chain_spec/dancebox.rs index b7274ce34..054866e40 100644 --- a/node/src/chain_spec/dancebox.rs +++ b/node/src/chain_spec/dancebox.rs @@ -256,6 +256,7 @@ fn testnet_genesis( ) }) .collect(), + ..Default::default() }, parachain_system: Default::default(), configuration, diff --git a/node/src/chain_spec/flashbox.rs b/node/src/chain_spec/flashbox.rs index 2dabf0ddc..939c4351d 100644 --- a/node/src/chain_spec/flashbox.rs +++ b/node/src/chain_spec/flashbox.rs @@ -257,6 +257,7 @@ fn testnet_genesis( ) }) .collect(), + ..Default::default() }, parachain_system: Default::default(), configuration, diff --git a/pallets/invulnerables/src/mock.rs b/pallets/invulnerables/src/mock.rs index 585302d48..22672aac2 100644 --- a/pallets/invulnerables/src/mock.rs +++ b/pallets/invulnerables/src/mock.rs @@ -193,7 +193,10 @@ pub fn new_test_ext() -> sp_io::TestExternalities { ) }) .collect::>(); - let session = pallet_session::GenesisConfig:: { keys }; + let session = pallet_session::GenesisConfig:: { + keys, + ..Default::default() + }; pallet_balances::GenesisConfig:: { balances } .assimilate_storage(&mut t) .unwrap(); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ffbd98618..283c13c97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@zombienet/orchestrator': specifier: 0.0.87 - version: 0.0.87(@types/node@20.11.30) + version: 0.0.87(@polkadot/util@13.0.2)(@types/node@20.11.30)(chokidar@3.6.0) inquirer: specifier: 9.2.16 version: 9.2.16 @@ -20,16 +20,16 @@ importers: devDependencies: '@acala-network/chopsticks': specifier: 0.11.0 - version: 0.11.0(debug@4.3.4) + version: 0.11.0(debug@4.3.4)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)) '@moonbeam-network/api-augment': specifier: 0.2902.0 version: 0.2902.0 '@moonwall/cli': specifier: 5.3.3 - version: 5.3.3(@acala-network/chopsticks@0.11.0)(@polkadot/api@12.2.1)(@types/node@20.11.30)(@vitest/ui@1.4.0)(typescript@5.4.2)(vitest@1.4.0) + version: 5.3.3(@acala-network/chopsticks@0.11.0(debug@4.3.4)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)))(@polkadot/api@12.2.1)(@types/node@20.11.30)(@vitest/ui@1.4.0(vitest@1.4.0))(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0))(zod@3.23.8) '@moonwall/util': specifier: 5.3.3 - version: 5.3.3(@polkadot/api@12.2.1)(typescript@5.4.2)(vitest@1.4.0) + version: 5.3.3(@polkadot/api@12.2.1)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0))(zod@3.23.8) '@polkadot/api': specifier: 12.2.1 version: 12.2.1 @@ -38,7 +38,7 @@ importers: version: 12.2.1 '@polkadot/keyring': specifier: 13.0.2 - version: 13.0.2(@polkadot/util-crypto@13.0.2)(@polkadot/util@13.0.2) + version: 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) '@polkadot/types': specifier: 12.2.1 version: 12.2.1 @@ -62,7 +62,7 @@ importers: version: 20.11.30 '@typescript-eslint/eslint-plugin': specifier: 6.15.0 - version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.4.2) + version: 6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.4.2))(eslint@8.56.0)(typescript@5.4.2) '@typescript-eslint/parser': specifier: 6.15.0 version: 6.15.0(eslint@8.56.0)(typescript@5.4.2) @@ -71,7 +71,7 @@ importers: version: 1.4.0(vitest@1.4.0) '@zombienet/utils': specifier: 0.0.25 - version: 0.0.25(@types/node@20.11.30)(typescript@5.4.2) + version: 0.0.25(@types/node@20.11.30)(chokidar@3.6.0)(typescript@5.4.2) bottleneck: specifier: 2.19.5 version: 2.19.5 @@ -91,8 +91,8 @@ importers: specifier: 1.0.0 version: 1.0.0 pnpm: - specifier: 8.12.1 - version: 8.12.1 + specifier: 9.9.0 + version: 9.9.0 prettier: specifier: 2.8.8 version: 2.8.8 @@ -107,13 +107,13 @@ importers: version: 5.4.2 viem: specifier: 2.8.14 - version: 2.8.14(typescript@5.4.2) + version: 2.8.14(typescript@5.4.2)(zod@3.23.8) vitest: specifier: 1.4.0 - version: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + version: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0) web3: specifier: 4.6.0 - version: 4.6.0(typescript@5.4.2) + version: 4.6.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) web3-providers-ws: specifier: 4.0.7 version: 4.0.7 @@ -122,68 +122,70 @@ importers: version: 17.7.2 typescript-api: - dependencies: + devDependencies: '@polkadot/api': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/api-augment': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/api-base': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/api-derive': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/rpc-augment': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/rpc-core': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/rpc-provider': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 + '@polkadot/typegen': + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/types': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/types-augment': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/types-codec': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/types-create': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/types-known': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 '@polkadot/types-support': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^12.4.2 + version: 12.4.2 + '@types/node': + specifier: 22.5.0 + version: 22.5.0 chalk: specifier: ^5.3.0 version: 5.3.0 - devDependencies: - '@polkadot/typegen': - specifier: ^11.2.1 - version: 11.3.1 prettier: - specifier: ^2.8.8 - version: 2.8.8 + specifier: ^3.3.3 + version: 3.3.3 prettier-plugin-jsdoc: - specifier: ^0.3.38 - version: 0.3.38(prettier@2.8.8) + specifier: ^1.3.0 + version: 1.3.0(prettier@3.3.3) rimraf: - specifier: ^5.0.5 - version: 5.0.9 + specifier: ^6.0.1 + version: 6.0.1 tsx: - specifier: ^4.7.0 - version: 4.7.1 + specifier: ^4.18.0 + version: 4.18.0 typescript: - specifier: ^5.3.3 - version: 5.4.2 + specifier: ^5.5.4 + version: 5.5.4 packages: @@ -246,6 +248,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.23.1': + resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.19.12': resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} engines: {node: '>=12'} @@ -258,6 +266,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.23.1': + resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.19.12': resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} engines: {node: '>=12'} @@ -270,6 +284,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.23.1': + resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.19.12': resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} engines: {node: '>=12'} @@ -282,6 +302,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.23.1': + resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.19.12': resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} engines: {node: '>=12'} @@ -294,6 +320,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.23.1': + resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.19.12': resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} engines: {node: '>=12'} @@ -306,6 +338,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.23.1': + resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.19.12': resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} engines: {node: '>=12'} @@ -318,6 +356,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.23.1': + resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.19.12': resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} engines: {node: '>=12'} @@ -330,6 +374,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.23.1': + resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.19.12': resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} engines: {node: '>=12'} @@ -342,6 +392,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.23.1': + resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.19.12': resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} engines: {node: '>=12'} @@ -354,6 +410,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.23.1': + resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.19.12': resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} engines: {node: '>=12'} @@ -366,6 +428,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.23.1': + resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.19.12': resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} engines: {node: '>=12'} @@ -378,6 +446,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.23.1': + resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.19.12': resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} engines: {node: '>=12'} @@ -390,6 +464,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.23.1': + resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.19.12': resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} engines: {node: '>=12'} @@ -402,6 +482,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.23.1': + resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.19.12': resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} engines: {node: '>=12'} @@ -414,6 +500,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.23.1': + resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.19.12': resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} engines: {node: '>=12'} @@ -426,6 +518,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.23.1': + resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.19.12': resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} engines: {node: '>=12'} @@ -438,6 +536,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.23.1': + resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-x64@0.19.12': resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} engines: {node: '>=12'} @@ -450,6 +554,18 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.23.1': + resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-arm64@0.23.1': + resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.19.12': resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} engines: {node: '>=12'} @@ -462,6 +578,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.23.1': + resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.19.12': resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} engines: {node: '>=12'} @@ -474,6 +596,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.23.1': + resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.19.12': resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} engines: {node: '>=12'} @@ -486,6 +614,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.23.1': + resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.19.12': resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} engines: {node: '>=12'} @@ -498,6 +632,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.23.1': + resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.19.12': resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} engines: {node: '>=12'} @@ -510,6 +650,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.23.1': + resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.4.0': resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -732,6 +878,9 @@ packages: '@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-0hZ8vtjcsyCX8AyqP2sqUHa1TFFfxGWmlXJkit0Nqp9b32MwZqn5eaUAiV2rNuEpoglKOdKnkGtUF8t5MoodKw==} + '@polkadot-api/json-rpc-provider-proxy@0.1.0': + resolution: {integrity: sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==} + '@polkadot-api/json-rpc-provider@0.0.1': resolution: {integrity: sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==} @@ -744,29 +893,47 @@ packages: '@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-BD7rruxChL1VXt0icC2gD45OtT9ofJlql0qIllHSRYgama1CR2Owt+ApInQxB+lWqM+xNOznZRpj8CXNDvKIMg==} + '@polkadot-api/metadata-builders@0.3.2': + resolution: {integrity: sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==} + '@polkadot-api/observable-client@0.1.0': resolution: {integrity: sha512-GBCGDRztKorTLna/unjl/9SWZcRmvV58o9jwU2Y038VuPXZcr01jcw/1O3x+yeAuwyGzbucI/mLTDa1QoEml3A==} peerDependencies: rxjs: '>=7.8.0' + '@polkadot-api/observable-client@0.3.2': + resolution: {integrity: sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==} + peerDependencies: + '@polkadot-api/substrate-client': 0.1.4 + rxjs: '>=7.8.0' + '@polkadot-api/substrate-bindings@0.0.1': resolution: {integrity: sha512-bAe7a5bOPnuFVmpv7y4BBMRpNTnMmE0jtTqRUw/+D8ZlEHNVEJQGr4wu3QQCl7k1GnSV1wfv3mzIbYjErEBocg==} '@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-N4vdrZopbsw8k57uG58ofO7nLXM4Ai7835XqakN27MkjXMp5H830A1KJE0L9sGQR7ukOCDEIHHcwXVrzmJ/PBg==} + '@polkadot-api/substrate-bindings@0.6.0': + resolution: {integrity: sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==} + '@polkadot-api/substrate-client@0.0.1': resolution: {integrity: sha512-9Bg9SGc3AwE+wXONQoW8GC00N3v6lCZLW74HQzqB6ROdcm5VAHM4CB/xRzWSUF9CXL78ugiwtHx3wBcpx4H4Wg==} '@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-lcdvd2ssUmB1CPzF8s2dnNOqbrDa+nxaaGbuts+Vo8yjgSKwds2Lo7Oq+imZN4VKW7t9+uaVcKFLMF7PdH0RWw==} + '@polkadot-api/substrate-client@0.1.4': + resolution: {integrity: sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==} + '@polkadot-api/utils@0.0.1': resolution: {integrity: sha512-3j+pRmlF9SgiYDabSdZsBSsN5XHbpXOAce1lWj56IEEaFZVjsiCaxDOA7C9nCcgfVXuvnbxqqEGQvnY+QfBAUw==} '@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-0CYaCjfLQJTCRCiYvZ81OncHXEKPzAexCMoVloR+v2nl/O2JRya/361MtPkeNLC6XBoaEgLAG9pWQpH3WePzsw==} + '@polkadot-api/utils@0.1.0': + resolution: {integrity: sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==} + '@polkadot/api-augment@10.13.1': resolution: {integrity: sha512-IAKaCp19QxgOG4HKk9RAgUgC/VNVqymZ2GXfMNOZWImZhxRIbrK+raH5vN2MbWwtVHpjxyXvGsd1RRhnohI33A==} engines: {node: '>=18'} @@ -783,6 +950,10 @@ packages: resolution: {integrity: sha512-HrIiTRHL4KhcgeMhu85I5DBB5M0VGj3uA805lALFs/WuwQkUAvJZb6NUKhizG/q+di3KKzoyu1RM9As2LIP5Yg==} engines: {node: '>=18'} + '@polkadot/api-augment@12.4.2': + resolution: {integrity: sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g==} + engines: {node: '>=18'} + '@polkadot/api-base@10.13.1': resolution: {integrity: sha512-Okrw5hjtEjqSMOG08J6qqEwlUQujTVClvY1/eZkzKwNzPelWrtV6vqfyJklB7zVhenlxfxqhZKKcY7zWSW/q5Q==} engines: {node: '>=18'} @@ -799,6 +970,10 @@ packages: resolution: {integrity: sha512-xyGt1/iK40/mLHrcmvjzdUWcOoES04+M9XlQ7WC3Hp+Tv/qk+WARXWkJKPIt3HqKrRu2mkyXvqPw2C/k7IhmHg==} engines: {node: '>=18'} + '@polkadot/api-base@12.4.2': + resolution: {integrity: sha512-XYI7Po8i6C4lYZah7Xo0v7zOAawBUfkmtx0YxsLY/665Sup8oqzEj666xtV9qjBzR9coNhQonIFOn+9fh27Ncw==} + engines: {node: '>=18'} + '@polkadot/api-derive@11.3.1': resolution: {integrity: sha512-9dopzrh4cRuft1nANmBvMY/hEhFDu0VICMTOGxQLOl8NMfcOFPTLAN0JhSBUoicGZhV+c4vpv01NBx/7/IL1HA==} engines: {node: '>=18'} @@ -811,6 +986,10 @@ packages: resolution: {integrity: sha512-zk8/20QsUomEipN/DKB2MIgnFMr6JNIv/L/Rf3PsZXGkzOgVnFpjCjbIhHT4IscZXkO7jWmjnA3ID6sJ2+yA9Q==} engines: {node: '>=18'} + '@polkadot/api-derive@12.4.2': + resolution: {integrity: sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw==} + engines: {node: '>=18'} + '@polkadot/api@11.3.1': resolution: {integrity: sha512-q4kFIIHTLvKxM24b0Eo8hJevsPMme+aITJGrDML9BgdZYTRN14+cu5nXiCsQvaEamdyYj+uCXWe2OV9X7pPxsA==} engines: {node: '>=18'} @@ -823,9 +1002,16 @@ packages: resolution: {integrity: sha512-G4PfdfiM3HVXmYTYYhH2+exLFiHtNJsJqbmk7Hj8ZOx0MzSUAFhtgcNXojcwUeW3dDhZRCrhwUApq3P4bvLpug==} engines: {node: '>=18'} + '@polkadot/api@12.4.2': + resolution: {integrity: sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg==} + engines: {node: '>=18'} + '@polkadot/keyring@12.6.2': resolution: {integrity: sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw==} engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 12.6.2 + '@polkadot/util-crypto': 12.6.2 '@polkadot/keyring@13.0.2': resolution: {integrity: sha512-NeLbhyKDT5W8LI9seWTZGePxNTOVpDhv2018HSrEDwJq9Ie0C4TZhUf3KNERCkSveuThXjfQJMs+1CF33ZXPWw==} @@ -858,6 +1044,10 @@ packages: resolution: {integrity: sha512-rKOyknD7rlZyvdsTq42EPSi4sPikBXRTb7svJ7+t0DwskSbpqLWOFvaX/hGhV4P0ZwobuIn5D82tkxG8c+mwDg==} engines: {node: '>=18'} + '@polkadot/rpc-augment@12.4.2': + resolution: {integrity: sha512-IEco5pnso+fYkZNMlMAN5i4XAxdXPv0PZ0HNuWlCwF/MmRvWl8pq5JFtY1FiByHEbeuHwMIUhHM5SDKQ85q9Hg==} + engines: {node: '>=18'} + '@polkadot/rpc-core@10.13.1': resolution: {integrity: sha512-eoejSHa+/tzHm0vwic62/aptTGbph8vaBpbvLIK7gd00+rT813ROz5ckB1CqQBFB23nHRLuzzX/toY8ID3xrKw==} engines: {node: '>=18'} @@ -874,6 +1064,10 @@ packages: resolution: {integrity: sha512-ZAxA2Ymi+9ajyW89yD5W7R80fbgTX15Bu7DujhJZQXl7Gd+bUtejdvf8HhleMHRLKSK+YD6+c0qON4ucs2eC4A==} engines: {node: '>=18'} + '@polkadot/rpc-core@12.4.2': + resolution: {integrity: sha512-yaveqxNcmyluyNgsBT5tpnCa/md0CGbOtRK7K82LWsz7gsbh0x80GBbJrQGxsUybg1gPeZbO1q9IigwA6fY8ag==} + engines: {node: '>=18'} + '@polkadot/rpc-provider@10.13.1': resolution: {integrity: sha512-oJ7tatVXYJ0L7NpNiGd69D558HG5y5ZDmH2Bp9Dd4kFTQIiV8A39SlWwWUPCjSsen9lqSvvprNLnG/VHTpenbw==} engines: {node: '>=18'} @@ -890,8 +1084,12 @@ packages: resolution: {integrity: sha512-8RdJjmbJygCP4MZ4xrqUUqG0X4EQsT3A4QyZ5lQvxEVvY4Ti2ExIwpVYzYbaSpGut5kdg3atI0jh+qTju/s29Q==} engines: {node: '>=18'} - '@polkadot/typegen@11.3.1': - resolution: {integrity: sha512-DylbDbVYgtlfbHpilZeXgvlYJqPhvDavwjha/g73Sz2vTgQTO6hPU+Pbj7c2YslQ/xfmobgQ5GiEjnCP1XGcEw==} + '@polkadot/rpc-provider@12.4.2': + resolution: {integrity: sha512-cAhfN937INyxwW1AdjABySdCKhC7QCIONRDHDea1aLpiuxq/w+QwjxauR9fCNGh3lTaAwwnmZ5WfFU2PtkDMGQ==} + engines: {node: '>=18'} + + '@polkadot/typegen@12.4.2': + resolution: {integrity: sha512-B23ULYylj9PotnFUHVwN6qx7yLdFgdmhSMC/JN9l4tpM0nJhiAFx8LDCH8de3pbrPsxCVg9hLGtmKYD7hi1VWw==} engines: {node: '>=18'} hasBin: true @@ -911,6 +1109,10 @@ packages: resolution: {integrity: sha512-4lVAc3HjcP6gjvX6Vea4/Fo7C98ktuavLtxVD5rYBCsNr8IPjG2kc21N+FL1pcv0vDiE0U7RnalWUhdX2nlZQg==} engines: {node: '>=18'} + '@polkadot/types-augment@12.4.2': + resolution: {integrity: sha512-3fDCOy2BEMuAtMYl4crKg76bv/0pDNEuzpAzV4EBUMIlJwypmjy5sg3gUPCMcA+ckX3xb8DhkWU4ceUdS7T2KQ==} + engines: {node: '>=18'} + '@polkadot/types-codec@10.13.1': resolution: {integrity: sha512-AiQ2Vv2lbZVxEdRCN8XSERiWlOWa2cTDLnpAId78EnCtx4HLKYQSd+Jk9Y4BgO35R79mchK4iG+w6gZ+ukG2bg==} engines: {node: '>=18'} @@ -927,6 +1129,10 @@ packages: resolution: {integrity: sha512-lOtY/9rTHrk8c9cQsks3vcNjd2VAC7KEgaCgn/FNyIFuwWP16lBH7SZXJBFq362nGJBiBEvembSDUdtpSYfRng==} engines: {node: '>=18'} + '@polkadot/types-codec@12.4.2': + resolution: {integrity: sha512-DiPGRFWtVMepD9i05eC3orSbGtpN7un/pXOrXu0oriU+oxLkpvZH68ZsPNtJhKdQy03cAYtvB8elJOFJZYqoqQ==} + engines: {node: '>=18'} + '@polkadot/types-create@10.13.1': resolution: {integrity: sha512-Usn1jqrz35SXgCDAqSXy7mnD6j4RvB4wyzTAZipFA6DGmhwyxxIgOzlWQWDb+1PtPKo9vtMzen5IJ+7w5chIeA==} engines: {node: '>=18'} @@ -943,6 +1149,10 @@ packages: resolution: {integrity: sha512-ifhQUMJ/mpXC9+9DZ+/THyfU+KEk54FkDfGJ6IU8TgrYI9WynGsnToNjcv6ZLHMIg6rMkPBfUOxpGvZR4cVMVg==} engines: {node: '>=18'} + '@polkadot/types-create@12.4.2': + resolution: {integrity: sha512-nOpeAKZLdSqNMfzS3waQXgyPPaNt8rUHEmR5+WNv6c/Ke/vyf710wjxiTewfp0wpBgtdrimlgG4DLX1J9Ms1LA==} + engines: {node: '>=18'} + '@polkadot/types-known@10.13.1': resolution: {integrity: sha512-uHjDW05EavOT5JeU8RbiFWTgPilZ+odsCcuEYIJGmK+es3lk/Qsdns9Zb7U7NJl7eJ6OWmRtyrWsLs+bU+jjIQ==} engines: {node: '>=18'} @@ -959,6 +1169,10 @@ packages: resolution: {integrity: sha512-am/WAUabsKgsfQ6vaPfz4QvVdNGQDXc1/WL7n0mAD7iJDwzW5QbzkSlmSiUHrFtz+zSwREEQL+2nPEDQpVMDlg==} engines: {node: '>=18'} + '@polkadot/types-known@12.4.2': + resolution: {integrity: sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw==} + engines: {node: '>=18'} + '@polkadot/types-support@10.13.1': resolution: {integrity: sha512-4gEPfz36XRQIY7inKq0HXNVVhR6HvXtm7yrEmuBuhM86LE0lQQBkISUSgR358bdn2OFSLMxMoRNoh3kcDvdGDQ==} engines: {node: '>=18'} @@ -975,6 +1189,10 @@ packages: resolution: {integrity: sha512-rPquPHi0KKCnyVEeVbFaSjlxMtkvg7I7UwFQRfwbUanOsI4jgR4sqYXgTJSWZwRiiVe0TmfSY5VMX4Gp06bJ9w==} engines: {node: '>=18'} + '@polkadot/types-support@12.4.2': + resolution: {integrity: sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw==} + engines: {node: '>=18'} + '@polkadot/types@10.13.1': resolution: {integrity: sha512-Hfvg1ZgJlYyzGSAVrDIpp3vullgxrjOlh/CSThd/PI4TTN1qHoPSFm2hs77k3mKkOzg+LrWsLE0P/LP2XddYcw==} engines: {node: '>=18'} @@ -991,9 +1209,15 @@ packages: resolution: {integrity: sha512-axVbEnWLU9H7TMgRyECV79FWbfB4bNU9tkrCrBiOifTpJ4DT9AIbkNTgxI+wexywFbn8ATG6y1kw8leUnLDYvg==} engines: {node: '>=18'} + '@polkadot/types@12.4.2': + resolution: {integrity: sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==} + engines: {node: '>=18'} + '@polkadot/util-crypto@12.6.2': resolution: {integrity: sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg==} engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 12.6.2 '@polkadot/util-crypto@13.0.2': resolution: {integrity: sha512-woUsJJ6zd/caL7U+D30a5oM/+WK9iNI00Y8aNUHSj6Zq/KPzK9uqDBaLGWwlgrejoMQkxxiU2X0f2LzP15AtQg==} @@ -1249,9 +1473,15 @@ packages: '@substrate/connect@0.8.10': resolution: {integrity: sha512-DIyQ13DDlXqVFnLV+S6/JDgiGowVRRrh18kahieJxhgvzcWicw5eLc6jpfQ0moVVLBYkO7rctB5Wreldwpva8w==} + deprecated: versions below 1.x are no longer maintained + + '@substrate/connect@0.8.11': + resolution: {integrity: sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==} + deprecated: versions below 1.x are no longer maintained '@substrate/connect@0.8.8': resolution: {integrity: sha512-zwaxuNEVI9bGt0rT8PEJiXOyebLIo6QN1SyiAHRPBOl6g3Sy0KKdSN8Jmyn++oXhVRD8aIe75/V8ZkS81T+BPQ==} + deprecated: versions below 1.x are no longer maintained '@substrate/light-client-extension-helpers@0.0.4': resolution: {integrity: sha512-vfKcigzL0SpiK+u9sX6dq2lQSDtuFLOxIJx2CKPouPEHIs8C+fpsufn52r19GQn+qDhU8POMPHOVoqLktj8UEA==} @@ -1263,6 +1493,11 @@ packages: peerDependencies: smoldot: 2.x + '@substrate/light-client-extension-helpers@1.0.0': + resolution: {integrity: sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==} + peerDependencies: + smoldot: 2.x + '@substrate/ss58-registry@1.49.0': resolution: {integrity: sha512-leW6Ix4LD7XgvxT7+aobPWSw+WvPcN2Rxof1rmd0mNC5t2n99k1N7UNEvz7YEFSOUeHWmKIY7F5q8KeIqYoHfA==} @@ -1297,8 +1532,8 @@ packages: '@types/long@4.0.2': resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} - '@types/mdast@3.0.15': - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + '@types/mdast@4.0.4': + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} '@types/ms@0.7.34': resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} @@ -1312,11 +1547,14 @@ packages: '@types/node@20.14.10': resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} + '@types/node@22.5.0': + resolution: {integrity: sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==} + '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - '@types/unist@2.0.10': - resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} + '@types/unist@3.0.3': + resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} '@types/ws@8.5.3': resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} @@ -1946,6 +2184,9 @@ packages: detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + devlop@1.1.0: + resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} + diff-match-patch@1.0.5: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} @@ -2026,6 +2267,11 @@ packages: engines: {node: '>=12'} hasBin: true + esbuild@0.23.1: + resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} + engines: {node: '>=18'} + hasBin: true + escalade@3.1.2: resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} engines: {node: '>=6'} @@ -2273,6 +2519,11 @@ packages: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true + glob@11.0.0: + resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} + engines: {node: 20 || >=22} + hasBin: true + glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Glob versions prior to v9 are no longer supported @@ -2624,6 +2875,10 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + jackspeak@4.0.1: + resolution: {integrity: sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==} + engines: {node: 20 || >=22} + joycon@3.1.1: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} @@ -2688,10 +2943,6 @@ packages: resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} engines: {node: '>=0.10.0'} - kleur@4.1.5: - resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} - engines: {node: '>=6'} - levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -2731,6 +2982,10 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + lru-cache@11.0.0: + resolution: {integrity: sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==} + engines: {node: 20 || >=22} + lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -2749,11 +3004,11 @@ packages: resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==} engines: {node: '>=10'} - mdast-util-from-markdown@1.3.1: - resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} + mdast-util-from-markdown@2.0.1: + resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==} - mdast-util-to-string@3.2.0: - resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} + mdast-util-to-string@4.0.0: + resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} @@ -2769,68 +3024,68 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - micromark-core-commonmark@1.1.0: - resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} + micromark-core-commonmark@2.0.1: + resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==} - micromark-factory-destination@1.1.0: - resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} + micromark-factory-destination@2.0.0: + resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==} - micromark-factory-label@1.1.0: - resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} + micromark-factory-label@2.0.0: + resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==} - micromark-factory-space@1.1.0: - resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} + micromark-factory-space@2.0.0: + resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==} - micromark-factory-title@1.1.0: - resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} + micromark-factory-title@2.0.0: + resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==} - micromark-factory-whitespace@1.1.0: - resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} + micromark-factory-whitespace@2.0.0: + resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==} - micromark-util-character@1.2.0: - resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} + micromark-util-character@2.1.0: + resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} - micromark-util-chunked@1.1.0: - resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} + micromark-util-chunked@2.0.0: + resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==} - micromark-util-classify-character@1.1.0: - resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} + micromark-util-classify-character@2.0.0: + resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==} - micromark-util-combine-extensions@1.1.0: - resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} + micromark-util-combine-extensions@2.0.0: + resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==} - micromark-util-decode-numeric-character-reference@1.1.0: - resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} + micromark-util-decode-numeric-character-reference@2.0.1: + resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==} - micromark-util-decode-string@1.1.0: - resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} + micromark-util-decode-string@2.0.0: + resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==} - micromark-util-encode@1.1.0: - resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} + micromark-util-encode@2.0.0: + resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} - micromark-util-html-tag-name@1.2.0: - resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} + micromark-util-html-tag-name@2.0.0: + resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==} - micromark-util-normalize-identifier@1.1.0: - resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} + micromark-util-normalize-identifier@2.0.0: + resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==} - micromark-util-resolve-all@1.1.0: - resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} + micromark-util-resolve-all@2.0.0: + resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==} - micromark-util-sanitize-uri@1.2.0: - resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} + micromark-util-sanitize-uri@2.0.0: + resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} - micromark-util-subtokenize@1.1.0: - resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} + micromark-util-subtokenize@2.0.1: + resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==} - micromark-util-symbol@1.1.0: - resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} + micromark-util-symbol@2.0.0: + resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} - micromark-util-types@1.1.0: - resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} + micromark-util-types@2.0.0: + resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} - micromark@3.2.0: - resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} + micromark@4.0.0: + resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} micromatch@4.0.7: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} @@ -2856,6 +3111,10 @@ packages: resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} engines: {node: '>=10'} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -2931,10 +3190,6 @@ packages: resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==} engines: {node: '>= 8'} - mri@1.2.0: - resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} - engines: {node: '>=4'} - mrmime@2.0.0: resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} engines: {node: '>=10'} @@ -3176,6 +3431,10 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} + path-scurry@2.0.0: + resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} + engines: {node: 20 || >=22} + path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -3214,9 +3473,9 @@ packages: pkg-types@1.1.3: resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==} - pnpm@8.12.1: - resolution: {integrity: sha512-ZwXqGWattlhwU+bP5v3cN3+BBmIo2vc2xEkAEvRPL/G/DHE7uPMUX84OPvZpx8FfGaWawVeDiVHyNMF7gcplXQ==} - engines: {node: '>=16.14'} + pnpm@9.9.0: + resolution: {integrity: sha512-YMGKzROL/2ldM5vmrRP36TbupnRWYNTMSndtUkfFQNDt7hpWNpXBg6ZuuRfviPK0/rH8JfMqetytx6rzQ46ZwQ==} + engines: {node: '>=18.12'} hasBin: true possible-typed-array-names@1.0.0: @@ -3236,17 +3495,22 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier-plugin-jsdoc@0.3.38: - resolution: {integrity: sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg==} - engines: {node: '>=12.0.0'} + prettier-plugin-jsdoc@1.3.0: + resolution: {integrity: sha512-cQm8xIa0fN9ieJFMXACQd6JPycl+8ouOijAqUqu44EF/s4fXL3Wi9sKXuEaodsEWgCN42Xby/bNhqgM1iWx4uw==} + engines: {node: '>=14.13.1 || >=16.0.0'} peerDependencies: - prettier: '>=2.1.2' + prettier: ^3.0.0 prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + engines: {node: '>=14'} + hasBin: true + pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -3378,9 +3642,9 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@5.0.9: - resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==} - engines: {node: 14 >=14.20 || 16 >=16.20 || >=18} + rimraf@6.0.1: + resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} + engines: {node: 20 || >=22} hasBin: true rlp@3.0.0: @@ -3409,10 +3673,6 @@ packages: rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} - sade@1.8.1: - resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} - engines: {node: '>=6'} - safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} @@ -3518,6 +3778,9 @@ packages: smoldot@2.0.22: resolution: {integrity: sha512-B50vRgTY6v3baYH6uCgL15tfaag5tcS2o/P5q1OiXcKGv1axZDfz2dzzMuIkVpyMR2ug11F6EAtQlmYBQd292g==} + smoldot@2.0.26: + resolution: {integrity: sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==} + socks-proxy-agent@6.2.1: resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==} engines: {node: '>= 10'} @@ -3554,9 +3817,6 @@ packages: sqlite3@5.1.7: resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==} - peerDependenciesMeta: - node-gyp: - optional: true ssri@8.0.1: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} @@ -3729,6 +3989,11 @@ packages: tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tsx@4.18.0: + resolution: {integrity: sha512-a1jaKBSVQkd6yEc1/NI7G6yHFfefIcuf3QJST7ZEyn4oQnxLYrZR5uZAM8UrwUa3Ge8suiZHcNS1gNrEvmobqg==} + engines: {node: '>=18.0.0'} + hasBin: true + tsx@4.7.1: resolution: {integrity: sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==} engines: {node: '>=18.0.0'} @@ -3820,6 +4085,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + engines: {node: '>=14.17'} + hasBin: true + ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} @@ -3834,14 +4104,17 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + unique-filename@1.1.1: resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} unique-slug@2.0.2: resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} - unist-util-stringify-position@3.0.3: - resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} + unist-util-stringify-position@4.0.0: + resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} universal-user-agent@7.0.2: resolution: {integrity: sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==} @@ -3870,11 +4143,6 @@ packages: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true - uvu@0.5.6: - resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} - engines: {node: '>=8'} - hasBin: true - v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} @@ -4247,7 +4515,7 @@ snapshots: '@polkadot/types-codec': 10.13.1 '@polkadot/types-known': 10.13.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) comlink: 4.4.1 eventemitter3: 5.0.1 lodash: 4.17.21 @@ -4261,13 +4529,13 @@ snapshots: - supports-color - utf-8-validate - '@acala-network/chopsticks-db@0.11.0': + '@acala-network/chopsticks-db@0.11.0(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2))': dependencies: '@acala-network/chopsticks-core': 0.11.0 '@polkadot/util': 12.6.2 idb: 8.0.0 sqlite3: 5.1.7 - typeorm: 0.3.20(sqlite3@5.1.7) + typeorm: 0.3.20(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)) transitivePeerDependencies: - '@google-cloud/spanner' - '@sap/hana-client' @@ -4295,15 +4563,15 @@ snapshots: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@acala-network/chopsticks@0.11.0(debug@4.3.4)': + '@acala-network/chopsticks@0.11.0(debug@4.3.4)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2))': dependencies: '@acala-network/chopsticks-core': 0.11.0 - '@acala-network/chopsticks-db': 0.11.0 + '@acala-network/chopsticks-db': 0.11.0(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)) '@pnpm/npm-conf': 2.2.2 '@polkadot/api-augment': 10.13.1 '@polkadot/types': 10.13.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) axios: 1.7.2(debug@4.3.4) dotenv: 16.4.5 global-agent: 3.0.0 @@ -4373,138 +4641,210 @@ snapshots: '@esbuild/aix-ppc64@0.21.5': optional: true + '@esbuild/aix-ppc64@0.23.1': + optional: true + '@esbuild/android-arm64@0.19.12': optional: true '@esbuild/android-arm64@0.21.5': optional: true + '@esbuild/android-arm64@0.23.1': + optional: true + '@esbuild/android-arm@0.19.12': optional: true '@esbuild/android-arm@0.21.5': optional: true + '@esbuild/android-arm@0.23.1': + optional: true + '@esbuild/android-x64@0.19.12': optional: true '@esbuild/android-x64@0.21.5': optional: true + '@esbuild/android-x64@0.23.1': + optional: true + '@esbuild/darwin-arm64@0.19.12': optional: true '@esbuild/darwin-arm64@0.21.5': optional: true + '@esbuild/darwin-arm64@0.23.1': + optional: true + '@esbuild/darwin-x64@0.19.12': optional: true '@esbuild/darwin-x64@0.21.5': optional: true + '@esbuild/darwin-x64@0.23.1': + optional: true + '@esbuild/freebsd-arm64@0.19.12': optional: true '@esbuild/freebsd-arm64@0.21.5': optional: true + '@esbuild/freebsd-arm64@0.23.1': + optional: true + '@esbuild/freebsd-x64@0.19.12': optional: true '@esbuild/freebsd-x64@0.21.5': optional: true + '@esbuild/freebsd-x64@0.23.1': + optional: true + '@esbuild/linux-arm64@0.19.12': optional: true '@esbuild/linux-arm64@0.21.5': optional: true + '@esbuild/linux-arm64@0.23.1': + optional: true + '@esbuild/linux-arm@0.19.12': optional: true '@esbuild/linux-arm@0.21.5': optional: true + '@esbuild/linux-arm@0.23.1': + optional: true + '@esbuild/linux-ia32@0.19.12': optional: true '@esbuild/linux-ia32@0.21.5': optional: true + '@esbuild/linux-ia32@0.23.1': + optional: true + '@esbuild/linux-loong64@0.19.12': optional: true '@esbuild/linux-loong64@0.21.5': optional: true + '@esbuild/linux-loong64@0.23.1': + optional: true + '@esbuild/linux-mips64el@0.19.12': optional: true '@esbuild/linux-mips64el@0.21.5': optional: true + '@esbuild/linux-mips64el@0.23.1': + optional: true + '@esbuild/linux-ppc64@0.19.12': optional: true '@esbuild/linux-ppc64@0.21.5': optional: true + '@esbuild/linux-ppc64@0.23.1': + optional: true + '@esbuild/linux-riscv64@0.19.12': optional: true '@esbuild/linux-riscv64@0.21.5': optional: true + '@esbuild/linux-riscv64@0.23.1': + optional: true + '@esbuild/linux-s390x@0.19.12': optional: true '@esbuild/linux-s390x@0.21.5': optional: true + '@esbuild/linux-s390x@0.23.1': + optional: true + '@esbuild/linux-x64@0.19.12': optional: true '@esbuild/linux-x64@0.21.5': optional: true + '@esbuild/linux-x64@0.23.1': + optional: true + '@esbuild/netbsd-x64@0.19.12': optional: true '@esbuild/netbsd-x64@0.21.5': optional: true + '@esbuild/netbsd-x64@0.23.1': + optional: true + + '@esbuild/openbsd-arm64@0.23.1': + optional: true + '@esbuild/openbsd-x64@0.19.12': optional: true '@esbuild/openbsd-x64@0.21.5': optional: true + '@esbuild/openbsd-x64@0.23.1': + optional: true + '@esbuild/sunos-x64@0.19.12': optional: true '@esbuild/sunos-x64@0.21.5': optional: true + '@esbuild/sunos-x64@0.23.1': + optional: true + '@esbuild/win32-arm64@0.19.12': optional: true '@esbuild/win32-arm64@0.21.5': optional: true + '@esbuild/win32-arm64@0.23.1': + optional: true + '@esbuild/win32-ia32@0.19.12': optional: true '@esbuild/win32-ia32@0.21.5': optional: true + '@esbuild/win32-ia32@0.23.1': + optional: true + '@esbuild/win32-x64@0.19.12': optional: true '@esbuild/win32-x64@0.21.5': optional: true + '@esbuild/win32-x64@0.23.1': + optional: true + '@eslint-community/eslint-utils@4.4.0(eslint@8.56.0)': dependencies: eslint: 8.56.0 @@ -4577,23 +4917,23 @@ snapshots: '@moonbeam-network/api-augment@0.2902.0': {} - '@moonwall/cli@5.3.3(@acala-network/chopsticks@0.11.0)(@polkadot/api@12.2.1)(@types/node@20.11.30)(@vitest/ui@1.4.0)(typescript@5.4.2)(vitest@1.4.0)': + '@moonwall/cli@5.3.3(@acala-network/chopsticks@0.11.0(debug@4.3.4)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)))(@polkadot/api@12.2.1)(@types/node@20.11.30)(@vitest/ui@1.4.0(vitest@1.4.0))(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0))(zod@3.23.8)': dependencies: - '@acala-network/chopsticks': 0.11.0(debug@4.3.4) + '@acala-network/chopsticks': 0.11.0(debug@4.3.4)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)) '@moonbeam-network/api-augment': 0.2902.0 - '@moonwall/types': 5.3.3(@polkadot/api@12.2.1)(typescript@5.4.2) - '@moonwall/util': 5.3.3(@polkadot/api@12.2.1)(typescript@5.4.2)(vitest@1.4.0) + '@moonwall/types': 5.3.3(@polkadot/api@12.2.1)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + '@moonwall/util': 5.3.3(@polkadot/api@12.2.1)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0))(zod@3.23.8) '@octokit/rest': 21.0.1 '@polkadot/api': 12.2.1 '@polkadot/api-derive': 12.1.1 - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@vitest/ui': 1.4.0(vitest@1.4.0) - '@zombienet/orchestrator': 0.0.87(@types/node@20.11.30) - '@zombienet/utils': 0.0.25(@types/node@20.11.30)(typescript@5.4.2) + '@zombienet/orchestrator': 0.0.87(@polkadot/util@12.6.2)(@types/node@20.11.30)(chokidar@3.6.0) + '@zombienet/utils': 0.0.25(@types/node@20.11.30)(chokidar@3.6.0)(typescript@5.4.2) bottleneck: 2.19.5 cfonts: 3.3.0 chalk: 5.3.0 @@ -4609,10 +4949,10 @@ snapshots: jsonc-parser: 3.3.1 minimatch: 9.0.5 semver: 7.6.2 - viem: 2.17.3(typescript@5.4.2) - vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + viem: 2.17.3(typescript@5.4.2)(zod@3.23.8) + vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0) vue: 3.4.33(typescript@5.4.2) - web3: 4.10.0(typescript@5.4.2) + web3: 4.10.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) web3-providers-ws: 4.0.7 ws: 8.18.0 yaml: 2.4.5 @@ -4630,21 +4970,21 @@ snapshots: - utf-8-validate - zod - '@moonwall/types@5.3.3(@polkadot/api@12.2.1)(typescript@5.4.2)': + '@moonwall/types@5.3.3(@polkadot/api@12.2.1)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8)': dependencies: '@polkadot/api': 12.2.1 '@polkadot/api-base': 12.1.1 - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@types/node': 20.14.10 - '@zombienet/utils': 0.0.25(@types/node@20.14.10)(typescript@5.4.2) + '@zombienet/utils': 0.0.25(@types/node@20.14.10)(chokidar@3.6.0)(typescript@5.4.2) bottleneck: 2.19.5 debug: 4.3.5(supports-color@8.1.1) ethers: 6.13.1 - viem: 2.17.3(typescript@5.4.2) - web3: 4.10.0(typescript@5.4.2) + viem: 2.17.3(typescript@5.4.2)(zod@3.23.8) + web3: 4.10.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -4656,18 +4996,18 @@ snapshots: - utf-8-validate - zod - '@moonwall/util@5.3.3(@polkadot/api@12.2.1)(typescript@5.4.2)(vitest@1.4.0)': + '@moonwall/util@5.3.3(@polkadot/api@12.2.1)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0))(zod@3.23.8)': dependencies: '@moonbeam-network/api-augment': 0.2902.0 - '@moonwall/types': 5.3.3(@polkadot/api@12.2.1)(typescript@5.4.2) + '@moonwall/types': 5.3.3(@polkadot/api@12.2.1)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) '@polkadot/api': 12.2.1 '@polkadot/api-derive': 12.1.1 - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/rpc-provider': 12.1.1 '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) bottleneck: 2.19.5 chalk: 5.3.0 clear: 0.1.0 @@ -4680,9 +5020,9 @@ snapshots: inquirer-press-to-continue: 1.2.0(inquirer@9.3.3) rlp: 3.0.0 semver: 7.6.2 - viem: 2.17.3(typescript@5.4.2) - vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) - web3: 4.10.0(typescript@5.4.2) + viem: 2.17.3(typescript@5.4.2)(zod@3.23.8) + vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0) + web3: 4.10.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) ws: 8.18.0 yaml: 2.4.5 yargs: 17.7.2 @@ -4834,6 +5174,9 @@ snapshots: '@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true + '@polkadot-api/json-rpc-provider-proxy@0.1.0': + optional: true + '@polkadot-api/json-rpc-provider@0.0.1': optional: true @@ -4852,6 +5195,12 @@ snapshots: '@polkadot-api/utils': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 optional: true + '@polkadot-api/metadata-builders@0.3.2': + dependencies: + '@polkadot-api/substrate-bindings': 0.6.0 + '@polkadot-api/utils': 0.1.0 + optional: true + '@polkadot-api/observable-client@0.1.0(rxjs@7.8.1)': dependencies: '@polkadot-api/metadata-builders': 0.0.1 @@ -4861,6 +5210,15 @@ snapshots: rxjs: 7.8.1 optional: true + '@polkadot-api/observable-client@0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1)': + dependencies: + '@polkadot-api/metadata-builders': 0.3.2 + '@polkadot-api/substrate-bindings': 0.6.0 + '@polkadot-api/substrate-client': 0.1.4 + '@polkadot-api/utils': 0.1.0 + rxjs: 7.8.1 + optional: true + '@polkadot-api/substrate-bindings@0.0.1': dependencies: '@noble/hashes': 1.4.0 @@ -4877,19 +5235,36 @@ snapshots: scale-ts: 1.6.0 optional: true + '@polkadot-api/substrate-bindings@0.6.0': + dependencies: + '@noble/hashes': 1.4.0 + '@polkadot-api/utils': 0.1.0 + '@scure/base': 1.1.7 + scale-ts: 1.6.0 + optional: true + '@polkadot-api/substrate-client@0.0.1': optional: true '@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true + '@polkadot-api/substrate-client@0.1.4': + dependencies: + '@polkadot-api/json-rpc-provider': 0.0.1 + '@polkadot-api/utils': 0.1.0 + optional: true + '@polkadot-api/utils@0.0.1': optional: true '@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true - '@polkadot/api-augment@10.13.1': + '@polkadot-api/utils@0.1.0': + optional: true + + '@polkadot/api-augment@10.13.1': dependencies: '@polkadot/api-base': 10.13.1 '@polkadot/rpc-augment': 10.13.1 @@ -4945,6 +5320,20 @@ snapshots: - supports-color - utf-8-validate + '@polkadot/api-augment@12.4.2': + dependencies: + '@polkadot/api-base': 12.4.2 + '@polkadot/rpc-augment': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/types-augment': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/util': 13.0.2 + tslib: 2.6.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@polkadot/api-base@10.13.1': dependencies: '@polkadot/rpc-core': 10.13.1 @@ -4993,6 +5382,18 @@ snapshots: - supports-color - utf-8-validate + '@polkadot/api-base@12.4.2': + dependencies: + '@polkadot/rpc-core': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/util': 13.0.2 + rxjs: 7.8.1 + tslib: 2.6.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@polkadot/api-derive@11.3.1': dependencies: '@polkadot/api': 11.3.1 @@ -5002,7 +5403,7 @@ snapshots: '@polkadot/types': 11.3.1 '@polkadot/types-codec': 11.3.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.6.3 transitivePeerDependencies: @@ -5019,7 +5420,7 @@ snapshots: '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.6.3 transitivePeerDependencies: @@ -5044,12 +5445,29 @@ snapshots: - supports-color - utf-8-validate + '@polkadot/api-derive@12.4.2': + dependencies: + '@polkadot/api': 12.4.2 + '@polkadot/api-augment': 12.4.2 + '@polkadot/api-base': 12.4.2 + '@polkadot/rpc-core': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/util': 13.0.2 + '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + rxjs: 7.8.1 + tslib: 2.6.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@polkadot/api@11.3.1': dependencies: '@polkadot/api-augment': 11.3.1 '@polkadot/api-base': 11.3.1 '@polkadot/api-derive': 11.3.1 - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/rpc-augment': 11.3.1 '@polkadot/rpc-core': 11.3.1 '@polkadot/rpc-provider': 11.3.1 @@ -5059,7 +5477,7 @@ snapshots: '@polkadot/types-create': 11.3.1 '@polkadot/types-known': 11.3.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) eventemitter3: 5.0.1 rxjs: 7.8.1 tslib: 2.6.3 @@ -5073,7 +5491,7 @@ snapshots: '@polkadot/api-augment': 12.1.1 '@polkadot/api-base': 12.1.1 '@polkadot/api-derive': 12.1.1 - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/rpc-augment': 12.1.1 '@polkadot/rpc-core': 12.1.1 '@polkadot/rpc-provider': 12.1.1 @@ -5083,7 +5501,7 @@ snapshots: '@polkadot/types-create': 12.1.1 '@polkadot/types-known': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) eventemitter3: 5.0.1 rxjs: 7.8.1 tslib: 2.6.3 @@ -5097,7 +5515,7 @@ snapshots: '@polkadot/api-augment': 12.2.1 '@polkadot/api-base': 12.2.1 '@polkadot/api-derive': 12.2.1 - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2)(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) '@polkadot/rpc-augment': 12.2.1 '@polkadot/rpc-core': 12.2.1 '@polkadot/rpc-provider': 12.2.1 @@ -5116,13 +5534,43 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/keyring@12.6.2': + '@polkadot/api@12.4.2': + dependencies: + '@polkadot/api-augment': 12.4.2 + '@polkadot/api-base': 12.4.2 + '@polkadot/api-derive': 12.4.2 + '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/rpc-augment': 12.4.2 + '@polkadot/rpc-core': 12.4.2 + '@polkadot/rpc-provider': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/types-augment': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/types-create': 12.4.2 + '@polkadot/types-known': 12.4.2 + '@polkadot/util': 13.0.2 + '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + eventemitter3: 5.0.1 + rxjs: 7.8.1 + tslib: 2.6.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + '@polkadot/keyring@12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) tslib: 2.6.3 - '@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2)(@polkadot/util@13.0.2)': + '@polkadot/keyring@12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)': + dependencies: + '@polkadot/util': 13.0.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@13.0.2) + tslib: 2.6.3 + + '@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)': dependencies: '@polkadot/util': 13.0.2 '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) @@ -5188,6 +5636,18 @@ snapshots: - supports-color - utf-8-validate + '@polkadot/rpc-augment@12.4.2': + dependencies: + '@polkadot/rpc-core': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/util': 13.0.2 + tslib: 2.6.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@polkadot/rpc-core@10.13.1': dependencies: '@polkadot/rpc-augment': 10.13.1 @@ -5240,13 +5700,26 @@ snapshots: - supports-color - utf-8-validate + '@polkadot/rpc-core@12.4.2': + dependencies: + '@polkadot/rpc-augment': 12.4.2 + '@polkadot/rpc-provider': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/util': 13.0.2 + rxjs: 7.8.1 + tslib: 2.6.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@polkadot/rpc-provider@10.13.1': dependencies: - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 10.13.1 '@polkadot/types-support': 10.13.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 '@polkadot/x-global': 12.6.2 '@polkadot/x-ws': 12.6.2 @@ -5263,11 +5736,11 @@ snapshots: '@polkadot/rpc-provider@11.3.1': dependencies: - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 11.3.1 '@polkadot/types-support': 11.3.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 '@polkadot/x-global': 12.6.2 '@polkadot/x-ws': 12.6.2 @@ -5284,11 +5757,11 @@ snapshots: '@polkadot/rpc-provider@12.1.1': dependencies: - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 12.1.1 '@polkadot/types-support': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 '@polkadot/x-global': 12.6.2 '@polkadot/x-ws': 12.6.2 @@ -5305,7 +5778,7 @@ snapshots: '@polkadot/rpc-provider@12.2.1': dependencies: - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2)(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) '@polkadot/types': 12.2.1 '@polkadot/types-support': 12.2.1 '@polkadot/util': 13.0.2 @@ -5324,20 +5797,41 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/typegen@11.3.1': + '@polkadot/rpc-provider@12.4.2': dependencies: - '@polkadot/api': 11.3.1 - '@polkadot/api-augment': 11.3.1 - '@polkadot/rpc-augment': 11.3.1 - '@polkadot/rpc-provider': 11.3.1 - '@polkadot/types': 11.3.1 - '@polkadot/types-augment': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/types-create': 11.3.1 - '@polkadot/types-support': 11.3.1 - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 - '@polkadot/x-ws': 12.6.2 + '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/types': 12.4.2 + '@polkadot/types-support': 12.4.2 + '@polkadot/util': 13.0.2 + '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/x-fetch': 13.0.2 + '@polkadot/x-global': 13.0.2 + '@polkadot/x-ws': 13.0.2 + eventemitter3: 5.0.1 + mock-socket: 9.3.1 + nock: 13.5.4 + tslib: 2.6.3 + optionalDependencies: + '@substrate/connect': 0.8.11 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + '@polkadot/typegen@12.4.2': + dependencies: + '@polkadot/api': 12.4.2 + '@polkadot/api-augment': 12.4.2 + '@polkadot/rpc-augment': 12.4.2 + '@polkadot/rpc-provider': 12.4.2 + '@polkadot/types': 12.4.2 + '@polkadot/types-augment': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/types-create': 12.4.2 + '@polkadot/types-support': 12.4.2 + '@polkadot/util': 13.0.2 + '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/x-ws': 13.0.2 handlebars: 4.7.8 tslib: 2.6.3 yargs: 17.7.2 @@ -5374,6 +5868,13 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.3 + '@polkadot/types-augment@12.4.2': + dependencies: + '@polkadot/types': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/util': 13.0.2 + tslib: 2.6.3 + '@polkadot/types-codec@10.13.1': dependencies: '@polkadot/util': 12.6.2 @@ -5398,6 +5899,12 @@ snapshots: '@polkadot/x-bigint': 13.0.2 tslib: 2.6.3 + '@polkadot/types-codec@12.4.2': + dependencies: + '@polkadot/util': 13.0.2 + '@polkadot/x-bigint': 13.0.2 + tslib: 2.6.3 + '@polkadot/types-create@10.13.1': dependencies: '@polkadot/types-codec': 10.13.1 @@ -5422,6 +5929,12 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.3 + '@polkadot/types-create@12.4.2': + dependencies: + '@polkadot/types-codec': 12.4.2 + '@polkadot/util': 13.0.2 + tslib: 2.6.3 + '@polkadot/types-known@10.13.1': dependencies: '@polkadot/networks': 12.6.2 @@ -5458,6 +5971,15 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.3 + '@polkadot/types-known@12.4.2': + dependencies: + '@polkadot/networks': 13.0.2 + '@polkadot/types': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/types-create': 12.4.2 + '@polkadot/util': 13.0.2 + tslib: 2.6.3 + '@polkadot/types-support@10.13.1': dependencies: '@polkadot/util': 12.6.2 @@ -5478,42 +6000,47 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.3 + '@polkadot/types-support@12.4.2': + dependencies: + '@polkadot/util': 13.0.2 + tslib: 2.6.3 + '@polkadot/types@10.13.1': dependencies: - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types-augment': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/types-create': 10.13.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.6.3 '@polkadot/types@11.3.1': dependencies: - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types-augment': 11.3.1 '@polkadot/types-codec': 11.3.1 '@polkadot/types-create': 11.3.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.6.3 '@polkadot/types@12.1.1': dependencies: - '@polkadot/keyring': 12.6.2 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types-augment': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/types-create': 12.1.1 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.6.3 '@polkadot/types@12.2.1': dependencies: - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2)(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) '@polkadot/types-augment': 12.2.1 '@polkadot/types-codec': 12.2.1 '@polkadot/types-create': 12.2.1 @@ -5522,16 +6049,40 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.3 - '@polkadot/util-crypto@12.6.2': + '@polkadot/types@12.4.2': + dependencies: + '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/types-augment': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/types-create': 12.4.2 + '@polkadot/util': 13.0.2 + '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + rxjs: 7.8.1 + tslib: 2.6.3 + + '@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2)': dependencies: '@noble/curves': 1.4.2 '@noble/hashes': 1.4.0 '@polkadot/networks': 12.6.2 '@polkadot/util': 12.6.2 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-bigint': 12.6.2 - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) + '@scure/base': 1.1.7 + tslib: 2.6.3 + + '@polkadot/util-crypto@12.6.2(@polkadot/util@13.0.2)': + dependencies: + '@noble/curves': 1.4.2 + '@noble/hashes': 1.4.0 + '@polkadot/networks': 12.6.2 + '@polkadot/util': 13.0.2 + '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/x-bigint': 12.6.2 + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) '@scure/base': 1.1.7 tslib: 2.6.3 @@ -5541,10 +6092,10 @@ snapshots: '@noble/hashes': 1.4.0 '@polkadot/networks': 13.0.2 '@polkadot/util': 13.0.2 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2) + '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-bigint': 13.0.2 - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) '@scure/base': 1.1.7 tslib: 2.6.3 @@ -5568,18 +6119,25 @@ snapshots: bn.js: 5.2.1 tslib: 2.6.3 - '@polkadot/wasm-bridge@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2)': + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) tslib: 2.6.3 - '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2)': + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) + tslib: 2.6.3 + + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': + dependencies: + '@polkadot/util': 13.0.2 + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) tslib: 2.6.3 '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@12.6.2)': @@ -5592,24 +6150,34 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.3 - '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2)': + '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) + tslib: 2.6.3 + + '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': + dependencies: + '@polkadot/util': 13.0.2 + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) + '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) tslib: 2.6.3 - '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2)': + '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': dependencies: '@polkadot/util': 13.0.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) tslib: 2.6.3 '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@12.6.2)': @@ -5624,26 +6192,37 @@ snapshots: '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) tslib: 2.6.3 - '@polkadot/wasm-crypto@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2)': + '@polkadot/wasm-crypto@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) tslib: 2.6.3 - '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2)': + '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': dependencies: '@polkadot/util': 13.0.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2) + '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) + tslib: 2.6.3 + + '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': + dependencies: + '@polkadot/util': 13.0.2 + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) + '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) + '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) tslib: 2.6.3 '@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)': @@ -5686,14 +6265,21 @@ snapshots: dependencies: tslib: 2.6.3 - '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2)': + '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-global': 12.6.2 tslib: 2.6.3 - '@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2)': + '@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))': + dependencies: + '@polkadot/util': 13.0.2 + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) + '@polkadot/x-global': 12.6.2 + tslib: 2.6.3 + + '@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) @@ -5854,6 +6440,17 @@ snapshots: - utf-8-validate optional: true + '@substrate/connect@0.8.11': + dependencies: + '@substrate/connect-extension-protocol': 2.0.0 + '@substrate/connect-known-chains': 1.1.11 + '@substrate/light-client-extension-helpers': 1.0.0(smoldot@2.0.26) + smoldot: 2.0.26 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + optional: true + '@substrate/connect@0.8.8': dependencies: '@substrate/connect-extension-protocol': 2.0.0 @@ -5889,6 +6486,18 @@ snapshots: smoldot: 2.0.22 optional: true + '@substrate/light-client-extension-helpers@1.0.0(smoldot@2.0.26)': + dependencies: + '@polkadot-api/json-rpc-provider': 0.0.1 + '@polkadot-api/json-rpc-provider-proxy': 0.1.0 + '@polkadot-api/observable-client': 0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1) + '@polkadot-api/substrate-client': 0.1.4 + '@substrate/connect-extension-protocol': 2.0.0 + '@substrate/connect-known-chains': 1.1.11 + rxjs: 7.8.1 + smoldot: 2.0.26 + optional: true + '@substrate/ss58-registry@1.49.0': {} '@tootallnate/once@1.1.2': @@ -5904,7 +6513,7 @@ snapshots: '@types/bn.js@5.1.5': dependencies: - '@types/node': 20.11.30 + '@types/node': 22.5.0 '@types/debug@4.1.12': dependencies: @@ -5916,9 +6525,9 @@ snapshots: '@types/long@4.0.2': {} - '@types/mdast@3.0.15': + '@types/mdast@4.0.4': dependencies: - '@types/unist': 2.0.10 + '@types/unist': 3.0.3 '@types/ms@0.7.34': {} @@ -5932,15 +6541,19 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@22.5.0': + dependencies: + undici-types: 6.19.8 + '@types/semver@7.5.8': {} - '@types/unist@2.0.10': {} + '@types/unist@3.0.3': {} '@types/ws@8.5.3': dependencies: - '@types/node': 20.11.30 + '@types/node': 22.5.0 - '@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.4.2)': + '@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.4.2))(eslint@8.56.0)(typescript@5.4.2)': dependencies: '@eslint-community/regexpp': 4.11.0 '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@5.4.2) @@ -5955,6 +6568,7 @@ snapshots: natural-compare: 1.4.0 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color @@ -5967,6 +6581,7 @@ snapshots: '@typescript-eslint/visitor-keys': 6.15.0 debug: 4.3.4 eslint: 8.56.0 + optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color @@ -5983,6 +6598,7 @@ snapshots: debug: 4.3.4 eslint: 8.56.0 ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color @@ -5998,6 +6614,7 @@ snapshots: is-glob: 4.0.3 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.4.2) + optionalDependencies: typescript: 5.4.2 transitivePeerDependencies: - supports-color @@ -6054,7 +6671,7 @@ snapshots: pathe: 1.1.2 picocolors: 1.0.1 sirv: 2.0.4 - vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0) '@vitest/utils@1.4.0': dependencies: @@ -6109,7 +6726,7 @@ snapshots: '@vue/shared': 3.4.33 csstype: 3.1.3 - '@vue/server-renderer@3.4.33(vue@3.4.33)': + '@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.4.2))': dependencies: '@vue/compiler-ssr': 3.4.33 '@vue/shared': 3.4.33 @@ -6117,12 +6734,12 @@ snapshots: '@vue/shared@3.4.33': {} - '@zombienet/orchestrator@0.0.87(@types/node@20.11.30)': + '@zombienet/orchestrator@0.0.87(@polkadot/util@12.6.2)(@types/node@20.11.30)(chokidar@3.6.0)': dependencies: '@polkadot/api': 11.3.1 - '@polkadot/keyring': 12.6.2 - '@polkadot/util-crypto': 12.6.2 - '@zombienet/utils': 0.0.25(@types/node@20.11.30)(typescript@5.4.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) + '@zombienet/utils': 0.0.25(@types/node@20.11.30)(chokidar@3.6.0)(typescript@5.4.2) JSONStream: 1.3.5 chai: 4.4.1 debug: 4.3.4 @@ -6139,6 +6756,7 @@ snapshots: typescript: 5.4.2 yaml: 2.4.5 transitivePeerDependencies: + - '@polkadot/util' - '@swc/core' - '@swc/wasm' - '@types/node' @@ -6148,12 +6766,44 @@ snapshots: - supports-color - utf-8-validate - '@zombienet/utils@0.0.25(@types/node@20.11.30)(typescript@5.4.2)': + '@zombienet/orchestrator@0.0.87(@polkadot/util@13.0.2)(@types/node@20.11.30)(chokidar@3.6.0)': + dependencies: + '@polkadot/api': 11.3.1 + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/util-crypto': 12.6.2(@polkadot/util@13.0.2) + '@zombienet/utils': 0.0.25(@types/node@20.11.30)(chokidar@3.6.0)(typescript@5.4.2) + JSONStream: 1.3.5 + chai: 4.4.1 + debug: 4.3.4 + execa: 5.1.1 + fs-extra: 11.2.0 + jsdom: 23.2.0 + json-bigint: 1.0.0 + libp2p-crypto: 0.21.2 + minimatch: 9.0.5 + mocha: 10.7.0 + napi-maybe-compressed-blob: 0.0.11 + peer-id: 0.16.0 + tmp-promise: 3.0.3 + typescript: 5.4.2 + yaml: 2.4.5 + transitivePeerDependencies: + - '@polkadot/util' + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - bufferutil + - canvas + - chokidar + - supports-color + - utf-8-validate + + '@zombienet/utils@0.0.25(@types/node@20.11.30)(chokidar@3.6.0)(typescript@5.4.2)': dependencies: cli-table3: 0.6.5 debug: 4.3.4 mocha: 10.7.0 - nunjucks: 3.2.4 + nunjucks: 3.2.4(chokidar@3.6.0) toml: 3.0.0 ts-node: 10.9.2(@types/node@20.11.30)(typescript@5.4.2) transitivePeerDependencies: @@ -6164,12 +6814,12 @@ snapshots: - supports-color - typescript - '@zombienet/utils@0.0.25(@types/node@20.14.10)(typescript@5.4.2)': + '@zombienet/utils@0.0.25(@types/node@20.14.10)(chokidar@3.6.0)(typescript@5.4.2)': dependencies: cli-table3: 0.6.5 debug: 4.3.4 mocha: 10.7.0 - nunjucks: 3.2.4 + nunjucks: 3.2.4(chokidar@3.6.0) toml: 3.0.0 ts-node: 10.9.2(@types/node@20.14.10)(typescript@5.4.2) transitivePeerDependencies: @@ -6190,17 +6840,21 @@ snapshots: abbrev@1.1.1: optional: true - abitype@0.7.1(typescript@5.4.2): + abitype@0.7.1(typescript@5.4.2)(zod@3.23.8): dependencies: typescript: 5.4.2 + optionalDependencies: + zod: 3.23.8 - abitype@1.0.0(typescript@5.4.2): - dependencies: + abitype@1.0.0(typescript@5.4.2)(zod@3.23.8): + optionalDependencies: typescript: 5.4.2 + zod: 3.23.8 - abitype@1.0.5(typescript@5.4.2): - dependencies: + abitype@1.0.5(typescript@5.4.2)(zod@3.23.8): + optionalDependencies: typescript: 5.4.2 + zod: 3.23.8 abort-controller@3.0.0: dependencies: @@ -6565,9 +7219,9 @@ snapshots: create-require@1.1.1: {} - cross-fetch@4.0.0: + cross-fetch@4.0.0(encoding@0.1.13): dependencies: - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) transitivePeerDependencies: - encoding @@ -6606,6 +7260,7 @@ snapshots: debug@4.3.5(supports-color@8.1.1): dependencies: ms: 2.1.2 + optionalDependencies: supports-color: 8.1.1 decamelize@4.0.0: {} @@ -6680,6 +7335,10 @@ snapshots: detect-node@2.1.0: {} + devlop@1.1.0: + dependencies: + dequal: 2.0.3 + diff-match-patch@1.0.5: {} diff-sequences@29.6.3: {} @@ -6795,6 +7454,33 @@ snapshots: '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 + esbuild@0.23.1: + optionalDependencies: + '@esbuild/aix-ppc64': 0.23.1 + '@esbuild/android-arm': 0.23.1 + '@esbuild/android-arm64': 0.23.1 + '@esbuild/android-x64': 0.23.1 + '@esbuild/darwin-arm64': 0.23.1 + '@esbuild/darwin-x64': 0.23.1 + '@esbuild/freebsd-arm64': 0.23.1 + '@esbuild/freebsd-x64': 0.23.1 + '@esbuild/linux-arm': 0.23.1 + '@esbuild/linux-arm64': 0.23.1 + '@esbuild/linux-ia32': 0.23.1 + '@esbuild/linux-loong64': 0.23.1 + '@esbuild/linux-mips64el': 0.23.1 + '@esbuild/linux-ppc64': 0.23.1 + '@esbuild/linux-riscv64': 0.23.1 + '@esbuild/linux-s390x': 0.23.1 + '@esbuild/linux-x64': 0.23.1 + '@esbuild/netbsd-x64': 0.23.1 + '@esbuild/openbsd-arm64': 0.23.1 + '@esbuild/openbsd-x64': 0.23.1 + '@esbuild/sunos-x64': 0.23.1 + '@esbuild/win32-arm64': 0.23.1 + '@esbuild/win32-ia32': 0.23.1 + '@esbuild/win32-x64': 0.23.1 + escalade@3.1.2: {} escape-string-regexp@1.0.5: {} @@ -7007,7 +7693,7 @@ snapshots: flatted@3.3.1: {} follow-redirects@1.15.6(debug@4.3.4): - dependencies: + optionalDependencies: debug: 4.3.4 for-each@0.3.3: @@ -7103,6 +7789,15 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 + glob@11.0.0: + dependencies: + foreground-child: 3.2.1 + jackspeak: 4.0.1 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.0 + path-scurry: 2.0.0 + glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -7475,6 +8170,12 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jackspeak@4.0.1: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + joycon@3.1.1: {} js-sha3@0.8.0: {} @@ -7551,8 +8252,6 @@ snapshots: dependencies: is-buffer: 1.1.6 - kleur@4.1.5: {} - levn@0.4.1: dependencies: prelude-ls: 1.2.1 @@ -7600,6 +8299,8 @@ snapshots: lru-cache@10.4.3: {} + lru-cache@11.0.0: {} + lru-cache@6.0.0: dependencies: yallist: 4.0.0 @@ -7638,26 +8339,26 @@ snapshots: dependencies: escape-string-regexp: 4.0.0 - mdast-util-from-markdown@1.3.1: + mdast-util-from-markdown@2.0.1: dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 + '@types/mdast': 4.0.4 + '@types/unist': 3.0.3 decode-named-character-reference: 1.0.2 - mdast-util-to-string: 3.2.0 - micromark: 3.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-decode-string: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-stringify-position: 3.0.3 - uvu: 0.5.6 + devlop: 1.1.0 + mdast-util-to-string: 4.0.0 + micromark: 4.0.0 + micromark-util-decode-numeric-character-reference: 2.0.1 + micromark-util-decode-string: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + unist-util-stringify-position: 4.0.0 transitivePeerDependencies: - supports-color - mdast-util-to-string@3.2.0: + mdast-util-to-string@4.0.0: dependencies: - '@types/mdast': 3.0.15 + '@types/mdast': 4.0.4 mdn-data@2.0.30: {} @@ -7667,136 +8368,136 @@ snapshots: merge2@1.4.1: {} - micromark-core-commonmark@1.1.0: + micromark-core-commonmark@2.0.1: dependencies: decode-named-character-reference: 1.0.2 - micromark-factory-destination: 1.1.0 - micromark-factory-label: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-factory-title: 1.1.0 - micromark-factory-whitespace: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-html-tag-name: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 + devlop: 1.1.0 + micromark-factory-destination: 2.0.0 + micromark-factory-label: 2.0.0 + micromark-factory-space: 2.0.0 + micromark-factory-title: 2.0.0 + micromark-factory-whitespace: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-classify-character: 2.0.0 + micromark-util-html-tag-name: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-subtokenize: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-factory-destination@1.1.0: + micromark-factory-destination@2.0.0: dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-factory-label@1.1.0: + micromark-factory-label@2.0.0: dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 + devlop: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-factory-space@1.1.0: + micromark-factory-space@2.0.0: dependencies: - micromark-util-character: 1.2.0 - micromark-util-types: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-types: 2.0.0 - micromark-factory-title@1.1.0: + micromark-factory-title@2.0.0: dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-factory-whitespace@1.1.0: + micromark-factory-whitespace@2.0.0: dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-util-character@1.2.0: + micromark-util-character@2.1.0: dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-util-chunked@1.1.0: + micromark-util-chunked@2.0.0: dependencies: - micromark-util-symbol: 1.1.0 + micromark-util-symbol: 2.0.0 - micromark-util-classify-character@1.1.0: + micromark-util-classify-character@2.0.0: dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-util-combine-extensions@1.1.0: + micromark-util-combine-extensions@2.0.0: dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-types: 1.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-types: 2.0.0 - micromark-util-decode-numeric-character-reference@1.1.0: + micromark-util-decode-numeric-character-reference@2.0.1: dependencies: - micromark-util-symbol: 1.1.0 + micromark-util-symbol: 2.0.0 - micromark-util-decode-string@1.1.0: + micromark-util-decode-string@2.0.0: dependencies: decode-named-character-reference: 1.0.2 - micromark-util-character: 1.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-symbol: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-decode-numeric-character-reference: 2.0.1 + micromark-util-symbol: 2.0.0 - micromark-util-encode@1.1.0: {} + micromark-util-encode@2.0.0: {} - micromark-util-html-tag-name@1.2.0: {} + micromark-util-html-tag-name@2.0.0: {} - micromark-util-normalize-identifier@1.1.0: + micromark-util-normalize-identifier@2.0.0: dependencies: - micromark-util-symbol: 1.1.0 + micromark-util-symbol: 2.0.0 - micromark-util-resolve-all@1.1.0: + micromark-util-resolve-all@2.0.0: dependencies: - micromark-util-types: 1.1.0 + micromark-util-types: 2.0.0 - micromark-util-sanitize-uri@1.2.0: + micromark-util-sanitize-uri@2.0.0: dependencies: - micromark-util-character: 1.2.0 - micromark-util-encode: 1.1.0 - micromark-util-symbol: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-encode: 2.0.0 + micromark-util-symbol: 2.0.0 - micromark-util-subtokenize@1.1.0: + micromark-util-subtokenize@2.0.1: dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 + devlop: 1.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 - micromark-util-symbol@1.1.0: {} + micromark-util-symbol@2.0.0: {} - micromark-util-types@1.1.0: {} + micromark-util-types@2.0.0: {} - micromark@3.2.0: + micromark@4.0.0: dependencies: '@types/debug': 4.1.12 debug: 4.3.4 decode-named-character-reference: 1.0.2 - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-combine-extensions: 1.1.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-encode: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 + devlop: 1.1.0 + micromark-core-commonmark: 2.0.1 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-combine-extensions: 2.0.0 + micromark-util-decode-numeric-character-reference: 2.0.1 + micromark-util-encode: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-subtokenize: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 transitivePeerDependencies: - supports-color @@ -7817,6 +8518,10 @@ snapshots: mimic-response@3.1.0: {} + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -7911,8 +8616,6 @@ snapshots: mock-socket@9.3.1: {} - mri@1.2.0: {} - mrmime@2.0.0: {} ms@2.1.2: {} @@ -7975,9 +8678,11 @@ snapshots: node-domexception@1.0.0: {} - node-fetch@2.7.0: + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 node-fetch@3.3.2: dependencies: @@ -8027,11 +8732,13 @@ snapshots: set-blocking: 2.0.0 optional: true - nunjucks@3.2.4: + nunjucks@3.2.4(chokidar@3.6.0): dependencies: a-sync-waterfall: 1.0.1 asap: 2.0.6 commander: 5.1.0 + optionalDependencies: + chokidar: 3.6.0 object-assign@4.1.1: {} @@ -8148,6 +8855,11 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 + path-scurry@2.0.0: + dependencies: + lru-cache: 11.0.0 + minipass: 7.1.2 + path-type@4.0.0: {} pathe@1.1.2: {} @@ -8210,7 +8922,7 @@ snapshots: mlly: 1.7.1 pathe: 1.1.2 - pnpm@8.12.1: {} + pnpm@9.9.0: {} possible-typed-array-names@1.0.0: {} @@ -8237,17 +8949,19 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-jsdoc@0.3.38(prettier@2.8.8): + prettier-plugin-jsdoc@1.3.0(prettier@3.3.3): dependencies: binary-searching: 2.0.5 comment-parser: 1.4.1 - mdast-util-from-markdown: 1.3.1 - prettier: 2.8.8 + mdast-util-from-markdown: 2.0.1 + prettier: 3.3.3 transitivePeerDependencies: - supports-color prettier@2.8.8: {} + prettier@3.3.3: {} + pretty-format@29.7.0: dependencies: '@jest/schemas': 29.6.3 @@ -8284,7 +8998,7 @@ snapshots: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 20.11.30 + '@types/node': 22.5.0 long: 4.0.0 proxy-from-env@1.1.0: {} @@ -8379,9 +9093,10 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@5.0.9: + rimraf@6.0.1: dependencies: - glob: 10.4.5 + glob: 11.0.0 + package-json-from-dist: 1.0.0 rlp@3.0.0: {} @@ -8428,10 +9143,6 @@ snapshots: dependencies: tslib: 2.6.3 - sade@1.8.1: - dependencies: - mri: 1.2.0 - safe-buffer@5.2.1: {} safe-stable-stringify@2.4.3: {} @@ -8535,6 +9246,14 @@ snapshots: - utf-8-validate optional: true + smoldot@2.0.26: + dependencies: + ws: 8.18.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + optional: true + socks-proxy-agent@6.2.1: dependencies: agent-base: 6.0.2 @@ -8780,6 +9499,13 @@ snapshots: tslib@2.6.3: {} + tsx@4.18.0: + dependencies: + esbuild: 0.23.1 + get-tsconfig: 4.7.6 + optionalDependencies: + fsevents: 2.3.3 + tsx@4.7.1: dependencies: esbuild: 0.19.12 @@ -8803,7 +9529,7 @@ snapshots: type-fest@0.21.3: {} - typeorm@0.3.20(sqlite3@5.1.7): + typeorm@0.3.20(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2)): dependencies: '@sqltools/formatter': 1.2.5 app-root-path: 3.1.0 @@ -8817,15 +9543,19 @@ snapshots: mkdirp: 2.1.6 reflect-metadata: 0.2.2 sha.js: 2.4.11 - sqlite3: 5.1.7 tslib: 2.6.3 uuid: 9.0.1 yargs: 17.7.2 + optionalDependencies: + sqlite3: 5.1.7 + ts-node: 10.9.2(@types/node@20.11.30)(typescript@5.4.2) transitivePeerDependencies: - supports-color typescript@5.4.2: {} + typescript@5.5.4: {} + ufo@1.5.4: {} uglify-js@3.19.0: @@ -8837,6 +9567,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.19.8: {} + unique-filename@1.1.1: dependencies: unique-slug: 2.0.2 @@ -8847,9 +9579,9 @@ snapshots: imurmurhash: 0.1.4 optional: true - unist-util-stringify-position@3.0.3: + unist-util-stringify-position@4.0.0: dependencies: - '@types/unist': 2.0.10 + '@types/unist': 3.0.3 universal-user-agent@7.0.2: {} @@ -8878,42 +9610,37 @@ snapshots: uuid@9.0.1: {} - uvu@0.5.6: - dependencies: - dequal: 2.0.3 - diff: 5.2.0 - kleur: 4.1.5 - sade: 1.8.1 - v8-compile-cache-lib@3.0.1: {} - viem@2.17.3(typescript@5.4.2): + viem@2.17.3(typescript@5.4.2)(zod@3.23.8): dependencies: '@adraffy/ens-normalize': 1.10.0 '@noble/curves': 1.4.0 '@noble/hashes': 1.4.0 '@scure/bip32': 1.4.0 '@scure/bip39': 1.3.0 - abitype: 1.0.5(typescript@5.4.2) + abitype: 1.0.5(typescript@5.4.2)(zod@3.23.8) isows: 1.0.4(ws@8.17.1) - typescript: 5.4.2 ws: 8.17.1 + optionalDependencies: + typescript: 5.4.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - viem@2.8.14(typescript@5.4.2): + viem@2.8.14(typescript@5.4.2)(zod@3.23.8): dependencies: '@adraffy/ens-normalize': 1.10.0 '@noble/curves': 1.2.0 '@noble/hashes': 1.3.2 '@scure/bip32': 1.3.2 '@scure/bip39': 1.2.1 - abitype: 1.0.0(typescript@5.4.2) + abitype: 1.0.0(typescript@5.4.2)(zod@3.23.8) isows: 1.0.3(ws@8.13.0) - typescript: 5.4.2 ws: 8.13.0 + optionalDependencies: + typescript: 5.4.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -8938,21 +9665,19 @@ snapshots: vite@5.3.4(@types/node@20.11.30): dependencies: - '@types/node': 20.11.30 esbuild: 0.21.5 postcss: 8.4.39 rollup: 4.19.0 optionalDependencies: + '@types/node': 20.11.30 fsevents: 2.3.3 - vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0): + vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0)(jsdom@23.2.0): dependencies: - '@types/node': 20.11.30 '@vitest/expect': 1.4.0 '@vitest/runner': 1.4.0 '@vitest/snapshot': 1.4.0 '@vitest/spy': 1.4.0 - '@vitest/ui': 1.4.0(vitest@1.4.0) '@vitest/utils': 1.4.0 acorn-walk: 8.3.3 chai: 4.4.1 @@ -8969,6 +9694,10 @@ snapshots: vite: 5.3.4(@types/node@20.11.30) vite-node: 1.4.0(@types/node@20.11.30) why-is-node-running: 2.3.0 + optionalDependencies: + '@types/node': 20.11.30 + '@vitest/ui': 1.4.0(vitest@1.4.0) + jsdom: 23.2.0 transitivePeerDependencies: - less - lightningcss @@ -8983,8 +9712,9 @@ snapshots: '@vue/compiler-dom': 3.4.33 '@vue/compiler-sfc': 3.4.33 '@vue/runtime-dom': 3.4.33 - '@vue/server-renderer': 3.4.33(vue@3.4.33) + '@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.4.2)) '@vue/shared': 3.4.33 + optionalDependencies: typescript: 5.4.2 w3c-xmlserializer@5.0.0: @@ -8997,12 +9727,12 @@ snapshots: web-streams-polyfill@3.3.3: {} - web3-core@4.5.0: + web3-core@4.5.0(encoding@0.1.13): dependencies: web3-errors: 1.2.0 web3-eth-accounts: 4.1.3 web3-eth-iban: 4.0.7 - web3-providers-http: 4.1.0 + web3-providers-http: 4.1.0(encoding@0.1.13) web3-providers-ws: 4.0.7 web3-types: 1.7.0 web3-utils: 4.3.1 @@ -9018,9 +9748,9 @@ snapshots: dependencies: web3-types: 1.7.0 - web3-eth-abi@4.2.3(typescript@5.4.2): + web3-eth-abi@4.2.3(typescript@5.4.2)(zod@3.23.8): dependencies: - abitype: 0.7.1(typescript@5.4.2) + abitype: 0.7.1(typescript@5.4.2)(zod@3.23.8) web3-errors: 1.2.0 web3-types: 1.7.0 web3-utils: 4.3.1 @@ -9039,13 +9769,13 @@ snapshots: web3-utils: 4.3.1 web3-validator: 2.0.6 - web3-eth-contract@4.6.0(typescript@5.4.2): + web3-eth-contract@4.6.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8): dependencies: '@ethereumjs/rlp': 5.0.2 - web3-core: 4.5.0 + web3-core: 4.5.0(encoding@0.1.13) web3-errors: 1.2.0 - web3-eth: 4.8.1(typescript@5.4.2) - web3-eth-abi: 4.2.3(typescript@5.4.2) + web3-eth: 4.8.1(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-eth-abi: 4.2.3(typescript@5.4.2)(zod@3.23.8) web3-types: 1.7.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -9056,14 +9786,14 @@ snapshots: - utf-8-validate - zod - web3-eth-ens@4.4.0(typescript@5.4.2): + web3-eth-ens@4.4.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8): dependencies: '@adraffy/ens-normalize': 1.10.1 - web3-core: 4.5.0 + web3-core: 4.5.0(encoding@0.1.13) web3-errors: 1.2.0 - web3-eth: 4.8.1(typescript@5.4.2) - web3-eth-contract: 4.6.0(typescript@5.4.2) - web3-net: 4.1.0 + web3-eth: 4.8.1(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-eth-contract: 4.6.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-net: 4.1.0(encoding@0.1.13) web3-types: 1.7.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -9081,11 +9811,11 @@ snapshots: web3-utils: 4.3.1 web3-validator: 2.0.6 - web3-eth-personal@4.0.8(typescript@5.4.2): + web3-eth-personal@4.0.8(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8): dependencies: - web3-core: 4.5.0 - web3-eth: 4.8.1(typescript@5.4.2) - web3-rpc-methods: 1.3.0 + web3-core: 4.5.0(encoding@0.1.13) + web3-eth: 4.8.1(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-rpc-methods: 1.3.0(encoding@0.1.13) web3-types: 1.7.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -9096,16 +9826,16 @@ snapshots: - utf-8-validate - zod - web3-eth@4.8.1(typescript@5.4.2): + web3-eth@4.8.1(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8): dependencies: setimmediate: 1.0.5 - web3-core: 4.5.0 + web3-core: 4.5.0(encoding@0.1.13) web3-errors: 1.2.0 - web3-eth-abi: 4.2.3(typescript@5.4.2) + web3-eth-abi: 4.2.3(typescript@5.4.2)(zod@3.23.8) web3-eth-accounts: 4.1.3 - web3-net: 4.1.0 + web3-net: 4.1.0(encoding@0.1.13) web3-providers-ws: 4.0.8 - web3-rpc-methods: 1.3.0 + web3-rpc-methods: 1.3.0(encoding@0.1.13) web3-types: 1.7.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -9116,10 +9846,10 @@ snapshots: - utf-8-validate - zod - web3-net@4.1.0: + web3-net@4.1.0(encoding@0.1.13): dependencies: - web3-core: 4.5.0 - web3-rpc-methods: 1.3.0 + web3-core: 4.5.0(encoding@0.1.13) + web3-rpc-methods: 1.3.0(encoding@0.1.13) web3-types: 1.7.0 web3-utils: 4.3.1 transitivePeerDependencies: @@ -9127,9 +9857,9 @@ snapshots: - encoding - utf-8-validate - web3-providers-http@4.1.0: + web3-providers-http@4.1.0(encoding@0.1.13): dependencies: - cross-fetch: 4.0.0 + cross-fetch: 4.0.0(encoding@0.1.13) web3-errors: 1.2.0 web3-types: 1.7.0 web3-utils: 4.3.1 @@ -9167,9 +9897,9 @@ snapshots: - bufferutil - utf-8-validate - web3-rpc-methods@1.3.0: + web3-rpc-methods@1.3.0(encoding@0.1.13): dependencies: - web3-core: 4.5.0 + web3-core: 4.5.0(encoding@0.1.13) web3-types: 1.7.0 web3-validator: 2.0.6 transitivePeerDependencies: @@ -9177,10 +9907,10 @@ snapshots: - encoding - utf-8-validate - web3-rpc-providers@1.0.0-rc.1: + web3-rpc-providers@1.0.0-rc.1(encoding@0.1.13): dependencies: web3-errors: 1.2.0 - web3-providers-http: 4.1.0 + web3-providers-http: 4.1.0(encoding@0.1.13) web3-providers-ws: 4.0.8 web3-types: 1.7.0 web3-utils: 4.3.1 @@ -9208,22 +9938,22 @@ snapshots: web3-types: 1.7.0 zod: 3.23.8 - web3@4.10.0(typescript@5.4.2): + web3@4.10.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8): dependencies: - web3-core: 4.5.0 + web3-core: 4.5.0(encoding@0.1.13) web3-errors: 1.2.0 - web3-eth: 4.8.1(typescript@5.4.2) - web3-eth-abi: 4.2.3(typescript@5.4.2) + web3-eth: 4.8.1(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-eth-abi: 4.2.3(typescript@5.4.2)(zod@3.23.8) web3-eth-accounts: 4.1.3 - web3-eth-contract: 4.6.0(typescript@5.4.2) - web3-eth-ens: 4.4.0(typescript@5.4.2) + web3-eth-contract: 4.6.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-eth-ens: 4.4.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) web3-eth-iban: 4.0.7 - web3-eth-personal: 4.0.8(typescript@5.4.2) - web3-net: 4.1.0 - web3-providers-http: 4.1.0 + web3-eth-personal: 4.0.8(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-net: 4.1.0(encoding@0.1.13) + web3-providers-http: 4.1.0(encoding@0.1.13) web3-providers-ws: 4.0.7 - web3-rpc-methods: 1.3.0 - web3-rpc-providers: 1.0.0-rc.1 + web3-rpc-methods: 1.3.0(encoding@0.1.13) + web3-rpc-providers: 1.0.0-rc.1(encoding@0.1.13) web3-types: 1.7.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -9234,21 +9964,21 @@ snapshots: - utf-8-validate - zod - web3@4.6.0(typescript@5.4.2): + web3@4.6.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8): dependencies: - web3-core: 4.5.0 + web3-core: 4.5.0(encoding@0.1.13) web3-errors: 1.2.0 - web3-eth: 4.8.1(typescript@5.4.2) - web3-eth-abi: 4.2.3(typescript@5.4.2) + web3-eth: 4.8.1(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-eth-abi: 4.2.3(typescript@5.4.2)(zod@3.23.8) web3-eth-accounts: 4.1.3 - web3-eth-contract: 4.6.0(typescript@5.4.2) - web3-eth-ens: 4.4.0(typescript@5.4.2) + web3-eth-contract: 4.6.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-eth-ens: 4.4.0(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) web3-eth-iban: 4.0.7 - web3-eth-personal: 4.0.8(typescript@5.4.2) - web3-net: 4.1.0 - web3-providers-http: 4.1.0 + web3-eth-personal: 4.0.8(encoding@0.1.13)(typescript@5.4.2)(zod@3.23.8) + web3-net: 4.1.0(encoding@0.1.13) + web3-providers-http: 4.1.0(encoding@0.1.13) web3-providers-ws: 4.0.7 - web3-rpc-methods: 1.3.0 + web3-rpc-methods: 1.3.0(encoding@0.1.13) web3-types: 1.7.0 web3-utils: 4.3.1 web3-validator: 2.0.6 diff --git a/primitives/author-noting-inherent/src/tests.rs b/primitives/author-noting-inherent/src/tests.rs index 1f7539769..dd8474f84 100644 --- a/primitives/author-noting-inherent/src/tests.rs +++ b/primitives/author-noting-inherent/src/tests.rs @@ -208,6 +208,15 @@ mod mock_relay_chain_impl { unimplemented!("Not needed for test") } + async fn call_remote_runtime_function_encoded( + &self, + _: &'static str, + _: PHash, + _: &[u8], + ) -> RelayChainResult> { + unimplemented!("Not needed for test") + } + async fn is_major_syncing(&self) -> RelayChainResult { unimplemented!("Not needed for test") } diff --git a/runtime/dancebox/src/tests/common/mod.rs b/runtime/dancebox/src/tests/common/mod.rs index 7cef1a7e3..28097278d 100644 --- a/runtime/dancebox/src/tests/common/mod.rs +++ b/runtime/dancebox/src/tests/common/mod.rs @@ -509,9 +509,12 @@ impl ExtBuilder { ) }) .collect(); - pallet_session::GenesisConfig:: { keys } - .assimilate_storage(&mut t) - .unwrap(); + pallet_session::GenesisConfig:: { + keys, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); } pallet_sudo::GenesisConfig:: { key: self.sudo } .assimilate_storage(&mut t) diff --git a/runtime/dancebox/src/tests/common/xcm/constants.rs b/runtime/dancebox/src/tests/common/xcm/constants.rs index 3b607ec42..27a236628 100644 --- a/runtime/dancebox/src/tests/common/xcm/constants.rs +++ b/runtime/dancebox/src/tests/common/xcm/constants.rs @@ -162,6 +162,7 @@ pub mod westend { ) }) .collect::>(), + ..Default::default() }, staking: westend_runtime::StakingConfig { validator_count: validators::initial_authorities().len() as u32, @@ -269,6 +270,7 @@ pub mod rococo { ) }) .collect::>(), + ..Default::default() }, babe: rococo_runtime::BabeConfig { authorities: Default::default(), diff --git a/runtime/flashbox/src/tests/common/mod.rs b/runtime/flashbox/src/tests/common/mod.rs index 748dfdda2..df3a1340d 100644 --- a/runtime/flashbox/src/tests/common/mod.rs +++ b/runtime/flashbox/src/tests/common/mod.rs @@ -478,9 +478,12 @@ impl ExtBuilder { ) }) .collect(); - pallet_session::GenesisConfig:: { keys } - .assimilate_storage(&mut t) - .unwrap(); + pallet_session::GenesisConfig:: { + keys, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); } pallet_sudo::GenesisConfig:: { key: self.sudo } .assimilate_storage(&mut t) diff --git a/solo-chains/runtime/starlight/src/genesis_config_presets.rs b/solo-chains/runtime/starlight/src/genesis_config_presets.rs index f7f689453..6381db4c1 100644 --- a/solo-chains/runtime/starlight/src/genesis_config_presets.rs +++ b/solo-chains/runtime/starlight/src/genesis_config_presets.rs @@ -289,6 +289,25 @@ fn starlight_testnet_genesis( ) }) .collect::>(), + "nonAuthorityKeys": invulnerables + .iter() + .cloned() + .map(|x| { + ( + x.stash.clone(), + x.stash.clone(), + starlight_session_keys( + x.babe.clone(), + x.grandpa.clone(), + x.para_validator.clone(), + x.para_assignment.clone(), + x.authority_discovery.clone(), + x.beefy.clone(), + x.nimbus.clone(), + ), + ) + }) + .collect::>(), }, "babe": { "epochConfig": Some(BABE_GENESIS_EPOCH_CONFIG) diff --git a/solo-chains/runtime/starlight/src/tests/common/mod.rs b/solo-chains/runtime/starlight/src/tests/common/mod.rs index 4f329b694..ebf3593c7 100644 --- a/solo-chains/runtime/starlight/src/tests/common/mod.rs +++ b/solo-chains/runtime/starlight/src/tests/common/mod.rs @@ -547,9 +547,12 @@ impl ExtBuilder { keys.extend(collator_keys) } - pallet_session::GenesisConfig:: { keys } - .assimilate_storage(&mut t) - .unwrap(); + pallet_session::GenesisConfig:: { + keys, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); pallet_sudo::GenesisConfig:: { key: self.sudo } .assimilate_storage(&mut t) diff --git a/test/package.json b/test/package.json index 6fe601437..e4839768c 100644 --- a/test/package.json +++ b/test/package.json @@ -47,7 +47,7 @@ "eslint": "8.56.0", "ethers": "6.11.1", "json-bigint": "1.0.0", - "pnpm": "8.12.1", + "pnpm": "9.9.0", "prettier": "2.8.8", "solc": "0.8.21", "tsx": "4.7.1", diff --git a/typescript-api/README.md b/typescript-api/README.md index f5b8cb682..6bb8873ef 100644 --- a/typescript-api/README.md +++ b/typescript-api/README.md @@ -14,8 +14,9 @@ npm i @tanssi/api-augment Add to your codebase entry point before any imports from the API itself. -- `import '@tanssi/api-augment'` - applies Moonbeam types and endpoint augmentation +- `import '@tanssi/api-augment'` - applies Dancebox types and endpoint augmentation - `import '@tanssi/api-augment/dancebox'` - applies Dancebox types and endpoint augmentation +- `import '@tanssi/api-augment/flashbox'` - applies Flashbox types and endpoint augmentation ## Docs diff --git a/typescript-api/package.json b/typescript-api/package.json index 6a8a2e880..ff15b10a3 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -1,6 +1,6 @@ { "name": "@tanssi/api-augment", - "version": "0.800.0", + "version": "0.800.1", "type": "module", "description": "Tanssi types augment for @polkadot/api", "author": "Moondance-labs", @@ -12,8 +12,9 @@ "directory": "typescript-api" }, "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, + "packageManager": "pnpm@9.8.0", "scripts": { "create-local-interfaces": "pnpm tsx ./scripts/runtime-upgrade.ts && pnpm fmt:fix", "generate": "pnpm run load:meta && pnpm run generate:defs && pnpm run generate:meta", @@ -21,7 +22,10 @@ "fmt": "prettier --check --ignore-path ../.prettierignore ./", "fmt:fix": "prettier --write --ignore-path ../.prettierignore 'src'", "postgenerate": "pnpm run pretty", - "load:meta:local": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > metadata-dancebox.json", + "load:meta": "npm run load:meta:flashbox && npm run load:meta:dancebox", + "load:meta:local": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9948 > metadata-dancebox.json", + "load:meta:flashbox": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://fraa-flashbox-rpc.a.stagenet.tanssi.network > metadata-flashbox.json", + "load:meta:dancebox": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://dancebox.tanssi-api.network > metadata-dancebox.json", "generate:defs": "pnpm run generate:defs:dancebox && pnpm run generate:defs:flashbox", "generate:defs:dancebox": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @tanssi/api-augment/tanssi/interfaces --input ./src/dancebox/interfaces --endpoint ./metadata-dancebox.json", "generate:defs:flashbox": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @tanssi/api-augment/tanssi/interfaces --input ./src/flashbox/interfaces --endpoint ./metadata-flashbox.json", @@ -30,28 +34,24 @@ "generate:meta:flashbox": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-chain.mjs --endpoint ./metadata-flashbox.json --package @tanssi/api-augment/tanssi/interfaces --output ./src/flashbox/interfaces", "prebuild": "rimraf build", "build": "tsc -b --verbose", - "postbuild": "pnpm tsx ./scripts/postbuild.ts", "publish": "npm publish", "deploy": "pnpm run generate && pnpm run build && pnpm run publish", "pretty": "prettier --write --ignore-unknown --plugin prettier-plugin-jsdoc 'src/**/*'" }, - "main": "./build/index.cjs", - "module": "./build/index.js", - "types": "./build/index.d.ts", + "main": "./build/dancebox/index.js", + "module": "./build/dancebox/index.js", + "types": "./build/dancebox/index.d.ts", "exports": { ".": { - "types": "./build/index.d.ts", - "require": "./build/index.cjs", - "default": "./build/index.js" + "types": "./build/dancebox/index.d.ts", + "default": "./build/dancebox/index.js" }, "./dancebox": { "types": "./build/dancebox/index.d.ts", - "require": "./build/dancebox/index.cjs", "default": "./build/dancebox/index.js" }, "./flashbox": { "types": "./build/flashbox/index.d.ts", - "require": "./build/flashbox/index.cjs", "default": "./build/flashbox/index.js" } }, @@ -66,38 +66,46 @@ } }, "keywords": [ + "api", + "api-augment", "dancebox", - "types", "polkadot", - "api" + "tanssi", + "types" ], "files": [ "/build", "README.md", - "LICENSE" + "LICENSE", + "!**/*.tsbuildinfo" ], - "dependencies": { - "@polkadot/api": "^11.2.1", - "@polkadot/api-augment": "^11.2.1", - "@polkadot/api-base": "^11.2.1", - "@polkadot/api-derive": "^11.2.1", - "@polkadot/rpc-augment": "^11.2.1", - "@polkadot/rpc-core": "^11.2.1", - "@polkadot/rpc-provider": "^11.2.1", - "@polkadot/types": "^11.2.1", - "@polkadot/types-augment": "^11.2.1", - "@polkadot/types-codec": "^11.2.1", - "@polkadot/types-create": "^11.2.1", - "@polkadot/types-known": "^11.2.1", - "@polkadot/types-support": "^11.2.1", - "chalk": "^5.3.0" + "peerDependencies": { + "@polkadot/api-base": "12.x", + "@polkadot/rpc-core": "12.x", + "@polkadot/types": "12.x", + "@polkadot/types-codec": "12.x" }, "devDependencies": { - "@polkadot/typegen": "^11.2.1", - "prettier": "^2.8.8", - "prettier-plugin-jsdoc": "^0.3.38", - "rimraf": "^5.0.5", - "tsx": "^4.7.0", - "typescript": "^5.3.3" + "@polkadot/api": "^12.4.2", + "@polkadot/api-augment": "^12.4.2", + "@polkadot/api-base": "^12.4.2", + "@polkadot/api-derive": "^12.4.2", + "@polkadot/rpc-augment": "^12.4.2", + "@polkadot/rpc-core": "^12.4.2", + "@polkadot/rpc-provider": "^12.4.2", + "@polkadot/typegen": "^12.4.2", + "@polkadot/types": "^12.4.2", + "@polkadot/types-augment": "^12.4.2", + "@polkadot/types-codec": "^12.4.2", + "@polkadot/types-create": "^12.4.2", + "@polkadot/types-known": "^12.4.2", + "@polkadot/types-support": "^12.4.2", + "@types/node": "22.5.0", + "chalk": "^5.3.0", + "prettier": "^3.3.3", + "prettier-plugin-jsdoc": "^1.3.0", + "rimraf": "^6.0.1", + "tsx": "^4.18.0", + "typescript": "^5.5.4" } } diff --git a/typescript-api/scripts/postbuild.ts b/typescript-api/scripts/postbuild.ts deleted file mode 100644 index b8f8223d8..000000000 --- a/typescript-api/scripts/postbuild.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { writeFileSync, copyFileSync, readFileSync } from "fs"; -import path from "path"; - -async function main() { - // console.log("Loading package.json"); - - // const pck = JSON.parse(readFileSync(path.join(process.cwd(), "package.json"), "utf-8")); - const buildPath = `${process.env.PWD}/build`; - - // pck.scripts = {}; - // pck.private = false; - // pck.type = "module"; - // pck.files = ["**/*", "!**/tsconfig.tsbuildinfo", "!**/*.tgz"]; - - // console.log(`Writing ${buildPath}/package.json`); - // writeFileSync(`${buildPath}/package.json`, JSON.stringify(pck, null, 2)); - // copyFileSync("README.md", `${buildPath}/README.md`); - - // console.log(`Copy ${buildPath}/README.md`); - - // Copy empty files for CommonJS modules - copyFileSync("./src/index.cjs", `${buildPath}/index.cjs`); - copyFileSync("./src/index.cjs", `${buildPath}/flashbox/index.cjs`); - console.log(`Done postbuild`); -} - -main() - .catch((error) => { - console.error(error); - process.exit(1); - }) - .then(() => { - process.exit(0); - }); diff --git a/typescript-api/scripts/runtime-upgrade.ts b/typescript-api/scripts/runtime-upgrade.ts index 8a4d971f8..426a58a4a 100644 --- a/typescript-api/scripts/runtime-upgrade.ts +++ b/typescript-api/scripts/runtime-upgrade.ts @@ -36,7 +36,7 @@ async function main() { "--dev-service", "--wasm-execution=interpreted-i-know-what-i-do", "--rpc-port=9933", - "--unsafe-force-node-key-generation" + "--unsafe-force-node-key-generation", ]); const onProcessExit = () => { @@ -97,7 +97,6 @@ async function main() { console.log("Building package..."); execSync("pnpm run build", { stdio: "inherit" }); console.log("Post build..."); - execSync("pnpm run postbuild", { stdio: "inherit" }); execSync("pnpm run postgenerate", { stdio: "inherit" }); console.log(`Script complete ${chalk.bgBlackBright.greenBright("api-augment")} package built successfully ✅`); diff --git a/typescript-api/src/dancebox/interfaces/augment-api-consts.ts b/typescript-api/src/dancebox/interfaces/augment-api-consts.ts index 98cc36a36..6366e2b35 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-consts.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-consts.ts @@ -48,7 +48,8 @@ declare module "@polkadot/api-base/types/consts" { /** The maximum number of individual freeze locks that can exist on an account at any time. */ maxFreezes: u32 & AugmentedConst; /** - * The maximum number of locks that should exist on an account. Not strictly enforced, but used for weight estimation. + * The maximum number of locks that should exist on an account. Not strictly enforced, but used for weight + * estimation. * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` */ @@ -101,7 +102,10 @@ declare module "@polkadot/api-base/types/consts" { basicDeposit: u128 & AugmentedConst; /** The amount held on deposit per encoded byte for a registered identity. */ byteDeposit: u128 & AugmentedConst; - /** Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. */ + /** + * Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating + * judgements. + */ maxRegistrars: u32 & AugmentedConst; /** The maximum number of sub-accounts allowed per identified account. */ maxSubAccounts: u32 & AugmentedConst; @@ -160,7 +164,8 @@ declare module "@polkadot/api-base/types/consts" { */ maxStale: u32 & AugmentedConst; /** - * The amount of weight (if any) which should be provided to the message queue for servicing enqueued items `on_initialize`. + * The amount of weight (if any) which should be provided to the message queue for servicing enqueued items + * `on_initialize`. * * This may be legitimately `None` in the case that you will call `ServiceQueues::service_queues` manually or set * [`Self::IdleMaxServiceWeight`] to have it run in `on_idle`. @@ -171,7 +176,8 @@ declare module "@polkadot/api-base/types/consts" { }; multisig: { /** - * The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for later. + * The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for + * later. * * This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, Balance, AccountId))` * bytes and whose key size is `32 + sizeof(AccountId)` bytes. @@ -199,12 +205,14 @@ declare module "@polkadot/api-base/types/consts" { * All eligible candidates are stored in a sorted list that is modified each time delegations changes. It is safer * to bound this list, in which case eligible candidate could fall out of this list if they have less stake than * the top `EligibleCandidatesBufferSize` eligible candidates. One of this top candidates leaving will then not - * bring the dropped candidate in the list. An extrinsic is available to manually bring back such dropped candidate. + * bring the dropped candidate in the list. An extrinsic is available to manually bring back such dropped + * candidate. */ eligibleCandidatesBufferSize: u32 & AugmentedConst; /** * When creating the first Shares for a candidate the supply can arbitrary. Picking a value too high is a barrier - * of entry for staking, which will increase overtime as the value of each share will increase due to auto compounding. + * of entry for staking, which will increase overtime as the value of each share will increase due to auto + * compounding. */ initialAutoCompoundingShareValue: u128 & AugmentedConst; /** @@ -235,7 +243,8 @@ declare module "@polkadot/api-base/types/consts" { /** * The amount of currency needed per announcement made. * - * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into a pre-existing storage value. + * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into a pre-existing + * storage value. */ announcementDepositFactor: u128 & AugmentedConst; /** The maximum amount of time-delayed announcements that are allowed to be pending. */ @@ -253,7 +262,8 @@ declare module "@polkadot/api-base/types/consts" { * The amount of currency needed per proxy added. * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing storage value. Thus, - * when configuring `ProxyDepositFactor` one should take into account `32 + proxy_type.encode().len()` bytes of data. + * when configuring `ProxyDepositFactor` one should take into account `32 + proxy_type.encode().len()` bytes of + * data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ @@ -400,7 +410,8 @@ declare module "@polkadot/api-base/types/consts" { /** * A configuration for base priority of unsigned transactions. * - * This is exposed so that it can be tuned for particular runtime, when multiple pallets send unsigned transactions. + * This is exposed so that it can be tuned for particular runtime, when multiple pallets send unsigned + * transactions. */ unsignedPriority: u64 & AugmentedConst; /** Generic const */ diff --git a/typescript-api/src/dancebox/interfaces/augment-api-errors.ts b/typescript-api/src/dancebox/interfaces/augment-api-errors.ts index 30c84e438..2f7e8638c 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-errors.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-errors.ts @@ -78,7 +78,10 @@ declare module "@polkadot/api-base/types/errors" { [key: string]: AugmentedError; }; dataPreservers: { - /** Made for `AssignmentPayment` implementors to report a mismatch between `ProviderRequest` and `AssignerParameter`. */ + /** + * Made for `AssignmentPayment` implementors to report a mismatch between `ProviderRequest` and + * `AssignerParameter`. + */ AssignmentPaymentRequestParameterMismatch: AugmentedError; CantDeleteAssignedProfile: AugmentedError; MaxAssignmentsPerParaIdReached: AugmentedError; diff --git a/typescript-api/src/dancebox/interfaces/augment-api-events.ts b/typescript-api/src/dancebox/interfaces/augment-api-events.ts index b50f0c574..d46a5c2cb 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-events.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-events.ts @@ -100,7 +100,7 @@ declare module "@polkadot/api-base/types/events" { from: AccountId32, to: AccountId32, amount: u128, - destinationStatus: FrameSupportTokensMiscBalanceStatus + destinationStatus: FrameSupportTokensMiscBalanceStatus, ], { from: AccountId32; @@ -335,7 +335,10 @@ declare module "@polkadot/api-base/types/events" { AuthorityAdded: AugmentedEvent; /** A username authority was removed. */ AuthorityRemoved: AugmentedEvent; - /** A dangling username (as in, a username corresponding to an account that has removed its identity) has been removed. */ + /** + * A dangling username (as in, a username corresponding to an account that has removed its identity) has been + * removed. + */ DanglingUsernameRemoved: AugmentedEvent< ApiType, [who: AccountId32, username: Bytes], @@ -395,7 +398,10 @@ declare module "@polkadot/api-base/types/events" { [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32; main: AccountId32; deposit: u128 } >; - /** A sub-identity was cleared, and the given deposit repatriated from the main identity account to the sub-identity account. */ + /** + * A sub-identity was cleared, and the given deposit repatriated from the main identity account to the + * sub-identity account. + */ SubIdentityRevoked: AugmentedEvent< ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], @@ -491,7 +497,7 @@ declare module "@polkadot/api-base/types/events" { id: H256, origin: CumulusPrimitivesCoreAggregateMessageOrigin, weightUsed: SpWeightsWeightV2Weight, - success: bool + success: bool, ], { id: H256; @@ -506,7 +512,7 @@ declare module "@polkadot/api-base/types/events" { [ id: H256, origin: CumulusPrimitivesCoreAggregateMessageOrigin, - error: FrameSupportMessagesProcessMessageError + error: FrameSupportMessagesProcessMessageError, ], { id: H256; @@ -568,7 +574,7 @@ declare module "@polkadot/api-base/types/events" { cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, - callHash: U8aFixed + callHash: U8aFixed, ], { cancelling: AccountId32; @@ -585,7 +591,7 @@ declare module "@polkadot/api-base/types/events" { timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, - result: Result + result: Result, ], { approving: AccountId32; @@ -663,7 +669,7 @@ declare module "@polkadot/api-base/types/events" { origin: StagingXcmV4Location, queryId: u64, expectedQuerier: StagingXcmV4Location, - maybeActualQuerier: Option + maybeActualQuerier: Option, ], { origin: StagingXcmV4Location; @@ -725,7 +731,10 @@ declare module "@polkadot/api-base/types/events" { [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64; palletIndex: u8; callIndex: u8 } >; - /** Query response has been received and query is removed. There was a general error with dispatching the notification call. */ + /** + * Query response has been received and query is removed. There was a general error with dispatching the + * notification call. + */ NotifyDispatchError: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -733,7 +742,8 @@ declare module "@polkadot/api-base/types/events" { >; /** * Query response has been received and query is removed. The registered notification could not be dispatched - * because the dispatch weight is greater than the maximum weight originally budgeted by this runtime for the query result. + * because the dispatch weight is greater than the maximum weight originally budgeted by this runtime for the + * query result. */ NotifyOverweight: AugmentedEvent< ApiType, @@ -742,7 +752,7 @@ declare module "@polkadot/api-base/types/events" { palletIndex: u8, callIndex: u8, actualWeight: SpWeightsWeightV2Weight, - maxBudgetedWeight: SpWeightsWeightV2Weight + maxBudgetedWeight: SpWeightsWeightV2Weight, ], { queryId: u64; @@ -761,13 +771,19 @@ declare module "@polkadot/api-base/types/events" { [location: XcmVersionedLocation, queryId: u64], { location: XcmVersionedLocation; queryId: u64 } >; - /** A given location which had a version change subscription was dropped owing to an error sending the notification to it. */ + /** + * A given location which had a version change subscription was dropped owing to an error sending the notification + * to it. + */ NotifyTargetSendFail: AugmentedEvent< ApiType, [location: StagingXcmV4Location, queryId: u64, error: XcmV3TraitsError], { location: StagingXcmV4Location; queryId: u64; error: XcmV3TraitsError } >; - /** Query response has been received and is ready for taking with `take_response`. There is no registered notification call. */ + /** + * Query response has been received and is ready for taking with `take_response`. There is no registered + * notification call. + */ ResponseReady: AugmentedEvent< ApiType, [queryId: u64, response: StagingXcmV4Response], @@ -782,7 +798,7 @@ declare module "@polkadot/api-base/types/events" { origin: StagingXcmV4Location, destination: StagingXcmV4Location, message: StagingXcmV4Xcm, - messageId: U8aFixed + messageId: U8aFixed, ], { origin: StagingXcmV4Location; @@ -869,7 +885,7 @@ declare module "@polkadot/api-base/types/events" { delegator: AccountId32, pool: PalletPooledStakingTargetPool, staked: u128, - released: u128 + released: u128, ], { candidate: AccountId32; @@ -908,7 +924,7 @@ declare module "@polkadot/api-base/types/events" { delegator: AccountId32, from: PalletPooledStakingTargetPool, pending: u128, - released: u128 + released: u128, ], { candidate: AccountId32; @@ -954,7 +970,7 @@ declare module "@polkadot/api-base/types/events" { targetShares: u128, targetStake: u128, pendingLeaving: u128, - released: u128 + released: u128, ], { candidate: AccountId32; @@ -1096,7 +1112,10 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; session: { - /** New session has happened. Note that the argument is the session index, not the block number as the type might suggest. */ + /** + * New session has happened. Note that the argument is the session index, not the block number as the type might + * suggest. + */ NewSession: AugmentedEvent; /** Generic event */ [key: string]: AugmentedEvent; @@ -1109,7 +1128,7 @@ declare module "@polkadot/api-base/types/events" { streamId: u64, oldConfig: PalletStreamPaymentStreamConfig, newConfig: PalletStreamPaymentStreamConfig, - depositChange: Option + depositChange: Option, ], { streamId: u64; @@ -1125,7 +1144,7 @@ declare module "@polkadot/api-base/types/events" { requestNonce: u32, requester: PalletStreamPaymentParty, oldConfig: PalletStreamPaymentStreamConfig, - newConfig: PalletStreamPaymentStreamConfig + newConfig: PalletStreamPaymentStreamConfig, ], { streamId: u64; @@ -1241,7 +1260,10 @@ declare module "@polkadot/api-base/types/events" { >; /** We have ended a spend period and will now allocate funds. */ Spending: AugmentedEvent; - /** A spend was processed and removed from the storage. It might have been successfully paid or it may have expired. */ + /** + * A spend was processed and removed from the storage. It might have been successfully paid or it may have + * expired. + */ SpendProcessed: AugmentedEvent; /** The inactive funds of the pallet have been updated. */ UpdatedInactive: AugmentedEvent< diff --git a/typescript-api/src/dancebox/interfaces/augment-api-query.ts b/typescript-api/src/dancebox/interfaces/augment-api-query.ts index 858c1f49a..27f34e51c 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-query.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-query.ts @@ -117,7 +117,8 @@ declare module "@polkadot/api-base/types/storage" { asyncBacking: { /** * First tuple element is the highest slot that has been seen in the history of this chain. Second tuple element - * is the number of authored blocks so far. This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = false. + * is the number of authored blocks so far. This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = + * false. */ slotInfo: AugmentedQuery Observable>>, []> & QueryableStorageEntry; @@ -222,7 +223,8 @@ declare module "@polkadot/api-base/types/storage" { /** The total units of outstanding deactivated balance in the system. */ inactiveIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, changing and freeing a lock. + * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, changing and freeing + * a lock. * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` */ @@ -647,13 +649,15 @@ declare module "@polkadot/api-base/types/storage" { /** * The last downward message queue chain head we have observed. * - * This value is loaded before and saved after processing inbound downward messages carried by the system inherent. + * This value is loaded before and saved after processing inbound downward messages carried by the system + * inherent. */ lastDmqMqcHead: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The message queue chain heads we have observed per each channel incoming channel. * - * This value is loaded before and saved after processing inbound downward messages carried by the system inherent. + * This value is loaded before and saved after processing inbound downward messages carried by the system + * inherent. */ lastHrmpMqcHeads: AugmentedQuery Observable>, []> & QueryableStorageEntry; @@ -665,7 +669,8 @@ declare module "@polkadot/api-base/types/storage" { lastRelayChainBlockNumber: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Validation code that is set by the parachain and is to be communicated to collator and consequently the relay-chain. + * Validation code that is set by the parachain and is to be communicated to collator and consequently the + * relay-chain. * * This will be cleared in `on_initialize` of each new block if no other pallet already set the value. */ @@ -1042,7 +1047,10 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to iterate over all of them. */ + /** + * List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to iterate over all of + * them. + */ relayStorageRootKeys: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** Generic query */ @@ -1117,7 +1125,10 @@ declare module "@polkadot/api-base/types/storage" { [AccountId32] > & QueryableStorageEntry; - /** True if the underlying economic identities or weighting behind the validators has changed in the queued validator set. */ + /** + * True if the underlying economic identities or weighting behind the validators has changed in the queued + * validator set. + */ queuedChanged: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The queued keys for the next session. When the next session begins, these keys will be used to determine the @@ -1226,7 +1237,8 @@ declare module "@polkadot/api-base/types/storage" { * Mapping between a topic (represented by T::Hash) and a vector of indexes of events in the `>` list. * * All topic vectors have deterministic storage locations depending on the topic. This allows light-clients to - * leverage the changes trie storage tracking mechanism and in case of changes fetch the list of events of interest. + * leverage the changes trie storage tracking mechanism and in case of changes fetch the list of events of + * interest. * * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just the `EventIndex` then in * case if the topic has the same contents on the next block no notification will be triggered thus the event @@ -1338,7 +1350,8 @@ declare module "@polkadot/api-base/types/storage" { QueryableStorageEntry; /** * Set of parathreads that have already sent an XCM message to buy a core recently. Used to avoid 2 collators - * buying a core at the same time, because it is only possible to buy 1 core in 1 relay block for the same parathread. + * buying a core at the same time, because it is only possible to buy 1 core in 1 relay block for the same + * parathread. */ inFlightOrders: AugmentedQuery< ApiType, diff --git a/typescript-api/src/dancebox/interfaces/augment-api-rpc.ts b/typescript-api/src/dancebox/interfaces/augment-api-rpc.ts index 78077c70f..bf6de865f 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-rpc.ts @@ -136,7 +136,10 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; babe: { - /** Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the keystore */ + /** + * Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the + * keystore + */ epochAuthorship: AugmentedRpc<() => Observable>>; }; beefy: { @@ -563,7 +566,10 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { queryFeeDetails: AugmentedRpc< (extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable >; - /** @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee information for an encoded extrinsic */ + /** + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee information for an encoded + * extrinsic + */ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, diff --git a/typescript-api/src/dancebox/interfaces/augment-api-runtime.ts b/typescript-api/src/dancebox/interfaces/augment-api-runtime.ts index 00da8d4e8..087e4590d 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-runtime.ts @@ -6,7 +6,7 @@ import "@polkadot/api-base/types/calls"; import type { ApiTypes, AugmentedCall, DecoratedCallBase } from "@polkadot/api-base/types"; -import type { Bytes, Null, Option, Result, Vec, u32 } from "@polkadot/types-codec"; +import type { Bytes, Null, Option, Result, Vec, u128, u32 } from "@polkadot/types-codec"; import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; @@ -26,10 +26,14 @@ import type { KeyTypeId, SlotDuration, Weight, + WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; +import type { XcmVersionedAssetId, XcmVersionedLocation, XcmVersionedXcm } from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -129,6 +133,18 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x9ffb505aa738d69c/1 */ + locationToAccountApi: { + /** Converts `Location` to `AccountId` */ + convertLocation: AugmentedCall< + ApiType, + ( + location: XcmVersionedLocation | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ @@ -216,5 +232,30 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x6ff52ee858e6c5bd/1 */ + xcmPaymentApi: { + /** The API to query acceptable payment assets */ + queryAcceptablePaymentAssets: AugmentedCall< + ApiType, + ( + version: u32 | AnyNumber | Uint8Array + ) => Observable, XcmPaymentApiError>> + >; + queryWeightToAssetFee: AugmentedCall< + ApiType, + ( + weight: WeightV2 | { refTime?: any; proofSize?: any } | string | Uint8Array, + asset: XcmVersionedAssetId | { V3: any } | { V4: any } | string | Uint8Array + ) => Observable> + >; + queryXcmWeight: AugmentedCall< + ApiType, + ( + message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; } // AugmentedCalls } // declare module diff --git a/typescript-api/src/dancebox/interfaces/augment-api-tx.ts b/typescript-api/src/dancebox/interfaces/augment-api-tx.ts index dcdd32071..f4c77a61c 100644 --- a/typescript-api/src/dancebox/interfaces/augment-api-tx.ts +++ b/typescript-api/src/dancebox/interfaces/augment-api-tx.ts @@ -106,7 +106,10 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; authorInherent: { - /** This inherent is a workaround to run code after the "real" inherents have executed, but before transactions are executed. */ + /** + * This inherent is a workaround to run code after the "real" inherents have executed, but before transactions are + * executed. + */ kickOffAuthorshipValidation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -636,7 +639,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Destroy all accounts associated with a given asset. * - * `destroy_accounts` should only be called after `start_destroy` has been called, and the asset is in a `Destroying` state. + * `destroy_accounts` should only be called after `start_destroy` has been called, and the asset is in a + * `Destroying` state. * * Due to weight restrictions, this function may need to be called multiple times to fully destroy all accounts. * It will destroy `RemoveItemsLimit` accounts at a time. @@ -909,7 +913,8 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` must already exist as an - * entry in `Account`s of the asset. If you want to freeze an account that does not have an entry, use `touch_other` first. + * entry in `Account`s of the asset. If you want to freeze an account that does not have an entry, use + * `touch_other` first. * * Origin must be Signed and the sender should be the Freezer of the asset `id`. * @@ -1118,7 +1123,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Start the process of destroying a fungible asset class. * - * `start_destroy` is the first in a series of extrinsics that should be called, to allow destruction of an asset class. + * `start_destroy` is the first in a series of extrinsics that should be called, to allow destruction of an asset + * class. * * The origin must conform to `ForceOrigin` or must be `Signed` by the asset's `owner`. * @@ -1384,7 +1390,10 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; identity: { - /** Accept a given username that an `authority` granted. The call must include the full username, as in `username.suffix`. */ + /** + * Accept a given username that an `authority` granted. The call must include the full username, as in + * `username.suffix`. + */ acceptUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1792,7 +1801,7 @@ declare module "@polkadot/api-base/types/submittable" { | { ShaThree256: any } | string | Uint8Array - ) + ), ][] ) => SubmittableExtrinsic, [Vec>] @@ -1937,7 +1946,8 @@ declare module "@polkadot/api-base/types/submittable" { * - `threshold`: The total number of approvals for this dispatch before it is executed. * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. May not be empty. * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not the first approval, - * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval transaction. + * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval + * transaction. * - `call_hash`: The hash of the call to be executed. * * NOTE: If this is the final approval, you will want to use `as_multi` instead. @@ -1985,14 +1995,16 @@ declare module "@polkadot/api-base/types/submittable" { * - `threshold`: The total number of approvals for this dispatch before it is executed. * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. May not be empty. * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not the first approval, - * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval transaction. + * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval + * transaction. * - `call`: The call to be executed. * * NOTE: Unless this is the final approval, you will generally want to use `approve_as_multi` instead, since it * only requires a hash of the call. * * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise on success, result is - * `Ok` and the result from the interior call, if it was executed, may be found in the deposited `MultisigExecuted` event. + * `Ok` and the result from the interior call, if it was executed, may be found in the deposited + * `MultisigExecuted` event. * * ## Complexity * @@ -2055,7 +2067,8 @@ declare module "@polkadot/api-base/types/submittable" { * * - `threshold`: The total number of approvals for this dispatch before it is executed. * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. May not be empty. - * - `timepoint`: The timepoint (block number and transaction index) of the first approval transaction for this dispatch. + * - `timepoint`: The timepoint (block number and transaction index) of the first approval transaction for this + * dispatch. * - `call_hash`: The hash of the call to be executed. * * ## Complexity @@ -2107,7 +2120,8 @@ declare module "@polkadot/api-base/types/submittable" { * If the authorization required a version check, this call will ensure the spec name remains unchanged and that * the spec version has increased. * - * Note that this function will not apply the new `code`, but only attempt to schedule the upgrade with the Relay Chain. + * Note that this function will not apply the new `code`, but only attempt to schedule the upgrade with the Relay + * Chain. * * All origins are allowed. */ @@ -2118,7 +2132,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the current validation data. * - * This should be invoked exactly once per block. It will panic at the finalization phase if the call was not invoked. + * This should be invoked exactly once per block. It will panic at the finalization phase if the call was not + * invoked. * * The dispatch origin for this call must be `Inherent` * @@ -2214,7 +2229,8 @@ declare module "@polkadot/api-base/types/submittable" { * Require that a particular destination should no longer notify us regarding any XCM version changes. * * - `origin`: Must be an origin specified by AdminOrigin. - * - `location`: The location to which we are currently subscribed for XCM version notifications which we no longer desire. + * - `location`: The location to which we are currently subscribed for XCM version notifications which we no longer + * desire. */ forceUnsubscribeVersionNotify: AugmentedSubmittable< ( @@ -2237,7 +2253,8 @@ declare module "@polkadot/api-base/types/submittable" { [StagingXcmV4Location, u32] >; /** - * Transfer some assets from the local chain to the destination chain through their local, destination or remote reserve. + * Transfer some assets from the local chain to the destination chain through their local, destination or remote + * reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. * @@ -2256,7 +2273,8 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to send from parachain * to parachain, or `[Parachain(..)]` to send from relay to parachain. - * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an `AccountId32` value. + * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an + * `AccountId32` value. * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the `dest` (and * possibly reserve) chains. * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. @@ -2282,7 +2300,8 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to send from parachain * to parachain, or `[Parachain(..)]` to send from relay to parachain. - * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an `AccountId32` value. + * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an + * `AccountId32` value. * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the `dest` chain. * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. @@ -2298,7 +2317,8 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit] >; /** - * Transfer some assets from the local chain to the destination chain through their local, destination or remote reserve. + * Transfer some assets from the local chain to the destination chain through their local, destination or remote + * reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. * @@ -2318,7 +2338,8 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to send from parachain * to parachain, or `[Parachain(..)]` to send from relay to parachain. - * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an `AccountId32` value. + * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an + * `AccountId32` value. * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the `dest` (and * possibly reserve) chains. * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. @@ -2350,7 +2371,8 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to send from parachain * to parachain, or `[Parachain(..)]` to send from relay to parachain. - * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an `AccountId32` value. + * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an + * `AccountId32` value. * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the `dest` chain. * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. */ @@ -2379,13 +2401,15 @@ declare module "@polkadot/api-base/types/submittable" { * - For destination reserve: burn local assets and forward a notification to `dest` chain to withdraw the reserve * assets from this chain's sovereign account and deposit them to `beneficiary`. * - For remote reserve: burn local assets, forward XCM to reserve chain to move reserves from this chain's SA to - * `dest` chain's SA, and forward another XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. + * `dest` chain's SA, and forward another XCM to `dest` to mint and deposit reserve-based assets to + * `beneficiary`. * - For teleports: burn local assets and forward XCM to `dest` chain to mint/teleport assets and deposit them to * `beneficiary`. * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send from * parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain. - * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an `AccountId32` value. + * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be an + * `AccountId32` value. * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the `dest` (and * possibly reserve) chains. * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. @@ -2402,7 +2426,8 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit] >; /** - * Transfer assets from the local chain to the destination chain using explicit transfer types for assets and fees. + * Transfer assets from the local chain to the destination chain using explicit transfer types for assets and + * fees. * * `assets` must have same reserve location or may be teleportable to `dest`. Caller must provide the * `assets_transfer_type` to be used for `assets`: @@ -2422,7 +2447,8 @@ declare module "@polkadot/api-base/types/submittable" { * is included in the given list of `assets`. `remote_fees_id` should be enough to pay for `weight_limit`. If more * weight is needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. * - * `remote_fees_id` may use different transfer type than rest of `assets` and can be specified through `fees_transfer_type`. + * `remote_fees_id` may use different transfer type than rest of `assets` and can be specified through + * `fees_transfer_type`. * * The caller needs to specify what should happen to the transferred assets once they reach the `dest` chain. This * is done through the `custom_xcm_on_dest` parameter, which contains the instructions to execute on `dest` as a @@ -2473,7 +2499,7 @@ declare module "@polkadot/api-base/types/submittable" { XcmVersionedAssetId, StagingXcmExecutorAssetTransferTransferType, XcmVersionedXcm, - XcmV3WeightLimit + XcmV3WeightLimit, ] >; /** Generic tx */ @@ -3002,7 +3028,7 @@ declare module "@polkadot/api-base/types/submittable" { u32, SpTrieStorageProof, SpRuntimeMultiSignature, - DpContainerChainGenesisDataContainerChainGenesisData + DpContainerChainGenesisDataContainerChainGenesisData, ] >; setParaManager: AugmentedSubmittable< @@ -3046,7 +3072,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u128] >; - /** Set the number of block production credits for this para_id without paying for them. Can only be called by root. */ + /** + * Set the number of block production credits for this para_id without paying for them. Can only be called by + * root. + */ setBlockProductionCredits: AugmentedSubmittable< ( paraId: u32 | AnyNumber | Uint8Array, @@ -3054,7 +3083,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u32] >; - /** Set the number of block production credits for this para_id without paying for them. Can only be called by root. */ + /** + * Set the number of block production credits for this para_id without paying for them. Can only be called by + * root. + */ setCollatorAssignmentCredits: AugmentedSubmittable< ( paraId: u32 | AnyNumber | Uint8Array, @@ -3112,7 +3144,8 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Complexity * - * - `O(1)` in number of key types. Actual cost depends on the number of length of `T::Keys::key_ids()` which is fixed. + * - `O(1)` in number of key types. Actual cost depends on the number of length of `T::Keys::key_ids()` which is + * fixed. */ purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3160,7 +3193,10 @@ declare module "@polkadot/api-base/types/submittable" { (streamId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] >; - /** Close a given stream in which the origin is involved. It performs the pending payment before closing the stream. */ + /** + * Close a given stream in which the origin is involved. It performs the pending payment before closing the + * stream. + */ closeStream: AugmentedSubmittable< (streamId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] @@ -3245,7 +3281,7 @@ declare module "@polkadot/api-base/types/submittable" { u64, PalletStreamPaymentChangeKind, PalletStreamPaymentStreamConfig, - Option + Option, ] >; /** Generic tx */ @@ -3857,7 +3893,8 @@ declare module "@polkadot/api-base/types/submittable" { */ suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Overwrites the number of pages which must be in the queue after which we drop any further messages from the channel. + * Overwrites the number of pages which must be in the queue after which we drop any further messages from the + * channel. * * - `origin`: Must pass `Root`. * - `new`: Desired value for `QueueConfigData.drop_threshold` @@ -3878,7 +3915,8 @@ declare module "@polkadot/api-base/types/submittable" { [u32] >; /** - * Overwrites the number of pages which must be in the queue for the other side to be told to suspend their sending. + * Overwrites the number of pages which must be in the queue for the other side to be told to suspend their + * sending. * * - `origin`: Must pass `Root`. * - `new`: Desired value for `QueueConfigData.suspend_value` diff --git a/typescript-api/src/dancebox/interfaces/augment-types.ts b/typescript-api/src/dancebox/interfaces/augment-types.ts index 6e1902ac3..8258442d0 100644 --- a/typescript-api/src/dancebox/interfaces/augment-types.ts +++ b/typescript-api/src/dancebox/interfaces/augment-types.ts @@ -1227,6 +1227,8 @@ import type { XcmVersion, XcmpMessageFormat, } from "@polkadot/types/interfaces/xcm"; +import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; declare module "@polkadot/types/types/registry" { interface InterfaceTypes { @@ -1553,6 +1555,7 @@ declare module "@polkadot/types/types/registry" { EraPoints: EraPoints; EraRewardPoints: EraRewardPoints; EraRewards: EraRewards; + Error: Error; ErrorMetadataLatest: ErrorMetadataLatest; ErrorMetadataV10: ErrorMetadataV10; ErrorMetadataV11: ErrorMetadataV11; @@ -2400,6 +2403,7 @@ declare module "@polkadot/types/types/registry" { XcmOrderV2: XcmOrderV2; XcmOrigin: XcmOrigin; XcmOriginKind: XcmOriginKind; + XcmPaymentApiError: XcmPaymentApiError; XcmpMessageFormat: XcmpMessageFormat; XcmV0: XcmV0; XcmV1: XcmV1; diff --git a/typescript-api/src/dancebox/interfaces/lookup.ts b/typescript-api/src/dancebox/interfaces/lookup.ts index f96606216..30b21685a 100644 --- a/typescript-api/src/dancebox/interfaces/lookup.ts +++ b/typescript-api/src/dancebox/interfaces/lookup.ts @@ -4018,7 +4018,10 @@ export default { "CantFetchStatusBeforeLastTimeUpdated", ], }, - /** Lookup428: pallet_identity::types::Registration> */ + /** + * Lookup428: pallet_identity::types::Registration> + */ PalletIdentityRegistration: { judgements: "Vec<(u32,PalletIdentityJudgement)>", deposit: "u128", @@ -4284,7 +4287,10 @@ export default { beneficiary: "AccountId32", bond: "u128", }, - /** Lookup503: pallet_treasury::SpendStatus */ + /** + * Lookup503: pallet_treasury::SpendStatus + */ PalletTreasurySpendStatus: { assetKind: "Null", amount: "u128", diff --git a/typescript-api/src/dancebox/interfaces/types-lookup.ts b/typescript-api/src/dancebox/interfaces/types-lookup.ts index 6f6d97c03..1042d598c 100644 --- a/typescript-api/src/dancebox/interfaces/types-lookup.ts +++ b/typescript-api/src/dancebox/interfaces/types-lookup.ts @@ -2122,7 +2122,7 @@ declare module "@polkadot/types/lookup" { XcmV2Junction, XcmV2Junction, XcmV2Junction, - XcmV2Junction + XcmV2Junction, ] >; readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; @@ -2315,7 +2315,7 @@ declare module "@polkadot/types/lookup" { XcmV3Junction, XcmV3Junction, XcmV3Junction, - XcmV3Junction + XcmV3Junction, ] >; readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; diff --git a/typescript-api/src/dancebox/tsconfig.json b/typescript-api/src/dancebox/tsconfig.json index 3480b4704..09ce37a12 100644 --- a/typescript-api/src/dancebox/tsconfig.json +++ b/typescript-api/src/dancebox/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": ".", - "outDir": "../../build", + "outDir": "../../build/dancebox", "paths": { "@tanssi/api-augment/dancebox/*": ["src/dancebox/*"], "@polkadot/api/augment": ["src/dancebox/interfaces/augment-api.ts"], diff --git a/typescript-api/src/flashbox/interfaces/augment-api-consts.ts b/typescript-api/src/flashbox/interfaces/augment-api-consts.ts index bbe3d022e..fddb7a2f9 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-consts.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-consts.ts @@ -46,7 +46,8 @@ declare module "@polkadot/api-base/types/consts" { /** The maximum number of individual freeze locks that can exist on an account at any time. */ maxFreezes: u32 & AugmentedConst; /** - * The maximum number of locks that should exist on an account. Not strictly enforced, but used for weight estimation. + * The maximum number of locks that should exist on an account. Not strictly enforced, but used for weight + * estimation. * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` */ @@ -77,7 +78,10 @@ declare module "@polkadot/api-base/types/consts" { basicDeposit: u128 & AugmentedConst; /** The amount held on deposit per encoded byte for a registered identity. */ byteDeposit: u128 & AugmentedConst; - /** Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. */ + /** + * Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating + * judgements. + */ maxRegistrars: u32 & AugmentedConst; /** The maximum number of sub-accounts allowed per identified account. */ maxSubAccounts: u32 & AugmentedConst; @@ -114,7 +118,8 @@ declare module "@polkadot/api-base/types/consts" { }; multisig: { /** - * The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for later. + * The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for + * later. * * This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, Balance, AccountId))` * bytes and whose key size is `32 + sizeof(AccountId)` bytes. @@ -147,7 +152,8 @@ declare module "@polkadot/api-base/types/consts" { /** * The amount of currency needed per announcement made. * - * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into a pre-existing storage value. + * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into a pre-existing + * storage value. */ announcementDepositFactor: u128 & AugmentedConst; /** The maximum amount of time-delayed announcements that are allowed to be pending. */ @@ -165,7 +171,8 @@ declare module "@polkadot/api-base/types/consts" { * The amount of currency needed per proxy added. * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing storage value. Thus, - * when configuring `ProxyDepositFactor` one should take into account `32 + proxy_type.encode().len()` bytes of data. + * when configuring `ProxyDepositFactor` one should take into account `32 + proxy_type.encode().len()` bytes of + * data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ diff --git a/typescript-api/src/flashbox/interfaces/augment-api-errors.ts b/typescript-api/src/flashbox/interfaces/augment-api-errors.ts index c65ae2ae3..343590b3f 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-errors.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-errors.ts @@ -68,7 +68,10 @@ declare module "@polkadot/api-base/types/errors" { [key: string]: AugmentedError; }; dataPreservers: { - /** Made for `AssignmentPayment` implementors to report a mismatch between `ProviderRequest` and `AssignerParameter`. */ + /** + * Made for `AssignmentPayment` implementors to report a mismatch between `ProviderRequest` and + * `AssignerParameter`. + */ AssignmentPaymentRequestParameterMismatch: AugmentedError; CantDeleteAssignedProfile: AugmentedError; MaxAssignmentsPerParaIdReached: AugmentedError; diff --git a/typescript-api/src/flashbox/interfaces/augment-api-events.ts b/typescript-api/src/flashbox/interfaces/augment-api-events.ts index 69ea33953..4d57e2607 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-events.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-events.ts @@ -78,7 +78,7 @@ declare module "@polkadot/api-base/types/events" { from: AccountId32, to: AccountId32, amount: u128, - destinationStatus: FrameSupportTokensMiscBalanceStatus + destinationStatus: FrameSupportTokensMiscBalanceStatus, ], { from: AccountId32; @@ -151,7 +151,10 @@ declare module "@polkadot/api-base/types/events" { AuthorityAdded: AugmentedEvent; /** A username authority was removed. */ AuthorityRemoved: AugmentedEvent; - /** A dangling username (as in, a username corresponding to an account that has removed its identity) has been removed. */ + /** + * A dangling username (as in, a username corresponding to an account that has removed its identity) has been + * removed. + */ DanglingUsernameRemoved: AugmentedEvent< ApiType, [who: AccountId32, username: Bytes], @@ -211,7 +214,10 @@ declare module "@polkadot/api-base/types/events" { [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32; main: AccountId32; deposit: u128 } >; - /** A sub-identity was cleared, and the given deposit repatriated from the main identity account to the sub-identity account. */ + /** + * A sub-identity was cleared, and the given deposit repatriated from the main identity account to the + * sub-identity account. + */ SubIdentityRevoked: AugmentedEvent< ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], @@ -338,7 +344,7 @@ declare module "@polkadot/api-base/types/events" { cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, - callHash: U8aFixed + callHash: U8aFixed, ], { cancelling: AccountId32; @@ -355,7 +361,7 @@ declare module "@polkadot/api-base/types/events" { timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, - result: Result + result: Result, ], { approving: AccountId32; @@ -505,7 +511,10 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; session: { - /** New session has happened. Note that the argument is the session index, not the block number as the type might suggest. */ + /** + * New session has happened. Note that the argument is the session index, not the block number as the type might + * suggest. + */ NewSession: AugmentedEvent; /** Generic event */ [key: string]: AugmentedEvent; @@ -518,7 +527,7 @@ declare module "@polkadot/api-base/types/events" { streamId: u64, oldConfig: PalletStreamPaymentStreamConfig, newConfig: PalletStreamPaymentStreamConfig, - depositChange: Option + depositChange: Option, ], { streamId: u64; @@ -534,7 +543,7 @@ declare module "@polkadot/api-base/types/events" { requestNonce: u32, requester: PalletStreamPaymentParty, oldConfig: PalletStreamPaymentStreamConfig, - newConfig: PalletStreamPaymentStreamConfig + newConfig: PalletStreamPaymentStreamConfig, ], { streamId: u64; @@ -650,7 +659,10 @@ declare module "@polkadot/api-base/types/events" { >; /** We have ended a spend period and will now allocate funds. */ Spending: AugmentedEvent; - /** A spend was processed and removed from the storage. It might have been successfully paid or it may have expired. */ + /** + * A spend was processed and removed from the storage. It might have been successfully paid or it may have + * expired. + */ SpendProcessed: AugmentedEvent; /** The inactive funds of the pallet have been updated. */ UpdatedInactive: AugmentedEvent< diff --git a/typescript-api/src/flashbox/interfaces/augment-api-query.ts b/typescript-api/src/flashbox/interfaces/augment-api-query.ts index 7dba777b4..936609d82 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-query.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-query.ts @@ -78,7 +78,8 @@ declare module "@polkadot/api-base/types/storage" { asyncBacking: { /** * First tuple element is the highest slot that has been seen in the history of this chain. Second tuple element - * is the number of authored blocks so far. This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = false. + * is the number of authored blocks so far. This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = + * false. */ slotInfo: AugmentedQuery Observable>>, []> & QueryableStorageEntry; @@ -183,7 +184,8 @@ declare module "@polkadot/api-base/types/storage" { /** The total units of outstanding deactivated balance in the system. */ inactiveIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, changing and freeing a lock. + * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, changing and freeing + * a lock. * * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` */ @@ -485,13 +487,15 @@ declare module "@polkadot/api-base/types/storage" { /** * The last downward message queue chain head we have observed. * - * This value is loaded before and saved after processing inbound downward messages carried by the system inherent. + * This value is loaded before and saved after processing inbound downward messages carried by the system + * inherent. */ lastDmqMqcHead: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The message queue chain heads we have observed per each channel incoming channel. * - * This value is loaded before and saved after processing inbound downward messages carried by the system inherent. + * This value is loaded before and saved after processing inbound downward messages carried by the system + * inherent. */ lastHrmpMqcHeads: AugmentedQuery Observable>, []> & QueryableStorageEntry; @@ -503,7 +507,8 @@ declare module "@polkadot/api-base/types/storage" { lastRelayChainBlockNumber: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Validation code that is set by the parachain and is to be communicated to collator and consequently the relay-chain. + * Validation code that is set by the parachain and is to be communicated to collator and consequently the + * relay-chain. * * This will be cleared in `on_initialize` of each new block if no other pallet already set the value. */ @@ -704,7 +709,10 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to iterate over all of them. */ + /** + * List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to iterate over all of + * them. + */ relayStorageRootKeys: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** Generic query */ @@ -779,7 +787,10 @@ declare module "@polkadot/api-base/types/storage" { [AccountId32] > & QueryableStorageEntry; - /** True if the underlying economic identities or weighting behind the validators has changed in the queued validator set. */ + /** + * True if the underlying economic identities or weighting behind the validators has changed in the queued + * validator set. + */ queuedChanged: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The queued keys for the next session. When the next session begins, these keys will be used to determine the @@ -888,7 +899,8 @@ declare module "@polkadot/api-base/types/storage" { * Mapping between a topic (represented by T::Hash) and a vector of indexes of events in the `>` list. * * All topic vectors have deterministic storage locations depending on the topic. This allows light-clients to - * leverage the changes trie storage tracking mechanism and in case of changes fetch the list of events of interest. + * leverage the changes trie storage tracking mechanism and in case of changes fetch the list of events of + * interest. * * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just the `EventIndex` then in * case if the topic has the same contents on the next block no notification will be triggered thus the event diff --git a/typescript-api/src/flashbox/interfaces/augment-api-rpc.ts b/typescript-api/src/flashbox/interfaces/augment-api-rpc.ts index 78077c70f..bf6de865f 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-rpc.ts @@ -136,7 +136,10 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; babe: { - /** Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the keystore */ + /** + * Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the + * keystore + */ epochAuthorship: AugmentedRpc<() => Observable>>; }; beefy: { @@ -563,7 +566,10 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { queryFeeDetails: AugmentedRpc< (extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable >; - /** @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee information for an encoded extrinsic */ + /** + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee information for an encoded + * extrinsic + */ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, diff --git a/typescript-api/src/flashbox/interfaces/augment-api-tx.ts b/typescript-api/src/flashbox/interfaces/augment-api-tx.ts index 583276812..dad208912 100644 --- a/typescript-api/src/flashbox/interfaces/augment-api-tx.ts +++ b/typescript-api/src/flashbox/interfaces/augment-api-tx.ts @@ -47,7 +47,10 @@ export type __SubmittableExtrinsicFunction = Submittab declare module "@polkadot/api-base/types/submittable" { interface AugmentedSubmittables { authorInherent: { - /** This inherent is a workaround to run code after the "real" inherents have executed, but before transactions are executed. */ + /** + * This inherent is a workaround to run code after the "real" inherents have executed, but before transactions are + * executed. + */ kickOffAuthorshipValidation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -395,7 +398,10 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; identity: { - /** Accept a given username that an `authority` granted. The call must include the full username, as in `username.suffix`. */ + /** + * Accept a given username that an `authority` granted. The call must include the full username, as in + * `username.suffix`. + */ acceptUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -803,7 +809,7 @@ declare module "@polkadot/api-base/types/submittable" { | { ShaThree256: any } | string | Uint8Array - ) + ), ][] ) => SubmittableExtrinsic, [Vec>] @@ -902,7 +908,8 @@ declare module "@polkadot/api-base/types/submittable" { * - `threshold`: The total number of approvals for this dispatch before it is executed. * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. May not be empty. * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not the first approval, - * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval transaction. + * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval + * transaction. * - `call_hash`: The hash of the call to be executed. * * NOTE: If this is the final approval, you will want to use `as_multi` instead. @@ -950,14 +957,16 @@ declare module "@polkadot/api-base/types/submittable" { * - `threshold`: The total number of approvals for this dispatch before it is executed. * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. May not be empty. * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not the first approval, - * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval transaction. + * then it must be `Some`, with the timepoint (block number and transaction index) of the first approval + * transaction. * - `call`: The call to be executed. * * NOTE: Unless this is the final approval, you will generally want to use `approve_as_multi` instead, since it * only requires a hash of the call. * * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise on success, result is - * `Ok` and the result from the interior call, if it was executed, may be found in the deposited `MultisigExecuted` event. + * `Ok` and the result from the interior call, if it was executed, may be found in the deposited + * `MultisigExecuted` event. * * ## Complexity * @@ -1020,7 +1029,8 @@ declare module "@polkadot/api-base/types/submittable" { * * - `threshold`: The total number of approvals for this dispatch before it is executed. * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. May not be empty. - * - `timepoint`: The timepoint (block number and transaction index) of the first approval transaction for this dispatch. + * - `timepoint`: The timepoint (block number and transaction index) of the first approval transaction for this + * dispatch. * - `call_hash`: The hash of the call to be executed. * * ## Complexity @@ -1072,7 +1082,8 @@ declare module "@polkadot/api-base/types/submittable" { * If the authorization required a version check, this call will ensure the spec name remains unchanged and that * the spec version has increased. * - * Note that this function will not apply the new `code`, but only attempt to schedule the upgrade with the Relay Chain. + * Note that this function will not apply the new `code`, but only attempt to schedule the upgrade with the Relay + * Chain. * * All origins are allowed. */ @@ -1083,7 +1094,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the current validation data. * - * This should be invoked exactly once per block. It will panic at the finalization phase if the call was not invoked. + * This should be invoked exactly once per block. It will panic at the finalization phase if the call was not + * invoked. * * The dispatch origin for this call must be `Inherent` * @@ -1553,7 +1565,7 @@ declare module "@polkadot/api-base/types/submittable" { u32, SpTrieStorageProof, SpRuntimeMultiSignature, - DpContainerChainGenesisDataContainerChainGenesisData + DpContainerChainGenesisDataContainerChainGenesisData, ] >; setParaManager: AugmentedSubmittable< @@ -1597,7 +1609,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u128] >; - /** Set the number of block production credits for this para_id without paying for them. Can only be called by root. */ + /** + * Set the number of block production credits for this para_id without paying for them. Can only be called by + * root. + */ setBlockProductionCredits: AugmentedSubmittable< ( paraId: u32 | AnyNumber | Uint8Array, @@ -1605,7 +1620,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u32] >; - /** Set the number of block production credits for this para_id without paying for them. Can only be called by root. */ + /** + * Set the number of block production credits for this para_id without paying for them. Can only be called by + * root. + */ setCollatorAssignmentCredits: AugmentedSubmittable< ( paraId: u32 | AnyNumber | Uint8Array, @@ -1663,7 +1681,8 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Complexity * - * - `O(1)` in number of key types. Actual cost depends on the number of length of `T::Keys::key_ids()` which is fixed. + * - `O(1)` in number of key types. Actual cost depends on the number of length of `T::Keys::key_ids()` which is + * fixed. */ purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -1711,7 +1730,10 @@ declare module "@polkadot/api-base/types/submittable" { (streamId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] >; - /** Close a given stream in which the origin is involved. It performs the pending payment before closing the stream. */ + /** + * Close a given stream in which the origin is involved. It performs the pending payment before closing the + * stream. + */ closeStream: AugmentedSubmittable< (streamId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] @@ -1796,7 +1818,7 @@ declare module "@polkadot/api-base/types/submittable" { u64, PalletStreamPaymentChangeKind, PalletStreamPaymentStreamConfig, - Option + Option, ] >; /** Generic tx */ diff --git a/typescript-api/src/flashbox/interfaces/augment-types.ts b/typescript-api/src/flashbox/interfaces/augment-types.ts index 6e1902ac3..8258442d0 100644 --- a/typescript-api/src/flashbox/interfaces/augment-types.ts +++ b/typescript-api/src/flashbox/interfaces/augment-types.ts @@ -1227,6 +1227,8 @@ import type { XcmVersion, XcmpMessageFormat, } from "@polkadot/types/interfaces/xcm"; +import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; declare module "@polkadot/types/types/registry" { interface InterfaceTypes { @@ -1553,6 +1555,7 @@ declare module "@polkadot/types/types/registry" { EraPoints: EraPoints; EraRewardPoints: EraRewardPoints; EraRewards: EraRewards; + Error: Error; ErrorMetadataLatest: ErrorMetadataLatest; ErrorMetadataV10: ErrorMetadataV10; ErrorMetadataV11: ErrorMetadataV11; @@ -2400,6 +2403,7 @@ declare module "@polkadot/types/types/registry" { XcmOrderV2: XcmOrderV2; XcmOrigin: XcmOrigin; XcmOriginKind: XcmOriginKind; + XcmPaymentApiError: XcmPaymentApiError; XcmpMessageFormat: XcmpMessageFormat; XcmV0: XcmV0; XcmV1: XcmV1; diff --git a/typescript-api/src/flashbox/interfaces/lookup.ts b/typescript-api/src/flashbox/interfaces/lookup.ts index a3302038f..3f1b17574 100644 --- a/typescript-api/src/flashbox/interfaces/lookup.ts +++ b/typescript-api/src/flashbox/interfaces/lookup.ts @@ -1998,7 +1998,10 @@ export default { "CantFetchStatusBeforeLastTimeUpdated", ], }, - /** Lookup284: pallet_identity::types::Registration> */ + /** + * Lookup284: pallet_identity::types::Registration> + */ PalletIdentityRegistration: { judgements: "Vec<(u32,PalletIdentityJudgement)>", deposit: "u128", @@ -2198,7 +2201,10 @@ export default { beneficiary: "AccountId32", bond: "u128", }, - /** Lookup352: pallet_treasury::SpendStatus */ + /** + * Lookup352: pallet_treasury::SpendStatus + */ PalletTreasurySpendStatus: { assetKind: "Null", amount: "u128", diff --git a/typescript-api/src/index.cjs b/typescript-api/src/index.cjs deleted file mode 100644 index 9500ce0a0..000000000 --- a/typescript-api/src/index.cjs +++ /dev/null @@ -1,6 +0,0 @@ -/* - * This empty file is required to support CommonJS modules. - */ - -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/typescript-api/tsconfig.base.json b/typescript-api/tsconfig.base.json index 7780fcace..7a3b10613 100644 --- a/typescript-api/tsconfig.base.json +++ b/typescript-api/tsconfig.base.json @@ -11,6 +11,7 @@ "baseUrl": ".", "composite": true, "declaration": true, + "types": ["node"], "paths": { "dancebox": ["dancebox/src"], "flashbox": ["flashbox/src"]