-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from idky137/bump_safely
Bump safely
- Loading branch information
Showing
51 changed files
with
5,143 additions
and
2,426 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,19 @@ | ||
[package] | ||
name = "integration-tests" | ||
version = "0.1.0" | ||
authors = ["[email protected]"] | ||
edition = "2021" | ||
description = "Crate containing Zingo-Proxy 'Wallet-to-Node' tests." | ||
edition = { workspace = true } | ||
authors = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
|
||
|
||
[features] | ||
nym = [] | ||
# NOTE: Deprecated | ||
nym_poc = [] | ||
|
||
[dependencies] | ||
zingoproxy-testutils = { path = "../zingoproxy-testutils" } | ||
zingo-proxyd = { path = "../zingo-proxyd" } | ||
zingo-rpc = { path = "../zingo-rpc" } | ||
|
||
zcash_client_backend = { workspace = true } | ||
zingo-netutils = { workspace = true } | ||
|
||
# Miscellaneous Workspace | ||
tokio = { workspace = true } | ||
http = { workspace = true } | ||
|
||
# TODO: Change dependency to stable once net-utils merges. | ||
zingolib = { git = "https://github.com/zingolabs/zingolib.git", branch = "nym_integration", features = ["test-features"] } | ||
zingoconfig = { git = "https://github.com/zingolabs/zingolib.git", branch = "nym_integration" } | ||
|
||
zcash_primitives = { git = "https://github.com/zingolabs/librustzcash.git", branch = "nym_integration" } | ||
zcash_address = { git = "https://github.com/zingolabs/librustzcash.git", branch = "nym_integration" } | ||
orchard = "0.8" | ||
shardtree = "0.3" | ||
|
||
json = "0.12.4" | ||
log = "0.4.17" | ||
itertools = "0.10.5" | ||
serde_json = "1.0.117" | ||
hex = "0.4" |
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.