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 18, 2024
1 parent a434373 commit 02fa90d
Show file tree
Hide file tree
Showing 11 changed files with 376 additions and 38 deletions.
10 changes: 10 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,13 @@ log = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
num-traits = { workspace = true }

[dev-dependencies]
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 02fa90d

Please sign in to comment.