Skip to content

Commit

Permalink
integrated zcash local net test fixtures into zaino tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Nov 2, 2024
1 parent 22f9245 commit 5f112f9
Show file tree
Hide file tree
Showing 7 changed files with 521 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[profile.default]
fail-fast = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/db
/test_binaries/bins/*
/integration-tests/chain_cache/
25 changes: 25 additions & 0 deletions Cargo.lock

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

15 changes: 14 additions & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,21 @@ repository = { workspace = true }
nym_poc = []

[dependencies]
# Test utility
zaino-testutils = { path = "../zaino-testutils" }

# Test fixtures
zcash_local_net = { git = "https://github.com/Oscar-Pepper/zcash-local-net.git", branch = "add_get_block_range_reverse_test", features = [ "test_fixtures" ] }
# zcash_local_net = { git = "https://github.com/zingolabs/zcash-local-net.git", branch = "dev", features = [ "test_fixtures" ] }

# Lightclient
zingolib = { workspace = true }

# Miscellaneous Workspace
# Runtime
tokio = { workspace = true }

# Logging
tracing-subscriber = "0.3.15"

# Lazy
once_cell = "1.20.2"
Loading

0 comments on commit 5f112f9

Please sign in to comment.