James Dorfman
e815e6ad8c
Rename 'bitcoin-cli' -> 'elements-cli' in logging change introduced in the merge of bitcoin/bitcoin#23712 in 4c0504b349
2023-07-24 17:50:33 +00:00
Byron Hambly
87960114d8
Merge 2f26d8ec70 into merged_master (Bitcoin PR bitcoin/bitcoin#23725 )
2023-06-12 12:36:20 +00:00
Byron Hambly
ca596d446a
Merge 529ed33362 into merged_master (Bitcoin PR bitcoin/bitcoin#23715 )
2023-06-06 10:18:36 +00:00
Byron Hambly
4c0504b349
Merge f727d814bd into merged_master (Bitcoin PR bitcoin/bitcoin#23712 )
2023-06-06 09:46:12 +00:00
Byron Hambly
f936d6d2fa
Merge 877f3aa85c into merged_master (Bitcoin PR bitcoin/bitcoin#23686 )
2023-06-02 11:11:36 +00:00
Byron Hambly
bd68371fb6
Merge ffdab41f94 into merged_master (Bitcoin PR bitcoin/bitcoin#23474 )
2023-05-26 10:32:04 +00:00
Byron Hambly
b951f8d198
Merge 8346004ac8 into merged_master (Bitcoin PR bitcoin/bitcoin#23077 )
2023-05-17 12:13:27 +00:00
James Dorfman
0508c357e9
Merge d809d8bf12 into merged_master (Bitcoin PR bitcoin/bitcoin#22959 )
2023-04-21 18:56:41 +00:00
James Dorfman
ae89c4bc51
Merge a5d00d4baf into merged_master (Bitcoin PR bitcoin/bitcoin#22788 )
2023-04-21 04:02:55 +00:00
Byron Hambly
e7704c0b25
Merge 38975eccd4 into merged_master (Bitcoin PR bitcoin/bitcoin#22229 )
2023-04-10 10:17:32 +00:00
Glenn Willen
72a0ba0291
Merge cac38cdd02 into merged_master (Bitcoin PR bitcoin/bitcoin#21832 )
2023-03-21 03:59:44 +00:00
Sebastian Falbesoner
50b044a88e
test: fix test feature_coinstatsindex.py for descriptor wallets
2021-12-09 16:40:35 +01:00
Sebastian Falbesoner
84bc35d7a5
test: feature_rbf.py: check specified wallet type availability
...
The test currently leads to a failure if in general wallet
support is compiled, but the library for the specified type
(BDB/SQLite) is not, i.e. if started with the
`--legacy-wallet` parameter, but bitcoind is compiled
without BDB support.
Fix this by checking if the specified wallet type (BDB for
legacy wallet, SQLite for descriptor wallet) is available.
Also move the helper `is_specified_wallet_compiled()` to the
test framework's class BitcoinTestFramework first, so it can
be reused.
2021-12-08 19:57:43 +01:00
Sebastian Falbesoner
b57bf25cfe
test: interface_bitcoin_cli.py: check specified wallet type availability
...
Currently the test performs the wallet-relevant parts if
_any_ wallet type support is compiled in, independently of
whether the test is run with legacy or descriptor wallet
specified. This leads to a failure if the test is started
with the `--legacy-wallet` parameter, but bitcoind is
compiled without BDB support.
Fix this by checking if the specified wallet type (BDB for
legacy wallet, SQLite for descriptor wallet) is available.
2021-12-08 17:37:25 +01:00
Sebastian Falbesoner
e4fa28a322
test: fix test interface_bitcoin_cli.py for descriptor wallets
2021-12-06 20:13:06 +01:00
MarcoFalke
fac23c2114
scripted-diff: Bump copyright headers
...
The previous diff touched most files in ./test/, so bump the headers to
avoid having to touch them again for a bump later.
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
2021-11-10 11:10:24 +01:00
Vasil Dimov
e6890fcb44
net: don't skip CJDNS from GetNetworksInfo()
2021-11-03 14:58:49 +01:00
klementtan
7c3712fa32
cli: Display all proxies in -getinfo
2021-09-20 18:52:04 +08:00
MarcoFalke
fa0b916971
scripted-diff: Use generate* from TestFramework
...
-BEGIN VERIFY SCRIPT-
sed --regexp-extended -i \
's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \
$(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf')
-END VERIFY SCRIPT-
2021-09-02 10:34:35 +02:00
fanquake
c2a5d560df
test: use f-strings in interface_*.py tests
2021-08-18 12:39:20 +08:00
Andrew Poelstra
a83d2595bc
Merge 6556da77d7 into merged_master (Bitcoin PR bitcoin/bitcoin#21056 )
2021-07-28 02:41:57 +00:00
Klement Tan
a37e29d32f
cli: Implement human readable -getinfo.
2021-07-21 19:27:04 +08:00
Andrew Poelstra
01b1d5f844
Merge c5ee0cc11a into merged_master (Bitcoin PR bitcoin/bitcoin#21989 )
2021-07-19 13:07:08 +00:00
Andrew Poelstra
27eff4ad45
Merge d22e7ee933 into merged_master (Bitcoin PR bitcoin/bitcoin#21822 )
...
Adding an iteration cap to a fuzztest in this PR, not because it
has anything to do with this PR, but because this is where the
merge script happened to be when I was done investigating 100+
minute fuzzer runs.
Added a comment explaining the rationale for the iteration cap.
2021-07-04 23:52:11 +00:00
Andrew Poelstra
bcd5f2207c
Merge a6b1bf6439 into merged_master (Bitcoin PR #20267 )
2021-06-21 02:52:43 +00:00
Christian Decker
b9e76f1bf0
rpc: Add test for -rpcwaittimeout
...
Suggested-by: Jon Atack <@jonatack>
2021-06-03 14:49:15 +02:00
Kiminuo
bfa9309ad6
Use COINBASE_MATURITY constant in functional tests.
2021-05-31 07:32:28 +02:00
klementtan
c5bb142817
test: resolve bug in test/functional/interface_bitcoin_cli.py - Test -getinfo with -rpcwallet=unloaded wallet returns no balances
2021-05-01 17:58:01 +08:00
Andrew Chow
4de23824b0
Setup wallets for interface_bitcoin_cli.py
2021-01-27 12:52:46 -05:00
Andrew Poelstra
62faba7499
Merge 171cd05ae3 into merged_master (Bitcoin PR #20034 )
2020-11-30 05:33:57 +00:00
Andrew Poelstra
532e650b1d
Merge 23d3ae7acc into merged_master (Bitcoin PR #19405 )
2020-11-28 22:56:34 +00:00
Andrew Poelstra
dd30279412
Merge 47a30ef0c6 into merged_master (Bitcoin PR #19133 )
2020-11-26 01:09:10 +00:00
Andrew Poelstra
3b7c182626
Merge 24f7029064 into merged_master (Bitcoin PR #18594 )
2020-11-26 01:08:49 +00:00
Andrew Poelstra
b6af50f657
Merge 5f19155e5b into merged_master (Bitcoin PR #18724 )
2020-11-26 01:08:30 +00:00
Andrew Poelstra
c8bf2c631b
Merge d1aa0ae1ad into merged_master (Bitcoin PR #18712 )
2020-11-26 01:08:29 +00:00
Andrew Poelstra
3d19543983
Merge dc5da7fe7b into merged_master (Bitcoin PR #18691 )
2020-11-26 01:08:25 +00:00
Andrew Poelstra
fd37b7c5d6
Merge 54f812d9d2 into merged_master (Bitcoin PR #18673 )
2020-11-26 01:08:23 +00:00
Andrew Poelstra
fd4ce54b94
Merge 661e8df1b6 into merged_master (Bitcoin PR #18653 )
2020-11-26 01:08:21 +00:00
Andrew Poelstra
f3fc8e9b77
Merge 6ab96ec546 into merged_master (Bitcoin PR #18574 )
2020-11-26 01:08:15 +00:00
Andrew Poelstra
0c0b496469
Merge 5aee0e2163 into merged_master (Bitcoin PR #17650 )
2020-11-14 16:51:53 +00:00
Andrew Poelstra
4cc150cd4a
Merge e1df922132 into merged_master (Bitcoin PR #17497 )
2020-11-09 23:10:12 +00:00
Andrew Poelstra
0239a1130b
Merge 5046d4e911 into merged_master (Bitcoin PR #15896 )
2020-10-28 22:35:11 +00:00
Andrew Poelstra
760d7ce6f0
Merge c94852e791 into merged_master (Bitcoin PR #15564 )
2020-10-27 23:23:30 +00:00
Andrew Poelstra
5ae23eb085
Merge 887f57eb72 into merged_master (Bitcoin PR #15566 )
2020-10-27 23:22:22 +00:00
Andrew Poelstra
67d718b048
Merge a74d588f21 into merged_master (Bitcoin PR #14954 )
2020-10-27 22:32:24 +00:00
Russell Yanofsky
ed3acda33b
test, refactor: add default_wallet_name and wallet_data_filename variables
...
No changes in behavior
2020-09-29 04:35:01 -04:00
Jon Atack
581b343d5b
Add in/out connections to cli -getinfo
2020-08-24 18:41:24 +02:00
Jon Atack
22cb303cf0
rpc: add missing space in JSON parsing error message, update test
2020-06-02 08:50:57 +02:00
Jon Atack
bf53ebef06
test: add multiwallet tests for bitcoin-cli -generate
2020-06-02 08:50:54 +02:00
Jon Atack
18f93545a1
test: add tests for bitcoin-cli -generate
2020-06-02 08:50:48 +02:00