Skip to content

Commit 854e8d9

Browse files
authored
Fix deserialization error: invalid value: string "0x2d79dd80ff729c000" (#34)
* Introduce a custom kitchensink network * fix formatting * Added `--dev` to `substrate-node` arguments. This commit adds the `--dev` argument to the `substrate-node` to allow the chain to keep advancing as time goes own. We have found that if this option is not added then the chain won't advance forward. * fix clippy warning * fix clippy warning
1 parent 2d51778 commit 854e8d9

File tree

3 files changed

+468
-3
lines changed

3 files changed

+468
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/node/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ tokio = { workspace = true }
1717
revive-dt-node-interaction = { workspace = true }
1818
revive-dt-config = { workspace = true }
1919

20+
serde = { workspace = true }
2021
serde_json = { workspace = true }
2122

2223
sp-core = { workspace = true }
2324
sp-runtime = { workspace = true }
2425

2526
[dev-dependencies]
2627
temp-dir = { workspace = true }
28+
tokio = { workspace = true }

0 commit comments

Comments
 (0)