mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Speed up storage iteration from within the runtime (#13479)
* Speed up storage iteration from within the runtime * Move the cached iterator into an `Option` * Use `RefCell` in no_std * Simplify the code slightly * Use `Option::replace` * Update doc comment for `next_storage_key_slow`
This commit is contained in:
@@ -33,7 +33,7 @@ array-bytes = "4.1"
|
||||
pretty_assertions = "1.2.1"
|
||||
rand = "0.8.5"
|
||||
sp-runtime = { version = "7.0.0", path = "../runtime" }
|
||||
trie-db = "0.25.1"
|
||||
trie-db = "0.26.0"
|
||||
assert_matches = "1.5"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user