Skip to content

Commit c46a759

Browse files
authored
Migraion/0.8.2 refact migration (#428)
* feat: multiblock migration for file-bank and sminer * fix: fix try-runtime error * style: update runtime crate version
1 parent 49e240f commit c46a759

18 files changed

+1288
-1164
lines changed

Cargo.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ hex-literal = "0.4.1"
333333
humantime = "2.1.0"
334334
h2 = { version = "0.4" }
335335
im = { version = "15", default-features = false }
336+
impl-trait-for-tuples = { version = "0.2.2" }
336337
impl-serde = "0.5.0"
337338
insta = "1"
338339
itertools = { version = "0.13", default-features = false }

pallets/file-bank/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ serde_json = { workspace = true, features = ['alloc'] }
1818
log = { workspace = true }
1919
rand_chacha = { workspace = true, optional = true }
2020
hex = { workspace = true }
21+
impl-trait-for-tuples = { workspace = true }
2122

2223
sp-io = { workspace = true }
2324
sp-std = { workspace = true }
@@ -87,4 +88,4 @@ runtime-benchmarks = [
8788
"pallet-grandpa/runtime-benchmarks",
8889
"rand_chacha",
8990
]
90-
try-runtime = [ "frame-support/try-runtime" ]
91+
try-runtime = [ "frame-support/try-runtime" ]

0 commit comments

Comments
 (0)