Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |