Skip to content

Commit

Permalink
Merge #26: Release 0.0.2
Browse files Browse the repository at this point in the history
4f09382 Cargo: Version bump (Antoine Poinsot)
a4f0c23 Update revault_tx and revault_net (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    ACK 4f09382

Tree-SHA512: 4f5526e18a30298fad6444d3867ddd9eb7ac797d6de2dd4bd65ffbdee5023218b3502c3b839e86c41d1c3f0bfa58d9908d267e91681f5fc7e115b4a10ae2234d
  • Loading branch information
darosior committed Aug 13, 2021
2 parents 50aef15 + 4f09382 commit ed0c9a5
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 99 deletions.
137 changes: 92 additions & 45 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosignerd"
version = "0.0.1"
version = "0.0.2"
authors = ["JSwambo <[email protected]>", "Antoine Poinsot <[email protected]>"]
edition = "2018"

Expand All @@ -22,14 +22,14 @@ libc = "0.2"
rusqlite = { version = "0.24.2", features = ["bundled"] }

# Revault-specific libraries
revault_tx = { version = "0.2", features = ["use-serde"] }
revault_net = { git = "https://github.com/revault/revault_net" }
revault_tx = { version = "0.3", features = ["use-serde"] }
revault_net = "0.1"

# For fuzz testing
bitcoin = {version = "0.26.0", features = ["rand"], optional = true}
bitcoin = {version = "0.27", features = ["rand"], optional = true}

[features]
fuzztesting = ["bitcoin"]

[dev-dependencies]
bitcoin = {version = "0.26.0", features = ["rand"]}
bitcoin = {version = "0.27", features = ["rand"]}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ The anti-replay oracle used under the [Revault architecture](https://github.com/

## Usage

`cosignerd` must be used along with `revaultd`. Check `revaultd's` [tutorial](https://github.com/revault/revaultd/tree/master/doc/USAGE.md) to get started!
`cosignerd` must be used along with `revaultd` as part of a Revault deployment.
If you are looking for trying out Revault, check out the [`aquarium`](https://github.com/revault/aquarium)
(a script putting all the Revault parts together on a regtest network).

## Testing

Expand Down
Loading

0 comments on commit ed0c9a5

Please sign in to comment.