mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Upgrade kvdb-*, trie-db and memory-db (#6584)
* Upgrade `kvdb-*`, `trie-db` and `memory-db` The updates of `trie-db` and `memory-db` are important, as they fix the non-deterministic build of Polkadot/Substrate. * Change `trie-db` version * Update test-utils/runtime/Cargo.toml Co-authored-by: Andronik Ordian <write@reusable.software> * Update primitives/trie/Cargo.toml Co-authored-by: Andronik Ordian <write@reusable.software> * Update `Cargo.lock` and `trie-bench` * Fix UI tests * Switch to fixed version of memory-db Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "1.3.1", default-features =
|
||||
frame-executive = { version = "2.0.0-rc4", default-features = false, path = "../../frame/executive" }
|
||||
sp-inherents = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0-rc4", optional = true, path = "../../primitives/keyring" }
|
||||
memory-db = { version = "0.21.0", default-features = false }
|
||||
memory-db = { version = "0.24.0", default-features = false }
|
||||
sp-offchain = { path = "../../primitives/offchain", default-features = false, version = "2.0.0-rc4"}
|
||||
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
|
||||
@@ -39,8 +39,8 @@ pallet-timestamp = { version = "2.0.0-rc4", default-features = false, path = "..
|
||||
sp-finality-grandpa = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
sp-trie = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/transaction-pool" }
|
||||
trie-db = { version = "0.21.0", default-features = false }
|
||||
parity-util-mem = { version = "0.6.1", default-features = false, features = ["primitive-types"] }
|
||||
trie-db = { version = "0.22.0", default-features = false }
|
||||
parity-util-mem = { version = "0.7.0", default-features = false, features = ["primitive-types"] }
|
||||
sc-service = { version = "0.8.0-rc4", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" }
|
||||
|
||||
# 3rd party
|
||||
|
||||
Reference in New Issue
Block a user