Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 16, 2024
1 parent f13ca39 commit 68d324b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 138 deletions.
164 changes: 33 additions & 131 deletions Cargo.lock

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

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.5.1"
strict_encoding = "2.7.0"
strict_types = "2.7.0"
amplify = "4.6.0"
strict_encoding = "2.7.0-beta.1"
strict_types = "2.7.0-beta.1"
commit_verify = "0.11.0-beta.3"
single_use_seals = "0.11.0-beta.3"
bp-consensus = { version = "0.11.0-beta.3", path = "consensus" }
Expand Down Expand Up @@ -91,6 +91,4 @@ wasm-bindgen-test = "0.3"
features = [ "all" ]

[patch.crates-io]
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "refactor/io" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "refactor/io" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.11" }
2 changes: 1 addition & 1 deletion consensus/src/stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub const LIB_ID_BITCOIN: &str =
pub const LIB_ID_BP_TX: &str =
"urn:ubideco:stl:HX2UBak8vPsTokug1DGMDvTpzns3xUdwZ7QJdyt4qBA9#speed-atlanta-trilogy";
pub const LIB_ID_BP_CONSENSUS: &str =
"urn:ubideco:stl:5sEWBARVLN53k9Q4vf8JLPgSxcfUgrxfYYWF8B42vL2q#gamma-quebec-talent";
"urn:ubideco:stl:7rhLkuvqTy2PpvD2zTFT4veffXutWDxjNgJbFAjU8cUC#join-object-wonder";

#[deprecated(since = "0.10.8", note = "use _bp_tx_stl instead")]
fn _bitcoin_stl() -> Result<TypeLib, CompileError> { _bp_tx_stl() }
Expand Down
2 changes: 1 addition & 1 deletion src/stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use strict_types::{CompileError, LibBuilder, TypeLib};
/// Strict types id for the library providing data types from [`dbc`] and
/// [`seals`] crates.
pub const LIB_ID_BPCORE: &str =
"urn:ubideco:stl:698cwwfCJw4pzQicV8jBaQJ2rLLphub4qJGYbMndqC2C#bless-rebel-panic";
"urn:ubideco:stl:c8Tnib31q1p7szyPukEGDoQzJQ5qJwPCn5uZCHUXzB9#cupid-metro-warning";

fn _bp_core_stl() -> Result<TypeLib, CompileError> {
LibBuilder::new(libname!(LIB_NAME_BPCORE), tiny_bset! {
Expand Down

0 comments on commit 68d324b

Please sign in to comment.