From 582f6b4d278a423251bd93bbbb271ed53ee3974c Mon Sep 17 00:00:00 2001 From: iStrike7 Date: Mon, 2 Dec 2024 03:27:56 +0530 Subject: [PATCH] Added chain genesis salt to system genesis --- Cargo.lock | 270 ++++++++++++++++----------------- Cargo.toml | 277 ++++++++++++++++++++++++++++++++++ rollup/node/src/chain_spec.rs | 6 +- 3 files changed, 417 insertions(+), 136 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b92aed867..acb7848db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2421,7 +2421,7 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "derive_more", "log", @@ -2604,7 +2604,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", ] @@ -2627,7 +2627,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support", "frame-support-procedural", @@ -2652,7 +2652,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "32.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "aquamarine 0.3.3", "extrinsic-shuffler", @@ -2762,7 +2762,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.3", @@ -2804,7 +2804,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "Inflector", "cfg-expr", @@ -2823,7 +2823,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -2835,7 +2835,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "proc-macro2", "quote", @@ -2845,7 +2845,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "cfg-if", "docify", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "sp-api", @@ -2891,7 +2891,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support", "parity-scale-codec", @@ -3501,7 +3501,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite 0.2.14", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -4775,7 +4775,7 @@ dependencies = [ [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support", "mangata-types", @@ -4788,7 +4788,7 @@ dependencies = [ [[package]] name = "mangata-types" version = "0.1.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -5490,7 +5490,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support", "frame-system", @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support", "frame-system", @@ -5522,7 +5522,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5546,7 +5546,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "docify", "frame-benchmarking", @@ -5594,7 +5594,7 @@ dependencies = [ [[package]] name = "pallet-collective-mangata" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5665,7 +5665,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5688,7 +5688,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5785,7 +5785,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5887,7 +5887,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -5964,7 +5964,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -6009,7 +6009,7 @@ dependencies = [ [[package]] name = "pallet-sudo-mangata" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "docify", "frame-benchmarking", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "docify", "frame-benchmarking", @@ -6063,7 +6063,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-support", "frame-system", @@ -6079,7 +6079,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6095,7 +6095,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6107,7 +6107,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "docify", "frame-benchmarking", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -6142,7 +6142,7 @@ dependencies = [ [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -6158,7 +6158,7 @@ dependencies = [ [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-benchmarking", "frame-support", @@ -6245,8 +6245,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes", - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.7.3", + "rand_core 0.5.1", "serde", "unicode-normalization", ] @@ -7983,7 +7983,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "log", "sp-core", @@ -7994,7 +7994,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "aquamarine 0.3.3", "futures", @@ -8020,7 +8020,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "sp-api", @@ -8035,7 +8035,7 @@ dependencies = [ [[package]] name = "sc-block-builder-ver" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "aquamarine 0.1.12", "extrinsic-shuffler", @@ -8055,7 +8055,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "docify", @@ -8081,7 +8081,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -8092,7 +8092,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -8133,7 +8133,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "fnv", "futures", @@ -8160,7 +8160,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "hash-db", "kvdb", @@ -8186,7 +8186,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "futures", @@ -8211,7 +8211,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "futures", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.3", @@ -8283,7 +8283,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "futures", @@ -8308,7 +8308,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -8331,7 +8331,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "polkavm", "sc-allocator", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "log", "polkavm", @@ -8355,7 +8355,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "anyhow", "cfg-if", @@ -8373,7 +8373,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "ansi_term", "futures", @@ -8390,7 +8390,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.3", @@ -8404,7 +8404,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.6", @@ -8433,7 +8433,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "async-channel", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-channel", "cid", @@ -8496,7 +8496,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -8513,7 +8513,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "ahash 0.8.11", "futures", @@ -8532,7 +8532,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "async-channel", @@ -8553,7 +8553,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "async-channel", @@ -8589,7 +8589,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "futures", @@ -8608,7 +8608,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -8642,7 +8642,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8651,7 +8651,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "futures", "jsonrpsee", @@ -8683,7 +8683,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8703,7 +8703,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "futures", "governor", @@ -8721,7 +8721,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "futures", @@ -8752,7 +8752,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "directories", @@ -8817,7 +8817,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "log", "parity-scale-codec", @@ -8828,7 +8828,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "derive_more", "futures", @@ -8849,7 +8849,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "chrono", "futures", @@ -8868,7 +8868,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "ansi_term", "chrono", @@ -8898,7 +8898,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -8909,7 +8909,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "futures", @@ -8936,7 +8936,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "futures", @@ -8952,7 +8952,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-channel", "futures", @@ -9498,7 +9498,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "hash-db", "log", @@ -9520,7 +9520,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "Inflector", "blake2 0.10.6", @@ -9534,7 +9534,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9547,7 +9547,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "integer-sqrt", "num-traits", @@ -9579,7 +9579,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "sp-api", "sp-inherents", @@ -9590,7 +9590,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "futures", "log", @@ -9608,7 +9608,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "futures", @@ -9623,7 +9623,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "parity-scale-codec", @@ -9640,7 +9640,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "parity-scale-codec", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "finality-grandpa", "log", @@ -9677,7 +9677,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9689,7 +9689,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "bandersnatch_vrfs", @@ -9757,7 +9757,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "blake2b_simd", "byteorder", @@ -9770,7 +9770,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "quote", "sp-crypto-hashing", @@ -9780,7 +9780,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "proc-macro2", "quote", @@ -9799,7 +9799,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "environmental", "parity-scale-codec", @@ -9810,7 +9810,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.7.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "serde_json", "sp-api", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9835,7 +9835,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "bytes", "ed25519-dalek", @@ -9861,7 +9861,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "sp-core", "sp-runtime", @@ -9871,7 +9871,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "thiserror", "zstd 0.12.4", @@ -9891,7 +9891,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -9902,7 +9902,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -9914,7 +9914,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "sp-api", "sp-core", @@ -9924,7 +9924,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "backtrace", "lazy_static", @@ -9934,7 +9934,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "rustc-hash", "serde", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -9975,7 +9975,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -9994,7 +9994,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "Inflector", "expander", @@ -10007,7 +10007,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "scale-info", @@ -10022,7 +10022,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10036,7 +10036,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "hash-db", "log", @@ -10057,7 +10057,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.1", @@ -10082,12 +10082,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -10100,7 +10100,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "parity-scale-codec", @@ -10113,7 +10113,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "sp-std", @@ -10125,7 +10125,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "sp-api", "sp-runtime", @@ -10134,7 +10134,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "parity-scale-codec", @@ -10149,7 +10149,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "ahash 0.8.11", "hash-db", @@ -10173,7 +10173,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "async-trait", "parity-scale-codec", @@ -10190,7 +10190,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -10207,7 +10207,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10218,7 +10218,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10231,7 +10231,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10390,7 +10390,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -10402,12 +10402,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "hyper", "log", @@ -10432,7 +10432,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "array-bytes 6.2.3", "frame-executive", @@ -10502,7 +10502,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "futures", "sc-block-builder", @@ -10521,7 +10521,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "build-helper", "cargo_metadata", @@ -11184,7 +11184,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] @@ -11323,7 +11323,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/gasp-xyz/polkadot-sdk?branch=eth-rollup-develop#46fdae444f71731021c0d8107dced84c4fc36278" +source = "git+https://github.com//gasp-xyz/polkadot-sdk?branch=fix/chain-genesis-salt#ebb3b47b4cbad9d905fb9ea86180f540530527fe" dependencies = [ "derive_more", "frame-support", diff --git a/Cargo.toml b/Cargo.toml index 962b6880a..09f1fa2bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,3 +193,280 @@ ver-api = { git = "https://github.com/gasp-xyz/polkadot-sdk", branch = "eth-roll [patch."https://github.com/paritytech/polkadot-sdk"] # ... which satisfies git dependency `sp-crypto-ec-utils` of package `sp-ark-bls12-381 v0.4.2 (https://github.com/paritytech/arkworks-substrate#caa2eed7)` sp-crypto-ec-utils = { git = "https://github.com/gasp-xyz/polkadot-sdk", branch = "eth-rollup-develop" } + +# patch generated by './scripts/dev_manifest.sh ../polkadot-sdk' +[patch."https://github.com/gasp-xyz/polkadot-sdk"] +substrate-test-runtime = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +substrate-test-runtime-client = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +substrate-test-client = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-transaction-payment = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-transaction-payment-rpc = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-collective-mangata = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-proxy = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-identity = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-sudo-mangata = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +mangata-support = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-utility-mangata = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-authorship = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-grandpa = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-vesting-mangata = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-system = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-system-benchmarking = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-system-rpc-runtime-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-support = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-support-procedural = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-support-procedural-tools = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-support-procedural-tools-derive = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-balances = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-aura = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-benchmarking = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-treasury = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-try-runtime = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-timestamp = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-babe = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-membership = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-utility = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-executive = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +pallet-session = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +substrate-wasm-builder = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +fork-tree = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +substrate-build-script-utils = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +frame-benchmarking-cli = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +substrate-bip39 = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +substrate-prometheus-endpoint = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-database = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-runtime-interface = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-runtime-interface-proc-macro = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-consensus-grandpa = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-consensus = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-consensus-aura = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-consensus-babe = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-consensus-slots = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-tracing = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-crypto-hashing = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-crypto-hashing-proc-macro = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-ver = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-maybe-compressed-blob = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-core = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-state-machine = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-keystore = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-metadata-ir = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-statement-store = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-weights = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-io = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-runtime = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-inherents = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-transaction-pool = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-std = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-storage = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-panic-handler = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-debug-derive = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-blockchain = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-externalities = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-mixnet = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-trie = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +mangata-types = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-version = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-version-proc-macro = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-block-builder = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-keyring = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-staking = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-wasm-interface = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-transaction-storage-proof = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +extrinsic-shuffler = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-arithmetic = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-api-proc-macro = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-offchain = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-timestamp = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-application-crypto = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-rpc = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +ver-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-genesis-builder = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sp-session = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-consensus-grandpa = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-consensus = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-consensus-aura = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-consensus-slots = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-tracing = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-tracing-proc-macro = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-rpc-spec-v2 = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-state-db = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-proposer-metrics = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-keystore = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-basic-authorship-ver = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-rpc-server = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network-bitswap = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network-transactions = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network-common = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network-light = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network-sync = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-informant = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-transaction-pool = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-transaction-pool-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-utils = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-cli = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-chain-spec = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-chain-spec-derive = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-block-builder-ver = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-mixnet = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-block-builder = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-allocator = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-network-gossip = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-client-db = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-client-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-sysinfo = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-executor = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-executor-wasmtime = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-executor-common = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-executor-polkavm = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-telemetry = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-offchain = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-service = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-rpc = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } +sc-rpc-api = { git = "https://github.com//gasp-xyz/polkadot-sdk", branch = "fix/chain-genesis-salt" } + + +# # patch generated by './scripts/dev_manifest.sh ../polkadot-sdk/' +# [patch."https://github.com/gasp-xyz/polkadot-sdk"] +# substrate-wasm-builder = { path = "../polkadot-sdk/substrate/utils/wasm-builder" } +# frame-benchmarking-cli = { path = "../polkadot-sdk/substrate/utils/frame/benchmarking-cli" } +# substrate-bip39 = { path = "../polkadot-sdk/substrate/utils/substrate-bip39" } +# substrate-prometheus-endpoint = { path = "../polkadot-sdk/substrate/utils/prometheus" } +# fork-tree = { path = "../polkadot-sdk/substrate/utils/fork-tree" } +# substrate-build-script-utils = { path = "../polkadot-sdk/substrate/utils/build-script-utils" } +# substrate-test-client = { path = "../polkadot-sdk/substrate/test-utils/client" } +# substrate-test-runtime = { path = "../polkadot-sdk/substrate/test-utils/runtime" } +# substrate-test-runtime-client = { path = "../polkadot-sdk/substrate/test-utils/runtime/client" } +# frame-try-runtime = { path = "../polkadot-sdk/substrate/frame/try-runtime" } +# pallet-timestamp = { path = "../polkadot-sdk/substrate/frame/timestamp" } +# pallet-membership = { path = "../polkadot-sdk/substrate/frame/membership" } +# pallet-sudo-mangata = { path = "../polkadot-sdk/substrate/frame/sudo-mangata" } +# pallet-treasury = { path = "../polkadot-sdk/substrate/frame/treasury" } +# pallet-collective-mangata = { path = "../polkadot-sdk/substrate/frame/collective-mangata" } +# frame-system = { path = "../polkadot-sdk/substrate/frame/system" } +# frame-system-benchmarking = { path = "../polkadot-sdk/substrate/frame/system/benchmarking" } +# frame-system-rpc-runtime-api = { path = "../polkadot-sdk/substrate/frame/system/rpc/runtime-api" } +# mangata-support = { path = "../polkadot-sdk/substrate/frame/mangata-support" } +# pallet-balances = { path = "../polkadot-sdk/substrate/frame/balances" } +# pallet-aura = { path = "../polkadot-sdk/substrate/frame/aura" } +# pallet-vesting-mangata = { path = "../polkadot-sdk/substrate/frame/vesting-mangata" } +# pallet-session = { path = "../polkadot-sdk/substrate/frame/session" } +# pallet-utility-mangata = { path = "../polkadot-sdk/substrate/frame/utility-mangata" } +# pallet-identity = { path = "../polkadot-sdk/substrate/frame/identity" } +# pallet-utility = { path = "../polkadot-sdk/substrate/frame/utility" } +# pallet-authorship = { path = "../polkadot-sdk/substrate/frame/authorship" } +# frame-executive = { path = "../polkadot-sdk/substrate/frame/executive" } +# pallet-babe = { path = "../polkadot-sdk/substrate/frame/babe" } +# pallet-transaction-payment = { path = "../polkadot-sdk/substrate/frame/transaction-payment" } +# pallet-transaction-payment-rpc = { path = "../polkadot-sdk/substrate/frame/transaction-payment/rpc" } +# pallet-transaction-payment-rpc-runtime-api = { path = "../polkadot-sdk/substrate/frame/transaction-payment/rpc/runtime-api" } +# pallet-proxy = { path = "../polkadot-sdk/substrate/frame/proxy" } +# pallet-grandpa = { path = "../polkadot-sdk/substrate/frame/grandpa" } +# frame-support = { path = "../polkadot-sdk/substrate/frame/support" } +# frame-support-procedural = { path = "../polkadot-sdk/substrate/frame/support/procedural" } +# frame-support-procedural-tools = { path = "../polkadot-sdk/substrate/frame/support/procedural/tools" } +# frame-support-procedural-tools-derive = { path = "../polkadot-sdk/substrate/frame/support/procedural/tools/derive" } +# frame-benchmarking = { path = "../polkadot-sdk/substrate/frame/benchmarking" } +# sp-application-crypto = { path = "../polkadot-sdk/substrate/primitives/application-crypto" } +# sp-timestamp = { path = "../polkadot-sdk/substrate/primitives/timestamp" } +# sp-crypto-hashing = { path = "../polkadot-sdk/substrate/primitives/crypto/hashing" } +# sp-crypto-hashing-proc-macro = { path = "../polkadot-sdk/substrate/primitives/crypto/hashing/proc-macro" } +# sp-metadata-ir = { path = "../polkadot-sdk/substrate/primitives/metadata-ir" } +# sp-state-machine = { path = "../polkadot-sdk/substrate/primitives/state-machine" } +# sp-tracing = { path = "../polkadot-sdk/substrate/primitives/tracing" } +# sp-mixnet = { path = "../polkadot-sdk/substrate/primitives/mixnet" } +# sp-wasm-interface = { path = "../polkadot-sdk/substrate/primitives/wasm-interface" } +# sp-ver = { path = "../polkadot-sdk/substrate/primitives/ver" } +# sp-blockchain = { path = "../polkadot-sdk/substrate/primitives/blockchain" } +# sp-block-builder = { path = "../polkadot-sdk/substrate/primitives/block-builder" } +# sp-storage = { path = "../polkadot-sdk/substrate/primitives/storage" } +# sp-session = { path = "../polkadot-sdk/substrate/primitives/session" } +# sp-arithmetic = { path = "../polkadot-sdk/substrate/primitives/arithmetic" } +# sp-consensus = { path = "../polkadot-sdk/substrate/primitives/consensus/common" } +# sp-consensus-aura = { path = "../polkadot-sdk/substrate/primitives/consensus/aura" } +# sp-consensus-babe = { path = "../polkadot-sdk/substrate/primitives/consensus/babe" } +# sp-consensus-slots = { path = "../polkadot-sdk/substrate/primitives/consensus/slots" } +# sp-consensus-grandpa = { path = "../polkadot-sdk/substrate/primitives/consensus/grandpa" } +# sp-runtime-interface = { path = "../polkadot-sdk/substrate/primitives/runtime-interface" } +# sp-runtime-interface-proc-macro = { path = "../polkadot-sdk/substrate/primitives/runtime-interface/proc-macro" } +# ver-api = { path = "../polkadot-sdk/substrate/primitives/ver-api" } +# sp-keystore = { path = "../polkadot-sdk/substrate/primitives/keystore" } +# mangata-types = { path = "../polkadot-sdk/substrate/primitives/mangata-types" } +# sp-trie = { path = "../polkadot-sdk/substrate/primitives/trie" } +# sp-transaction-pool = { path = "../polkadot-sdk/substrate/primitives/transaction-pool" } +# sp-api = { path = "../polkadot-sdk/substrate/primitives/api" } +# sp-api-proc-macro = { path = "../polkadot-sdk/substrate/primitives/api/proc-macro" } +# sp-std = { path = "../polkadot-sdk/substrate/primitives/std" } +# sp-keyring = { path = "../polkadot-sdk/substrate/primitives/keyring" } +# sp-version = { path = "../polkadot-sdk/substrate/primitives/version" } +# sp-version-proc-macro = { path = "../polkadot-sdk/substrate/primitives/version/proc-macro" } +# sp-weights = { path = "../polkadot-sdk/substrate/primitives/weights" } +# sp-core = { path = "../polkadot-sdk/substrate/primitives/core" } +# sp-maybe-compressed-blob = { path = "../polkadot-sdk/substrate/primitives/maybe-compressed-blob" } +# extrinsic-shuffler = { path = "../polkadot-sdk/substrate/primitives/shuffler" } +# sp-panic-handler = { path = "../polkadot-sdk/substrate/primitives/panic-handler" } +# sp-inherents = { path = "../polkadot-sdk/substrate/primitives/inherents" } +# sp-transaction-storage-proof = { path = "../polkadot-sdk/substrate/primitives/transaction-storage-proof" } +# sp-runtime = { path = "../polkadot-sdk/substrate/primitives/runtime" } +# sp-io = { path = "../polkadot-sdk/substrate/primitives/io" } +# sp-database = { path = "../polkadot-sdk/substrate/primitives/database" } +# sp-debug-derive = { path = "../polkadot-sdk/substrate/primitives/debug-derive" } +# sp-staking = { path = "../polkadot-sdk/substrate/primitives/staking" } +# sp-rpc = { path = "../polkadot-sdk/substrate/primitives/rpc" } +# sp-offchain = { path = "../polkadot-sdk/substrate/primitives/offchain" } +# sp-statement-store = { path = "../polkadot-sdk/substrate/primitives/statement-store" } +# sp-externalities = { path = "../polkadot-sdk/substrate/primitives/externalities" } +# sp-genesis-builder = { path = "../polkadot-sdk/substrate/primitives/genesis-builder" } +# sc-allocator = { path = "../polkadot-sdk/substrate/client/allocator" } +# sc-rpc-spec-v2 = { path = "../polkadot-sdk/substrate/client/rpc-spec-v2" } +# sc-utils = { path = "../polkadot-sdk/substrate/client/utils" } +# sc-informant = { path = "../polkadot-sdk/substrate/client/informant" } +# sc-basic-authorship-ver = { path = "../polkadot-sdk/substrate/client/basic-authorship-ver" } +# sc-tracing = { path = "../polkadot-sdk/substrate/client/tracing" } +# sc-tracing-proc-macro = { path = "../polkadot-sdk/substrate/client/tracing/proc-macro" } +# sc-mixnet = { path = "../polkadot-sdk/substrate/client/mixnet" } +# sc-state-db = { path = "../polkadot-sdk/substrate/client/state-db" } +# sc-executor = { path = "../polkadot-sdk/substrate/client/executor" } +# sc-executor-polkavm = { path = "../polkadot-sdk/substrate/client/executor/polkavm" } +# sc-executor-wasmtime = { path = "../polkadot-sdk/substrate/client/executor/wasmtime" } +# sc-executor-common = { path = "../polkadot-sdk/substrate/client/executor/common" } +# sc-block-builder = { path = "../polkadot-sdk/substrate/client/block-builder" } +# sc-telemetry = { path = "../polkadot-sdk/substrate/client/telemetry" } +# sc-consensus = { path = "../polkadot-sdk/substrate/client/consensus/common" } +# sc-consensus-aura = { path = "../polkadot-sdk/substrate/client/consensus/aura" } +# sc-consensus-slots = { path = "../polkadot-sdk/substrate/client/consensus/slots" } +# sc-consensus-grandpa = { path = "../polkadot-sdk/substrate/client/consensus/grandpa" } +# sc-keystore = { path = "../polkadot-sdk/substrate/client/keystore" } +# sc-block-builder-ver = { path = "../polkadot-sdk/substrate/client/block-builder-ver" } +# sc-proposer-metrics = { path = "../polkadot-sdk/substrate/client/proposer-metrics" } +# sc-transaction-pool = { path = "../polkadot-sdk/substrate/client/transaction-pool" } +# sc-transaction-pool-api = { path = "../polkadot-sdk/substrate/client/transaction-pool/api" } +# sc-network = { path = "../polkadot-sdk/substrate/client/network" } +# sc-network-common = { path = "../polkadot-sdk/substrate/client/network/common" } +# sc-network-bitswap = { path = "../polkadot-sdk/substrate/client/network/bitswap" } +# sc-network-sync = { path = "../polkadot-sdk/substrate/client/network/sync" } +# sc-network-light = { path = "../polkadot-sdk/substrate/client/network/light" } +# sc-network-transactions = { path = "../polkadot-sdk/substrate/client/network/transactions" } +# sc-client-api = { path = "../polkadot-sdk/substrate/client/api" } +# sc-network-gossip = { path = "../polkadot-sdk/substrate/client/network-gossip" } +# sc-chain-spec = { path = "../polkadot-sdk/substrate/client/chain-spec" } +# sc-chain-spec-derive = { path = "../polkadot-sdk/substrate/client/chain-spec/derive" } +# sc-rpc-api = { path = "../polkadot-sdk/substrate/client/rpc-api" } +# sc-cli = { path = "../polkadot-sdk/substrate/client/cli" } +# sc-service = { path = "../polkadot-sdk/substrate/client/service" } +# sc-rpc-server = { path = "../polkadot-sdk/substrate/client/rpc-servers" } +# sc-sysinfo = { path = "../polkadot-sdk/substrate/client/sysinfo" } +# sc-client-db = { path = "../polkadot-sdk/substrate/client/db" } +# sc-rpc = { path = "../polkadot-sdk/substrate/client/rpc" } +# sc-offchain = { path = "../polkadot-sdk/substrate/client/offchain" } + +# # patch generated by './scripts/dev_manifest.sh ../open-runtime-module-library/' +# [patch."https://github.com/gasp-xyz/open-runtime-module-library"] +# orml-tokens = { path = "../open-runtime-module-library/tokens" } +# orml-asset-registry = { path = "../open-runtime-module-library/asset-registry" } +# orml-traits = { path = "../open-runtime-module-library/traits" } +# orml-utilities = { path = "../open-runtime-module-library/utilities" } + diff --git a/rollup/node/src/chain_spec.rs b/rollup/node/src/chain_spec.rs index 4b6d36760..bd1e518c7 100644 --- a/rollup/node/src/chain_spec.rs +++ b/rollup/node/src/chain_spec.rs @@ -104,6 +104,7 @@ pub fn rollup_local_config( properties.insert("tokenDecimals".into(), 18u32.into()); properties.insert("ss58Format".into(), 42u32.into()); properties.insert("isEthereum".into(), true.into()); + // This is quite useless here :/ properties.insert( "chainGenesisSalt".into(), array_bytes::bytes2hex("0x", chain_genesis_salt_arr).into(), @@ -141,6 +142,8 @@ pub fn rollup_local_config( .collect::>(); rollup_genesis( + // chain genesis salt + H256::from(chain_genesis_salt_arr), // initial collators. vec![ ( @@ -240,6 +243,7 @@ pub fn rollup_local_config( /// Configure initial storage state for FRAME modules. fn rollup_genesis( + chain_genesis_salt: H256, initial_authorities: Vec<(AccountId, (AuraId, GrandpaId))>, root_key: AccountId, tokens_endowment: Vec<(u32, u128, AccountId)>, @@ -257,7 +261,7 @@ fn rollup_genesis( let initial_sequencers_stake = 10_000_000_u128; rollup_runtime::RuntimeGenesisConfig { - system: rollup_runtime::SystemConfig { ..Default::default() }, + system: rollup_runtime::SystemConfig { chain_genesis_salt: chain_genesis_salt, ..Default::default() }, tokens: rollup_runtime::TokensConfig { tokens_endowment: tokens_endowment .iter()