Skip to content

Commit

Permalink
Migraion/0.8.2 refact migration (#428)
Browse files Browse the repository at this point in the history
* feat: multiblock migration for file-bank and sminer

* fix: fix try-runtime error

* style: update runtime crate version
  • Loading branch information
ytqaljn authored Jan 17, 2025
1 parent 49e240f commit c46a759
Show file tree
Hide file tree
Showing 18 changed files with 1,288 additions and 1,164 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ hex-literal = "0.4.1"
humantime = "2.1.0"
h2 = { version = "0.4" }
im = { version = "15", default-features = false }
impl-trait-for-tuples = { version = "0.2.2" }
impl-serde = "0.5.0"
insta = "1"
itertools = { version = "0.13", default-features = false }
Expand Down
3 changes: 2 additions & 1 deletion pallets/file-bank/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ serde_json = { workspace = true, features = ['alloc'] }
log = { workspace = true }
rand_chacha = { workspace = true, optional = true }
hex = { workspace = true }
impl-trait-for-tuples = { workspace = true }

sp-io = { workspace = true }
sp-std = { workspace = true }
Expand Down Expand Up @@ -87,4 +88,4 @@ runtime-benchmarks = [
"pallet-grandpa/runtime-benchmarks",
"rand_chacha",
]
try-runtime = [ "frame-support/try-runtime" ]
try-runtime = [ "frame-support/try-runtime" ]
Loading

0 comments on commit c46a759

Please sign in to comment.