Skip to content

Commit

Permalink
chore(deps): bump bitcoin to 0.32.5 (#499)
Browse files Browse the repository at this point in the history
* chore(deps): bump bitcoin to 0.32.5

Signed-off-by: Jose Storopoli <[email protected]>

* chore(strata-client): migrate Testnet3 to Testnet4

Signed-off-by: Jose Storopoli <[email protected]>

---------

Signed-off-by: Jose Storopoli <[email protected]>
  • Loading branch information
storopoli authored Nov 30, 2024
1 parent f81dc17 commit 637ea0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ argh = "0.1"
async-trait = "0.1.80"
base64 = "0.22.1"
bincode = "1.3"
bitcoin = { version = "=0.32.3", features = ["serde"] }
bitcoin = { version = "=0.32.5", features = ["serde"] }
bitcoind = { version = "0.36.0", features = ["26_0"] }
borsh = { version = "1.5.0", features = ["derive"] }
bytes = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/strata-client/src/extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub(super) async fn extract_deposit_requests<L1DB: L1Database>(

let network_params = match network {
Network::Bitcoin => Params::MAINNET,
Network::Testnet => Params::TESTNET,
Network::Testnet => Params::TESTNET4,
Network::Signet => Params::SIGNET,
Network::Regtest => Params::REGTEST,
_ => unimplemented!("{} network not handled", network),
Expand Down

0 comments on commit 637ea0d

Please sign in to comment.