-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #361: Test that the coordinator broadcasts spend txs
5075f23 Lower the number of stks/mans in test_spend_threshold (Daniela Brozzoni) b8b90a8 Test that the coordinator broadcasts spend txs (Daniela Brozzoni) 30e3e08 Update to latest coordinatord (Daniela Brozzoni) Pull request description: Needs revault/coordinatord#46 ACKs for top commit: darosior: utACK 5075f23 Tree-SHA512: 7c8382b489dd51fb2090a3d82c300fdc35beae08b907b6a1c2b138c709576a1c989bf071f30605cc652e5e627b9ac7fab059ce90f5a2ec08bc514789bbe78992
- Loading branch information
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
Submodule coordinatord
updated
12 files
+123 −126 | Cargo.lock | |
+5 −2 | Cargo.toml | |
+2 −2 | fuzz/Cargo.toml | |
+14 −3 | src/bin/coordinatord.rs | |
+191 −0 | src/bitcoind.rs | |
+35 −1 | src/config.rs | |
+4 −1 | src/coordinatord.rs | |
+60 −15 | src/db/mod.rs | |
+4 −2 | src/db/schema.rs | |
+2 −0 | src/lib.rs | |
+17 −0 | src/processing.rs | |
+43 −0 | src/spend_broadcaster.rs |
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