Commit Graph

38 Commits (f1d807e383942ae20e080174d33ac17afd649351)

Author SHA1 Message Date
Harris 710b83938a rpc: return block hash & height in getbalances, gettransaction & getwalletinfo JSONs
2 years ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
Andrew Chow 8597260872
Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet tests
2 years ago
MacroFake 555519d082
test: Remove wallet option from non-wallet tests
2 years ago
furszy f0f6a3577b
RPC: listunspent, add "include immature coinbase" flag
2 years ago
MacroFake fae5bd9200
test: Fix wallet_balance intermittent issue
2 years ago
Sebastian Falbesoner b21e522ce4 test: speedup wallet tests by whitelisting peers (immediate tx relay)
2 years ago
João Barbosa 6d3db52e66
rpc, wallet: Document and test mempool scan after importprivkey
2 years ago
João Barbosa 3abdbbb90a
rpc, wallet: Document and test mempool scan after importaddress
2 years ago
glozow da2bc865d6 [wallet] don't create long chains by default
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke fa974f1f14
scripted-diff: Remove redundant sync_all and sync_blocks
3 years ago
MarcoFalke facc352648
test: Implicitly sync after generate*, unless opted out
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
Kiminuo bfa9309ad6 Use COINBASE_MATURITY constant in functional tests.
4 years ago
MarcoFalke 64156ad4d1
Merge #19893: test: Remove or explain syncwithvalidationinterfacequeue
4 years ago
Andrew Chow a42652ec10 Move import and watchonly tests to be legacy wallet only in wallet_balance.py
4 years ago
Prayank 4b16c61461 scripted-diff: test: Replace uses of (dis)?connect_nodes global
4 years ago
MarcoFalke fa135a13b8
Revert "test: Add missing sync_all to wallet_balance test"
4 years ago
Russell Yanofsky ed3acda33b test, refactor: add default_wallet_name and wallet_data_filename variables
4 years ago
Roy Shao cc84460c16
test: move sync_blocks and sync_mempool functions to test_framework.py
4 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
Jon Atack 3e6f7377f6
Improve getbalances coverage in wallet_balance tests
5 years ago
fanquake b6f9e3576a
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
5 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
Jeremy Rubin 4671fc3d9e Expand on wallet_balance.py comment from https://github.com/bitcoin/bitcoin/pull/16766\#issuecomment-527563982
5 years ago
Jeremy Rubin 5ffe0d1449 Update comment in test/functional/wallet_balance.py
5 years ago
Jeremy Rubin a550c58267 Update wallet_balance.py test to reflect new behavior
5 years ago
MarcoFalke fa3b9ee8b2
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
5 years ago
MarcoFalke fa815255c7
test: Add missing sync_all to wallet_balance test
5 years ago
Steven Roose bb41e632ca
wallet_balance.py: Prevent edge cases
6 years ago
MarcoFalke 999931cf8f
rpc: Add getbalances RPC
6 years ago
MarcoFalke fa79a783d6
test: Add reorg test to wallet_balance
6 years ago
MarcoFalke fad03cd046
test: Check that wallet txs not in the mempool are untrusted
6 years ago
MarcoFalke fa195315e6
test: Add getunconfirmedbalance test with conflicts
6 years ago
MarcoFalke fa464e8211
test: Add wallet_balance test for watchonly
6 years ago
João Barbosa 4bf1b1cefa qa: Check unconfirmed balance after loadwallet
6 years ago
John Newbery c1825b9d39 [tests] Add wallet_balance.py
6 years ago