From 2b11c026b2bdc3a726f85a018e7b5919873cc39c Mon Sep 17 00:00:00 2001 From: Mateusz Nowakowski Date: Wed, 15 Sep 2021 10:50:14 +0200 Subject: [PATCH] bump mangata-dev version --- Cargo.lock | 244 +++++++++++++++++++++++++---------------------------- 1 file changed, 116 insertions(+), 128 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 326487c907..f3fdc88cf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "extrinsic-info-runtime-api" version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "futures 0.3.5", @@ -1272,13 +1272,12 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "0.8.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "extrinsic-info-runtime-api", "log", "pallet-random-seed", - "random-seed-runtime-api", "sp-api", "sp-block-builder", "sp-core", @@ -1400,7 +1399,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", ] @@ -1408,7 +1407,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -1426,7 +1425,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1444,7 +1443,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "extrinsic-shuffler", "frame-support", @@ -1463,7 +1462,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "serde", @@ -1474,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "bitmask", "frame-metadata", @@ -1499,7 +1498,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support-procedural-tools", "proc-macro2", @@ -1510,7 +1509,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1522,7 +1521,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "proc-macro2", "quote", @@ -1532,7 +1531,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1548,7 +1547,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-benchmarking", "frame-support", @@ -1562,7 +1561,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-api", @@ -3224,7 +3223,6 @@ dependencies = [ "pallet-verifier", "pallet-xyk", "parity-scale-codec", - "random-seed-runtime-api", "serde", "sp-api", "sp-block-builder", @@ -3718,7 +3716,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3734,7 +3732,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3749,7 +3747,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-benchmarking", "frame-support", @@ -3774,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-benchmarking", "frame-support", @@ -3811,7 +3809,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3826,7 +3824,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3853,7 +3851,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3869,7 +3867,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-benchmarking", "frame-support", @@ -3891,7 +3889,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3906,7 +3904,7 @@ dependencies = [ [[package]] name = "pallet-random-seed" version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3923,7 +3921,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -3936,7 +3934,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -4001,7 +3999,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -4029,7 +4027,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-benchmarking", "frame-support", @@ -4048,7 +4046,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -4065,7 +4063,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4083,7 +4081,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "parity-scale-codec", @@ -4096,7 +4094,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "frame-support", "frame-system", @@ -4887,15 +4885,6 @@ dependencies = [ "rand_core 0.3.1", ] -[[package]] -name = "random-seed-runtime-api" -version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" -dependencies = [ - "pallet-random-seed", - "sp-api", -] - [[package]] name = "raw-cpuid" version = "7.0.3" @@ -5207,7 +5196,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "bytes 0.5.6", "derive_more", @@ -5235,7 +5224,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "extrinsic-info-runtime-api", "futures 0.3.5", @@ -5261,7 +5250,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "extrinsic-info-runtime-api", "extrinsic-shuffler", @@ -5286,7 +5275,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -5303,7 +5292,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5314,7 +5303,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5363,7 +5352,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "fnv", @@ -5399,7 +5388,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "blake2-rfc", "hash-db", @@ -5429,7 +5418,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5440,7 +5429,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "extrinsic-shuffler", @@ -5457,7 +5446,6 @@ dependencies = [ "parking_lot 0.10.2", "pdqselect", "rand 0.7.3", - "random-seed-runtime-api", "retain_mut", "sc-client-api", "sc-consensus-epochs", @@ -5488,7 +5476,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5501,7 +5489,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5524,7 +5512,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "sc-client-api", @@ -5538,7 +5526,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "lazy_static", @@ -5566,7 +5554,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "log", @@ -5583,7 +5571,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "parity-scale-codec", @@ -5598,7 +5586,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "parity-scale-codec", @@ -5616,7 +5604,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "finality-grandpa", @@ -5653,7 +5641,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -5671,7 +5659,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "hex", @@ -5687,7 +5675,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "hash-db", "lazy_static", @@ -5706,7 +5694,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "async-std", "async-trait", @@ -5760,7 +5748,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5775,7 +5763,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "bytes 0.5.6", "fnv", @@ -5802,7 +5790,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "libp2p", @@ -5815,7 +5803,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5824,7 +5812,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "hash-db", @@ -5856,7 +5844,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "futures 0.3.5", @@ -5880,7 +5868,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -5898,7 +5886,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "directories", @@ -5913,12 +5901,12 @@ dependencies = [ "jsonrpc-pubsub", "lazy_static", "log", + "pallet-random-seed", "parity-scale-codec", "parity-util-mem", "parking_lot 0.10.2", "pin-project", "rand 0.7.3", - "random-seed-runtime-api", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -5963,7 +5951,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "parity-scale-codec", @@ -5977,7 +5965,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5998,7 +5986,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "erased-serde", "log", @@ -6017,7 +6005,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "futures 0.3.5", @@ -6038,7 +6026,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "futures 0.3.5", @@ -6443,7 +6431,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "log", @@ -6455,7 +6443,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "hash-db", "parity-scale-codec", @@ -6470,7 +6458,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6482,7 +6470,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "serde", @@ -6494,7 +6482,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "integer-sqrt", "num-traits", @@ -6507,7 +6495,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-api", @@ -6519,7 +6507,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6530,7 +6518,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-api", @@ -6542,7 +6530,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "log", @@ -6559,7 +6547,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "serde", "serde_json", @@ -6568,7 +6556,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "futures 0.3.5", @@ -6594,7 +6582,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "merlin", "parity-scale-codec", @@ -6613,7 +6601,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -6622,7 +6610,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6634,7 +6622,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "base58", "blake2-rfc", @@ -6678,7 +6666,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -6687,7 +6675,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "proc-macro2", "quote", @@ -6697,7 +6685,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "environmental", "parity-scale-codec", @@ -6708,7 +6696,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "finality-grandpa", "log", @@ -6724,7 +6712,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6734,7 +6722,7 @@ dependencies = [ [[package]] name = "sp-ignore-tx" version = "2.0.0" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "parity-scale-codec", @@ -6746,7 +6734,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "parity-scale-codec", @@ -6758,7 +6746,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "hash-db", @@ -6781,7 +6769,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "lazy_static", "sp-core", @@ -6792,7 +6780,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "serde", @@ -6804,7 +6792,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6815,7 +6803,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "sp-api", "sp-core", @@ -6825,7 +6813,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "backtrace", "log", @@ -6834,7 +6822,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "serde", "sp-core", @@ -6843,7 +6831,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "either", "hash256-std-hasher", @@ -6865,7 +6853,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "primitive-types", @@ -6881,7 +6869,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "Inflector", "proc-macro-crate", @@ -6893,7 +6881,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "serde", "serde_json", @@ -6902,7 +6890,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-api", @@ -6915,7 +6903,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -6925,7 +6913,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "hash-db", "log", @@ -6946,12 +6934,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" [[package]] name = "sp-storage" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6964,7 +6952,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6978,7 +6966,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "log", "parity-scale-codec", @@ -6991,7 +6979,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "derive_more", "futures 0.3.5", @@ -7006,7 +6994,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "hash-db", "memory-db", @@ -7020,7 +7008,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "futures-core", @@ -7032,7 +7020,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "impl-serde", "parity-scale-codec", @@ -7044,7 +7032,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7207,7 +7195,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "async-std", "derive_more", @@ -7221,7 +7209,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -7231,7 +7219,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.1" -source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#6b0e3729b608e9c92710a28b9d46d1450b203656" +source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#4178681edea11768b888855a9aea3c0597b41969" dependencies = [ "proc-macro-crate", "quote",