Skip to content

Commit

Permalink
test(prt-rollups): add blockchain-reader test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Dec 21, 2024
1 parent db8fa84 commit e3e151f
Show file tree
Hide file tree
Showing 11 changed files with 369 additions and 38 deletions.
11 changes: 11 additions & 0 deletions cartesi-rollups/node/blockchain-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ log = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
num-traits = { workspace = true }

[dev-dependencies]
alloy = { workspace = true, features = ["node-bindings"] }
cartesi-dave-merkle = { workspace = true }
cartesi-prt-core = { workspace = true }
cartesi-prt-contracts = { path = "../../../prt/contract-bindings" }

clap = { workspace = true }
clap_derive = { workspace = true }
rusqlite = { version = "0.31.0", features = ["bundled"] }
rusqlite_migration = "1.2.0"
Loading

0 comments on commit e3e151f

Please sign in to comment.