mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Allow empty values in the storage (#6364)
* Allow empty values in the storage * Bump trie-bench * Bump trie-bench
This commit is contained in:
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "1.3.0", default-features =
|
||||
frame-executive = { version = "2.0.0-rc3", default-features = false, path = "../../frame/executive" }
|
||||
sp-inherents = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0-rc3", optional = true, path = "../../primitives/keyring" }
|
||||
memory-db = { version = "0.20.0", default-features = false }
|
||||
memory-db = { version = "0.21.0", default-features = false }
|
||||
sp-offchain = { path = "../../primitives/offchain", default-features = false, version = "2.0.0-rc3"}
|
||||
sp-core = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/std" }
|
||||
@@ -39,7 +39,7 @@ pallet-timestamp = { version = "2.0.0-rc3", default-features = false, path = "..
|
||||
sp-finality-grandpa = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
sp-trie = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/transaction-pool" }
|
||||
trie-db = { version = "0.20.1", default-features = false }
|
||||
trie-db = { version = "0.21.0", default-features = false }
|
||||
parity-util-mem = { version = "0.6.1", default-features = false, features = ["primitive-types"] }
|
||||
sc-service = { version = "0.8.0-rc3", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user