Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Costa <[email protected]>
  • Loading branch information
neysofu committed Dec 20, 2023
1 parent 6cd2598 commit 5d68a6b
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 40 deletions.
109 changes: 105 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion full-node/sov-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ anyhow = { workspace = true }
borsh = { workspace = true }
hex = { workspace = true }
jsonrpsee = { workspace = true, features = ["client", "server"] }
mini-moka = "0.10"
serde = { workspace = true, features = ["derive"] }
tracing = { workspace = true }
tokio = { workspace = true }
sov-rollup-interface = { path = "../../rollup-interface", version = "0.3" }
sov-modules-api = { path = "../../module-system/sov-modules-api", version = "0.3", features = ["native"] }
sov-state = { path = "../../module-system/sov-state", version = "0.3" }


[dev-dependencies]
tempfile = { workspace = true }
rand = { workspace = true }
Expand Down
Loading

0 comments on commit 5d68a6b

Please sign in to comment.