Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
153 changes: 24 additions & 129 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitvmx-client-types"
version = "0.8.1"
version = "0.8.2"
edition = "2021"

[dependencies]
Expand All @@ -13,11 +13,11 @@ thiserror = "2.0.12"
redact = { version = "0.1", features = ["serde", "zeroize"] }
tracing = "0.1.41"

bitvmx-key-manager = { git = "https://github.com/FairgateLabs/rust-bitvmx-key-manager.git", tag = "v0.8.1" }
bitvmx-protocol-builder = { git = "https://github.com/FairgateLabs/rust-bitvmx-protocol-builder.git", tag = "v0.8.1" }
bitcoin-coordinator = { git = "https://github.com/FairgateLabs/rust-bitvmx-bitcoin", branch = "dev" }
bitvmx-wallet = { git = "https://github.com/FairgateLabs/rust-bitvmx-wallet.git", tag = "v0.8.1" }
bitvmx-broker = { git = "https://github.com/FairgateLabs/rust-bitvmx-broker.git", tag = "v0.8.1" }
bitvmx-key-manager = { git = "https://github.com/FairgateLabs/rust-bitvmx-key-manager.git", tag = "v0.8.2" }
bitvmx-protocol-builder = { git = "https://github.com/FairgateLabs/rust-bitvmx-protocol-builder.git", tag = "v0.8.2" }
bitcoin-coordinator = { git = "https://github.com/FairgateLabs/rust-bitvmx-bitcoin", tag = "v0.8.2" }
bitvmx-wallet = { git = "https://github.com/FairgateLabs/rust-bitvmx-wallet.git", tag = "v0.8.2" }
bitvmx-broker = { git = "https://github.com/FairgateLabs/rust-bitvmx-broker.git", tag = "v0.8.2" }

[dev-dependencies]
hex = "0.4.3"
Expand Down
4 changes: 2 additions & 2 deletions mirror.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source_tag = "v0.8.1"
source_tag = "v0.8.2"

[files]
"src/types/shared.rs" = 307
"src/types/shared.rs" = 321
"src/spv_proof.rs" = 501
"src/program/participant.rs" = 726
"src/program/variables/shared.rs" = 178
Expand Down
2 changes: 1 addition & 1 deletion src/program/participant.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// GENERATED FILE - DO NOT EDIT
// Source: rust-bitvmx-client @ v0.8.1
// Source: rust-bitvmx-client @ v0.8.2
// Regenerate with scripts/mirror.py
//! Shared with `rust-bitvmx-client-types` — this file is copied verbatim on release.
//! Node-only code does not belong here; put it in the sibling `mod.rs`.
Expand Down
2 changes: 1 addition & 1 deletion src/program/protocols/union/common/shared.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// GENERATED FILE - DO NOT EDIT
// Source: rust-bitvmx-client @ v0.8.1
// Source: rust-bitvmx-client @ v0.8.2
// Regenerate with scripts/mirror.py
//! Shared with `rust-bitvmx-client-types` — this file is copied verbatim on release.
//! Node-only code does not belong here; put it in the sibling `mod.rs`.
Expand Down
2 changes: 1 addition & 1 deletion src/program/protocols/union/transport.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// GENERATED FILE - DO NOT EDIT
// Source: rust-bitvmx-client @ v0.8.1
// Source: rust-bitvmx-client @ v0.8.2
// Regenerate with scripts/mirror.py
//! Shared with `rust-bitvmx-client-types` — this file is copied verbatim on release.
//! Node-only code does not belong here; put it in the sibling `mod.rs`.
Expand Down
2 changes: 1 addition & 1 deletion src/program/protocols/union/types.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// GENERATED FILE - DO NOT EDIT
// Source: rust-bitvmx-client @ v0.8.1
// Source: rust-bitvmx-client @ v0.8.2
// Regenerate with scripts/mirror.py
//! Shared with `rust-bitvmx-client-types` — this file is copied verbatim on release.
//! Node-only code does not belong here; put it in the sibling `mod.rs`.
Expand Down
2 changes: 1 addition & 1 deletion src/program/variables/shared.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// GENERATED FILE - DO NOT EDIT
// Source: rust-bitvmx-client @ v0.8.1
// Source: rust-bitvmx-client @ v0.8.2
// Regenerate with scripts/mirror.py
//! Shared with `rust-bitvmx-client-types` — this file is copied verbatim on release.
//! Node-only code does not belong here; put it in the sibling `mod.rs`.
Expand Down
2 changes: 1 addition & 1 deletion src/spv_proof.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// GENERATED FILE - DO NOT EDIT
// Source: rust-bitvmx-client @ v0.8.1
// Source: rust-bitvmx-client @ v0.8.2
// Regenerate with scripts/mirror.py
//! Shared with `rust-bitvmx-client-types` — this file is copied verbatim on release.
//! Node-only code does not belong here; put it in the sibling `mod.rs`.
Expand Down
Loading
Loading