Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add not_so_dummy CPFP #302

Merged
merged 12 commits into from
Dec 14, 2021
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ path = "src/bin/cli.rs"
bench = []

[dependencies]
revault_tx = { version = "0.4.0", features = ["use-serde"] }
revault_net = { version = "0.2.0" }
revault_tx = { git = "https://github.com/danielabrozzoni/revault_tx/", branch = "2021109_support_cpfp", features = ["use-serde"] }
revault_net = { git = "https://github.com/danielabrozzoni/revault_net/", branch = "revault_tx_update" }

# In order to have a backtrace on panic, because the
# stdlib does not have a programmatic interface yet
Expand Down
5 changes: 3 additions & 2 deletions contrib/tools/mscompiler/Cargo.lock

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

2 changes: 1 addition & 1 deletion contrib/tools/mscompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Antoine Poinsot <darosior@protonmail.com>"]
edition = "2018"

[dependencies]
revault_tx = { git = "https://github.com/revault/revault_tx" }
revault_tx = { git = "https://github.com/danielabrozzoni/revault_tx/", branch = "2021109_support_cpfp", features = ["use-serde"] }
serde_json = "1"
67 changes: 67 additions & 0 deletions contrib/tools/xpub_converter/Cargo.lock

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

Loading