Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-04-05 | Improve getbalances coverage in wallet_balance tests | Jon Atack | |
and shift some getunconfirmedbalance calls to getbalances, as the former is deprecated, while leaving essential coverage for it in test_balances(). | |||
2019-12-09 | test: re-enable CLI test support by using EncodeDecimal in json.dumps() | fanquake | |
As mentioned in https://github.com/bitcoin/bitcoin/pull/17675#issuecomment-563188648 | |||
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 ↵ | Jeremy Rubin | |
https://github.com/bitcoin/bitcoin/pull/16766\#issuecomment-527563982 | |||
2019-10-21 | Update comment in test/functional/wallet_balance.py | Jeremy Rubin | |
Co-Authored-By: MarcoFalke <falke.marco@gmail.com> | |||
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 | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/connect_nodes_bi\(self.nodes,\s*(.),\s*/connect_nodes(self.nodes[\1], /g' $(git grep -l connect_nodes_bi) sed -i --regexp-extended -e 's/connect_nodes_bi(,| )/connect_nodes\1/g' $(git grep -l connect_nodes_bi) -END VERIFY SCRIPT- | |||
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 | |
Adds a test specifically to test the wallet's getbalance and getunconfirmedbalance RPCs. |