forked from zingolabs/zebra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: allow crater runs (ZcashFoundation#8171)
* chore(dev-deps): always specify the version for dev-dependencies * test(tower-batch-control): remove zebra-consensus dev dependency Copies the Ed25519Verifier code directly to tower-batch-control tests * test(zebra-consensus): update ed25519 verifier tests with ones from batch-control * test(zebra-consensus): restore previous timeout values The timeouts copied from tower-batch-control seems too low and there must have been a reasoning why were they introduced * chore: update dev-deps versions to beta.33 * chore(tower-batch-control): remove dev-dependency on metrics * chore(tower-batch-control): remove zebra-chain dev-dependency * Update zebra-scan/Cargo.toml * bump all versions to match current release * fix missed commas in version bumps --------- Co-authored-by: Arya <[email protected]> Co-authored-by: Alfredo Garcia <[email protected]> Co-authored-by: Pili Guerra <[email protected]>
- Loading branch information
Showing
12 changed files
with
259 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4702,7 +4702,6 @@ dependencies = [ | |
"tower-test", | ||
"tracing", | ||
"tracing-futures", | ||
"zebra-consensus", | ||
"zebra-test", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[package] | ||
name = "tower-batch-control" | ||
version = "0.2.41-beta.10" | ||
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"] | ||
authors = [ | ||
"Zcash Foundation <[email protected]>", | ||
"Tower Maintainers <[email protected]>", | ||
] | ||
description = "Tower middleware for batch request processing" | ||
# # Legal | ||
# | ||
|
@@ -43,8 +46,7 @@ rand = "0.8.5" | |
|
||
tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } | ||
tokio-test = "0.4.3" | ||
tower-fallback = { path = "../tower-fallback/" } | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.10" } | ||
tower-test = "0.4.0" | ||
|
||
zebra-consensus = { path = "../zebra-consensus/" } | ||
zebra-test = { path = "../zebra-test/" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.34" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.