Alekos Filini
|
7c06f52a07
|
[wallet] Store the block height and timestamp after syncing
Closes #455
|
2021-11-10 12:30:02 +01:00 |
|
Riccardo Casatta
|
aa075f0b2f
|
fix after merge changing borrow of tx in broadcast
|
2021-11-09 15:37:18 +01:00 |
|
Riccardo Casatta
|
b2d7412d6d
|
add test for add_data
|
2021-11-09 15:36:42 +01:00 |
|
Steve Myers
|
7f91bcdf1a
|
Merge commit 'refs/pull/453/head' of github.com:bitcoindevkit/bdk
|
2021-11-03 13:51:59 -07:00 |
|
Steve Myers
|
ee8b992f8b
|
Update dev-dependencies electrsd to 0.12
|
2021-10-27 13:42:01 -07:00 |
|
Mariusz Klochowicz
|
3d8efbf8bf
|
Borrow instead of moving transaction when broadcasting
There's no need to take ownership of the transaction for a broadcast.
|
2021-10-27 21:51:55 +10:30 |
|
Steve Myers
|
ea56a87b4b
|
Change dependencies bitcoincore-rpc to core-rpc, update bitcoin to ^0.27 and miniscript to ^6.0
|
2021-08-17 22:52:17 +02:00 |
|
Riccardo Casatta
|
f57c0ca98e
|
in tests enable daemons logging if log level is Debug
|
2021-08-03 12:15:16 +02:00 |
|
Riccardo Casatta
|
ad69702aa3
|
Update electrsd dep
|
2021-07-26 17:09:00 +02:00 |
|
Riccardo Casatta
|
a6be470fe4
|
use electrsd with feature to download the binary
|
2021-06-29 11:34:58 +02:00 |
|
Riccardo Casatta
|
8e41c4587d
|
use bitcoind with feature to download the binary
|
2021-06-29 11:34:56 +02:00 |
|
Riccardo Casatta
|
2ecae348ea
|
use cfg! instead of #[cfg] and use semver
|
2021-06-29 11:34:54 +02:00 |
|
Riccardo Casatta
|
f4ecfa0d49
|
Remove container and test blockchains downloading backends executables
|
2021-06-29 11:34:48 +02:00 |
|
Riccardo Casatta
|
696647b893
|
trigger electrs when polling
|
2021-06-29 11:32:30 +02:00 |
|
Riccardo Casatta
|
18dcda844f
|
remove serial_test
|
2021-06-29 11:32:28 +02:00 |
|
Riccardo Casatta
|
6394c3e209
|
use bitcoind and electrsd crate to launch daemons
|
2021-06-29 11:32:26 +02:00 |
|
Alekos Filini
|
4498e0f7f8
|
[testutils] Allow the generated blockchain tests to access test_client
|
2021-06-29 11:32:20 +02:00 |
|
Riccardo Casatta
|
0bbfa5f989
|
make fee in TransactionDetails Option, add confirmation_time field as Option
confirmation_time contains both a block height and block timestamp and is
Some only for confirmed transaction
|
2021-06-14 15:29:24 +02:00 |
|
Riccardo Casatta
|
e1b037a921
|
change feature to execute sync from rpc to test-rpc
|
2021-06-03 10:56:01 +02:00 |
|
Riccardo Casatta
|
bfef2e3cfe
|
Implements RPC Backend
|
2021-06-03 10:55:58 +02:00 |
|
Paul Miller
|
6b60914ca1
|
return AddressInfo from get_address
|
2021-05-27 17:11:16 -04:00 |
|
LLFourn
|
ea8488b2a7
|
Initialize env_logger at start of blockchain tests
|
2021-05-21 13:21:59 +10:00 |
|
LLFourn
|
38b0470b14
|
Move blockchain related stuff to blockchain_tests
|
2021-05-19 16:45:48 +10:00 |
|
LLFourn
|
d60c5003bf
|
Merge testutils crate into the main crate
This avoids having to keep the apis in sync between the macros and the
main project.
|
2021-05-19 16:45:48 +10:00 |
|