index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
wallet_balance.py
Age
Commit message (
Expand
)
Author
2020-11-01
Move import and watchonly tests to be legacy wallet only in wallet_balance.py
Andrew Chow
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-06-18
test: move sync_blocks and sync_mempool functions to test_framework.py
Roy Shao
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-05
Improve getbalances coverage in wallet_balance tests
Jon Atack
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-21
Expand on wallet_balance.py comment from https://github.com/bitcoin/bitcoin/p...
Jeremy Rubin
2019-10-21
Update comment in test/functional/wallet_balance.py
Jeremy Rubin
2019-10-21
Update wallet_balance.py test to reflect new behavior
Jeremy Rubin
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-06-28
test: Add missing sync_all to wallet_balance test
MarcoFalke
2019-05-23
wallet_balance.py: Prevent edge cases
Steven Roose
2019-05-02
rpc: Add getbalances RPC
MarcoFalke
2019-04-30
test: Add reorg test to wallet_balance
MarcoFalke
2019-04-30
test: Check that wallet txs not in the mempool are untrusted
MarcoFalke
2019-04-30
test: Add getunconfirmedbalance test with conflicts
MarcoFalke
2019-04-30
test: Add wallet_balance test for watchonly
MarcoFalke
2019-03-31
qa: Check unconfirmed balance after loadwallet
João Barbosa
2018-11-30
[tests] Add wallet_balance.py
John Newbery