Skip to content

Commit

Permalink
Merge #20: Merge signatures exchange in a single message
Browse files Browse the repository at this point in the history
c1f44de poller: panic, don't error on invalid signatures (Antoine Poinsot)
4a38d3d listener: merge the revocation signatures in a single message (Antoine Poinsot)

Pull request description:

  This implements revault/practical-revault#115.
  Needs revault/revault_net#78 upstream.

ACKs for top commit:
  darosior:
    ACK c1f44de -- tested using `revaultd`'s test suite.

Tree-SHA512: 03ede169ce96c1b0ae6e26e43ca6ec88683c0a60951eb5523c7e7f28c970d4ae12aa57dd205334d6f294bf2d996dfb5e5b50c9602b8c4f7cbf981f6589b6bed9
  • Loading branch information
darosior committed Jan 24, 2022
2 parents 199c001 + c1f44de commit b4733b5
Show file tree
Hide file tree
Showing 8 changed files with 402 additions and 619 deletions.
12 changes: 6 additions & 6 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 @@ -5,8 +5,8 @@ authors = ["Antoine Poinsot <darosior@protonmail.com>"]
edition = "2018"

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

# Don't reinvent the wheel
dirs = "3.0"
Expand Down
Loading

0 comments on commit b4733b5

Please sign in to comment.