Skip to content

Commit

Permalink
Merge #29: Release 0.3
Browse files Browse the repository at this point in the history
56ed951 Release 0.3 (Antoine Poinsot)
22ce137 db: schema: remove newline to quiet build warning (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    self-ACK 56ed951

Tree-SHA512: 9751e61f66e150c76f62b716e217bd21d51a3326e031d0f6e59b5c61bac89cec853fea2291697817c2a7710142d58d83f5c5f2da864729c0e9b70987b12d20a5
  • Loading branch information
darosior committed Dec 21, 2021
2 parents e41e5ca + 56ed951 commit 507c26d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosignerd"
version = "0.0.2"
version = "0.0.3"
authors = ["JSwambo <jake.t.swambo@hotmail.co.uk>", "Antoine Poinsot <darosior@protonmail.com>"]
edition = "2018"
repository = "https://github.com/revault/revaultd"
Expand Down Expand Up @@ -28,8 +28,8 @@ libc = "0.2"
rusqlite = { version = "0.24.2", features = ["bundled"] }

# Revault-specific libraries
revault_tx = { version = "0.4", features = ["use-serde"] }
revault_net = "0.2"
revault_tx = { version = "0.4.1", features = ["use-serde"] }
revault_net = "0.2.1"

# For fuzz testing
bitcoin = {version = "0.27", features = ["rand"], optional = true}
Expand Down
16 changes: 8 additions & 8 deletions fuzz/Cargo.lock

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

1 change: 0 additions & 1 deletion src/database/schema.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use revault_tx::miniscript::bitcoin::{secp256k1::Signature, OutPoint};

pub const SCHEMA: &str = "\
CREATE TABLE db_params (
version INTEGER NOT NULL
);
Expand Down

0 comments on commit 507c26d

Please sign in to comment.