File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bdk-reserves"
3- version = " 0.27.1 "
3+ version = " 0.28.0 "
44authors = [
" Richard Ulrich <[email protected] >" ]
55edition = " 2018"
66description = " Proof of reserves for bitcoin dev kit"
@@ -10,13 +10,13 @@ license = "MIT OR Apache-2.0"
1010repository = " https://github.com/bitcoindevkit/bdk-reserves"
1111
1212[dependencies ]
13- bdk = { version = " 0.27.1 " , default-features = false }
13+ bdk = { version = " 0.28 " , default-features = false }
1414bitcoinconsensus = " 0.19.0-3"
1515log = " ^0.4"
1616
1717[dev-dependencies ]
1818rstest = " ^0.11"
1919bdk-testutils = " ^0.4"
20- bdk = { version = " 0.27.1 " , default-features = true }
21- electrsd = { version = " 0.21 " , features = [" bitcoind_22_0" , " electrs_0_9_1" ] }
22- base64 = " ^0.13 "
20+ bdk = { version = " 0.28 " , default-features = true }
21+ electrsd = { version = " 0.23 " , features = [" bitcoind_22_0" , " electrs_0_9_1" ] }
22+ base64 = " <1.6.0 "
Original file line number Diff line number Diff line change 11use bdk:: blockchain:: { electrum:: ElectrumBlockchain , Blockchain } ;
22use bdk:: database:: memory:: MemoryDatabase ;
33use bdk:: electrum_client:: Client ;
4- use bdk:: electrum_client:: ElectrumApi ;
54use bdk:: wallet:: { AddressIndex , SyncOptions , Wallet } ;
65use bdk:: SignOptions ;
76use electrsd:: bitcoind:: bitcoincore_rpc:: { bitcoin:: Address , RpcApi } ;
87use electrsd:: bitcoind:: BitcoinD ;
8+ use electrsd:: electrum_client:: ElectrumApi ;
99use electrsd:: ElectrsD ;
1010use std:: str:: FromStr ;
1111use std:: time:: Duration ;
@@ -93,7 +93,7 @@ impl RegTestEnv {
9393 let old_height = self
9494 . electrsd
9595 . client
96- . block_headers_subscribe ( )
96+ . block_headers_subscribe_raw ( )
9797 . unwrap ( )
9898 . height ;
9999
You can’t perform that action at this time.
0 commit comments