diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index e70bfddfd3e3..f1500542024e 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -8,7 +8,8 @@ jobs: check-labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout sources + uses: actions/checkout@v2 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/extrinsic-ordering-check-from-bin.yml b/.github/workflows/extrinsic-ordering-check-from-bin.yml index 199b3be6fe66..3a67aeb9a432 100644 --- a/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -27,7 +27,8 @@ jobs: REF_URL: ${{github.event.inputs.reference_url}} steps: - - uses: actions/checkout@v2 + - name: Checkout sources + uses: actions/checkout@v2 - name: Fetch binary run: | diff --git a/.github/workflows/publish-docker-release.yml b/.github/workflows/publish-docker-release.yml index 1c5ae13caaa3..5576bbd9904f 100644 --- a/.github/workflows/publish-docker-release.yml +++ b/.github/workflows/publish-docker-release.yml @@ -9,7 +9,8 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout sources + uses: actions/checkout@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Cache Docker layers diff --git a/.github/workflows/publish-draft-release.yml b/.github/workflows/publish-draft-release.yml index e3c995e9bce1..83a1699e8ac3 100644 --- a/.github/workflows/publish-draft-release.yml +++ b/.github/workflows/publish-draft-release.yml @@ -26,7 +26,8 @@ jobs: matrix: runtime: ["polkadot", "kusama", "westend"] steps: - - uses: actions/checkout@v2 + - name: Checkout sources + uses: actions/checkout@v2 - name: Cache target dir uses: actions/cache@v2 with: @@ -64,7 +65,8 @@ jobs: release_url: ${{ steps.create-release.outputs.html_url }} asset_upload_url: ${{ steps.create-release.outputs.upload_url }} steps: - - uses: actions/checkout@v2 + - name: Checkout sources + uses: actions/checkout@v2 with: fetch-depth: 0 path: polkadot @@ -100,8 +102,10 @@ jobs: matrix: runtime: ["polkadot", "kusama", "westend"] steps: - - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - name: Checkout sources + uses: actions/checkout@v2 + - name: Download artifacts + uses: actions/download-artifact@v2 - name: Set up Ruby 2.7 uses: actions/setup-ruby@v1 with: @@ -128,7 +132,7 @@ jobs: needs: publish-draft-release steps: - name: Internal polkadot channel - uses: s3krit/matrix-message-action@v0.0.2 + uses: s3krit/matrix-message-action@v0.0.3 with: room_id: ${{ secrets.INTERNAL_POLKADOT_MATRIX_ROOM_ID }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} diff --git a/.github/workflows/release-bot.yml b/.github/workflows/release-bot.yml index 20c6474cc3f5..a2b83fd82efd 100644 --- a/.github/workflows/release-bot.yml +++ b/.github/workflows/release-bot.yml @@ -15,7 +15,8 @@ jobs: - '!NTogofoetwjbTwOoPi:matrix.parity.io' # Internal release-notes channel runs-on: ubuntu-latest steps: - - uses: s3krit/matrix-message-action@v0.0.3 + - name: Send Matrix message + uses: s3krit/matrix-message-action@v0.0.3 with: room_id: ${{ matrix.channel }} # heh access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 515d9a143b4f..4c3cd3aff76f 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -7,7 +7,8 @@ jobs: tag_rc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout sources + uses: actions/checkout@v2 with: fetch-depth: 0 - id: compute_tag @@ -48,7 +49,8 @@ jobs: VERSION: ${{ steps.compute_tag.outputs.version }} with: filename: .github/ISSUE_TEMPLATE/release.md - - uses: s3krit/matrix-message-action@v0.0.2 + - name: Send Matrix message + uses: s3krit/matrix-message-action@v0.0.3 if: steps.create-issue.outputs.url != '' with: room_id: ${{ secrets.INTERNAL_POLKADOT_MATRIX_ROOM_ID }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52c31b4d2fe5..a8c429aa0d78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,8 @@ variables: VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io" VAULT_AUTH_PATH: "gitlab-parity-io-jwt" VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}" + SIMNET_IMAGE: "europe-west3-docker.pkg.dev/parity-simnet/simnet-images/simnet:v14" + PIPELINE_SCRIPTS_TAG: "v0.1" default: cache: {} @@ -566,8 +568,12 @@ deploy-polkasync-kusama: simnet-tests: stage: deploy - image: "docker.io/paritytech/simnet:${SIMNET_REF}" + image: "${SIMNET_IMAGE}" <<: *kubernetes-env + variables: + # FIXME: change branch to "master" after merging this PR + # GH_DIR: "https://github.com/paritytech/polkadot/tree/master/simnet_tests" + GH_DIR: "https://github.com/paritytech/polkadot/tree/simnet-v10/simnet_tests" rules: - if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_COMMIT_REF_NAME == "master" @@ -584,17 +590,19 @@ simnet-tests: # SIMNET_REF is a gitlab variable before_script: - - echo "Simnet Tests Config - ${SIMNET_IMAGE_NAME} ${SIMNET_REF} - ${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG} - ${COLLATOR_IMAGE_NAME} ${COLLATOR_IMAGE_TAG}" + - echo "Simnet Tests Config" + - echo "${SIMNET_IMAGE}" + - echo "${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG}" + - echo "${COLLATOR_IMAGE_NAME} ${COLLATOR_IMAGE_TAG}" + - echo "${GH_DIR}" script: - - /home/nonroot/simnet/gurke/scripts/run-test-environment-manager.sh - --github-remote-dir="https://github.com/paritytech/polkadot/tree/master/simnet_tests" - --config="simnet_tests/configs/simple_rococo_testnet.toml" - --image="${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}" - --image-2="${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}" - --image-simnet="docker.io/paritytech/simnet:${SIMNET_REF}" + - /home/nonroot/simnet/scripts/run-test-environment-manager-v2.sh + --github-remote-dir="${GH_DIR}" + --tag=smoketest + --image="PARACHAINSIMAGE=${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}" + --image="SYNTHIMAGE=${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}" + --image="COLIMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}" + --image="SCRIPTSIMAGE=${SIMNET_IMAGE}" allow_failure: true retry: 2 tags: diff --git a/Cargo.lock b/Cargo.lock index 5be48f7b6271..6fe2ada798d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "beefy-primitives", "fnv", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -515,12 +515,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -1565,9 +1565,9 @@ dependencies = [ [[package]] name = "dlmalloc" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254" +checksum = "96d075454d918d7358fcd2290dcb4c3ae7bc735388dd1b31ccee1426c1106d8a" dependencies = [ "libc", ] @@ -1910,7 +1910,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", ] @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -1948,7 +1948,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "Inflector", "chrono", @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -1988,7 +1988,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -2016,7 +2016,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "bitflags", "frame-metadata", @@ -2038,12 +2038,13 @@ dependencies = [ "sp-state-machine", "sp-std", "sp-tracing", + "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2055,7 +2056,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2067,7 +2068,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro2", "quote", @@ -2077,7 +2078,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2100,7 +2101,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -2111,7 +2112,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "log", @@ -2128,7 +2129,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -2143,7 +2144,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "sp-api", @@ -2152,7 +2153,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "sp-api", @@ -2365,7 +2366,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generate-bags" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "chrono", "frame-election-provider-support", @@ -3279,9 +3280,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" [[package]] name = "libc" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" +checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" [[package]] name = "libgit2-sys" @@ -4606,7 +4607,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4620,7 +4621,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -4636,7 +4637,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -4651,7 +4652,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4675,7 +4676,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4695,7 +4696,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4710,7 +4711,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "beefy-primitives", "frame-support", @@ -4726,7 +4727,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4751,7 +4752,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4836,7 +4837,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4853,7 +4854,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4869,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4893,7 +4894,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4911,7 +4912,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4926,7 +4927,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4949,7 +4950,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4965,7 +4966,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -4985,7 +4986,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5002,7 +5003,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5019,7 +5020,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5037,7 +5038,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5053,7 +5054,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5070,7 +5071,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5085,7 +5086,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5099,7 +5100,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5116,7 +5117,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5139,7 +5140,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5154,7 +5155,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5168,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5184,7 +5185,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5205,7 +5206,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5221,7 +5222,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5235,7 +5236,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5258,7 +5259,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5269,7 +5270,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "log", "sp-arithmetic", @@ -5278,7 +5279,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5292,7 +5293,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5310,7 +5311,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5329,7 +5330,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-support", "frame-system", @@ -5346,7 +5347,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5363,7 +5364,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5374,7 +5375,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5391,7 +5392,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -5407,7 +5408,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-benchmarking", "frame-support", @@ -6904,6 +6905,7 @@ dependencies = [ "sc-finality-grandpa", "sc-keystore", "sc-network", + "sc-offchain", "sc-service", "sc-sync-state-rpc", "sc-telemetry", @@ -7779,7 +7781,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8042,7 +8044,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "log", "sp-core", @@ -8053,7 +8055,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "derive_more", @@ -8080,7 +8082,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8103,7 +8105,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8119,7 +8121,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8135,7 +8137,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8146,7 +8148,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "chrono", "fdlimit", @@ -8184,7 +8186,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "fnv", "futures 0.3.17", @@ -8212,7 +8214,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "hash-db", "kvdb", @@ -8237,7 +8239,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "futures 0.3.17", @@ -8261,7 +8263,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "derive_more", @@ -8304,7 +8306,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "derive_more", "futures 0.3.17", @@ -8328,7 +8330,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8341,7 +8343,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "assert_matches", "async-trait", @@ -8375,7 +8377,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "futures 0.3.17", @@ -8401,7 +8403,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "sc-client-api", "sp-authorship", @@ -8412,7 +8414,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8438,7 +8440,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "derive_more", "environmental", @@ -8456,7 +8458,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "log", "parity-scale-codec", @@ -8472,7 +8474,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8490,7 +8492,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "derive_more", @@ -8527,7 +8529,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "derive_more", "finality-grandpa", @@ -8551,7 +8553,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -8568,7 +8570,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "derive_more", @@ -8583,7 +8585,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "hash-db", "parity-scale-codec", @@ -8601,7 +8603,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-std", "async-trait", @@ -8652,7 +8654,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8668,7 +8670,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "bytes 1.0.1", "fnv", @@ -8679,6 +8681,7 @@ dependencies = [ "hyper-rustls", "log", "num_cpus", + "once_cell", "parity-scale-codec", "parking_lot", "rand 0.7.3", @@ -8695,7 +8698,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "libp2p", @@ -8708,7 +8711,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8717,7 +8720,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "hash-db", @@ -8748,7 +8751,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8773,7 +8776,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8790,7 +8793,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "directories", @@ -8854,7 +8857,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "log", "parity-scale-codec", @@ -8868,7 +8871,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8890,7 +8893,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "chrono", "futures 0.3.17", @@ -8908,7 +8911,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8939,7 +8942,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8950,7 +8953,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "intervalier", @@ -8977,7 +8980,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "derive_more", "futures 0.3.17", @@ -8991,7 +8994,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9414,7 +9417,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "hash-db", "log", @@ -9431,7 +9434,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9443,7 +9446,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -9456,7 +9459,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "integer-sqrt", "num-traits", @@ -9471,7 +9474,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -9484,7 +9487,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "parity-scale-codec", @@ -9496,7 +9499,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "sp-api", @@ -9508,7 +9511,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "log", @@ -9526,7 +9529,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "futures 0.3.17", @@ -9545,7 +9548,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "merlin", @@ -9568,7 +9571,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -9579,7 +9582,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9591,9 +9594,10 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "base58", + "bitflags", "blake2-rfc", "byteorder", "dyn-clonable", @@ -9637,7 +9641,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "kvdb", "parking_lot", @@ -9646,7 +9650,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro2", "quote", @@ -9656,7 +9660,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "environmental", "parity-scale-codec", @@ -9667,7 +9671,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "finality-grandpa", "log", @@ -9685,7 +9689,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9699,7 +9703,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "hash-db", @@ -9723,7 +9727,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "lazy_static", "sp-core", @@ -9734,7 +9738,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "derive_more", @@ -9751,7 +9755,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "zstd", ] @@ -9759,7 +9763,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -9774,7 +9778,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9785,7 +9789,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "sp-api", "sp-core", @@ -9795,7 +9799,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "backtrace", ] @@ -9803,7 +9807,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "rustc-hash", "serde", @@ -9813,7 +9817,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "either", "hash256-std-hasher", @@ -9835,7 +9839,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9852,7 +9856,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -9864,7 +9868,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "serde", "serde_json", @@ -9873,7 +9877,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -9887,7 +9891,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "scale-info", @@ -9898,7 +9902,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "hash-db", "log", @@ -9921,12 +9925,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9939,7 +9943,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "log", "sp-core", @@ -9952,7 +9956,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9968,7 +9972,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "sp-std", @@ -9980,7 +9984,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "sp-api", "sp-runtime", @@ -9989,7 +9993,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "log", @@ -10005,7 +10009,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "hash-db", "memory-db", @@ -10020,7 +10024,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10036,7 +10040,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10047,7 +10051,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10275,7 +10279,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "platforms", ] @@ -10283,7 +10287,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10305,7 +10309,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-std", "derive_more", @@ -10319,7 +10323,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "async-trait", "futures 0.3.17", @@ -10346,7 +10350,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -10356,7 +10360,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10367,7 +10371,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -10520,7 +10524,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "frame-system", "futures 0.3.17", @@ -10962,7 +10966,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#1d818f38a3198f21b4ae68bac3dc98219fccc669" +source = "git+https://github.com/paritytech/substrate?branch=master#b63e1c525baa33097ceccbd2ca828acbd36b0262" dependencies = [ "jsonrpsee-ws-client", "log", @@ -10997,6 +11001,12 @@ dependencies = [ "toml", ] +[[package]] +name = "tt-call" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055" + [[package]] name = "twox-hash" version = "1.6.1" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index a235fcb6d032..074862690642 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -15,7 +15,7 @@ async-process = "1.1.0" assert_matches = "1.4.0" futures = "0.3.17" futures-timer = "3.0.2" -libc = "0.2.105" +libc = "0.2.106" slotmap = "1.0" tracing = "0.1.29" pin-project = "1.0.8" diff --git a/node/overseer/overseer-gen/proc-macro/src/impl_channels_out.rs b/node/overseer/overseer-gen/proc-macro/src/impl_channels_out.rs index 08744e6c520d..bfe3150f551b 100644 --- a/node/overseer/overseer-gen/proc-macro/src/impl_channels_out.rs +++ b/node/overseer/overseer-gen/proc-macro/src/impl_channels_out.rs @@ -56,6 +56,7 @@ pub(crate) fn impl_channels_out_struct(info: &OverseerInfo) -> Result "${LOG_PATH}/forward-${NAMESPACE}.log" & - sleep 2 - echo "INFO Started forwading port 9944 into bootnode" -} - -function update_api { - pwd - cd "${SCRIPT_PATH}"/../../simnet_scripts/ - npm run build - cd - - pwd -} - -echo "INFO: Checking if namespace has no pods" -kubectl -n "${NAMESPACE}" get pods - -export NAMESPACE="${NAMESPACE}" -export COLIMAGE="${COLIMAGE}" -export SYNTHIMAGE="${IMAGE}" -export SCRIPTSIMAGE="${SCRIPTSIMAGE}" - -cd "${SCRIPT_PATH}" - -set -x # echo the commands to stdout -gurke spawn --config "${SCRIPT_PATH}"/configs/simple_rococo_testnet.toml \ - -n "${NAMESPACE}" \ - --image "${IMAGE}" - -echo "INFO: Checking if pods launched correctly" -kubectl -n "${NAMESPACE}" get pods -o wide -echo "INFO: Updating Polkadot JS API" -update_api -forward_port - -# Run tests -gurke test "${NAMESPACE}" "${SCRIPT_PATH}"/tests --log-path "${LOG_PATH}" - diff --git a/simnet_tests/tests/parachains.feature b/simnet_tests/tests/parachains.feature deleted file mode 100644 index 220c323566d7..000000000000 --- a/simnet_tests/tests/parachains.feature +++ /dev/null @@ -1,6 +0,0 @@ -Feature: ParaTesting - - Scenario: spawn parachains network and check parachains - Given a test network - Then sleep 200 seconds - Then launch 'node' with parameters '--unhandled-rejections=strict /usr/local/bin/simnet_scripts test_parachain ./configs/adder.json ws://localhost:11222 100 10'