Age | Commit message (Expand) | Author |
2017-07-24 | Merge #9622: [rpc] listsinceblock should include lost transactions when param... | Wladimir J. van der Laan |
2017-07-21 | [QA] Avoid running multiwallet.py twice | Jonas Schnelli |
2017-07-21 | Testing: listsinceblock should display all transactions that were affected si... | Karl-Johan Alm |
2017-07-20 | [wallet] [tests] Add listwallets to multiwallet test | John Newbery |
2017-07-20 | Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPC | Wladimir J. van der Laan |
2017-07-18 | Move transaction combining from signrawtransaction to new RPC | Andrew Chow |
2017-07-18 | Merge #10784: Do not allow users to get keys from keypool without reserving them | Wladimir J. van der Laan |
2017-07-18 | Do not allow users to get keys from keypool without reserving them | Matt Corallo |
2017-07-17 | [QA] add basic multiwallet test | Jonas Schnelli |
2017-07-17 | [tests] [wallet] Add wallet endpoint support to authproxy | John Newbery |
2017-07-15 | [wallet] fix zapwallettxes interaction with persistent mempool | John Newbery |
2017-07-15 | [tests] fix flake8 warnings in zapwallettxes.py | John Newbery |
2017-07-11 | Merge #10190: [tests] mining functional tests (including regression test for ... | Wladimir J. van der Laan |
2017-07-07 | Merge #10759: Fix multi_rpc test for hosts that dont default to utf8 | MarcoFalke |
2017-07-07 | [tests] fix replace_by_fee.py | John Newbery |
2017-07-06 | Fix multi_rpc test for hosts that dont default to utf8 | Matt Corallo |
2017-07-02 | [tests] nits in dbcrash.py | John Newbery |
2017-06-29 | [tests] fix nits. | John Newbery |
2017-06-29 | [tests] reorganize utils.py module (code move only) | John Newbery |
2017-06-29 | [tests] move mocktime property and functions to BitcoinTestFramework | John Newbery |
2017-06-29 | [tests] Move stop_node and start_node methods to BitcoinTestFramework | John Newbery |
2017-06-29 | [tests] fix flake8 warnings in test_framework.py and util.py | John Newbery |
2017-06-29 | [tests] remove unused imports from utils.py | John Newbery |
2017-06-28 | Merge #10148: Use non-atomic flushing with block replay | Wladimir J. van der Laan |
2017-06-28 | Merge #10690: [qa] Bugfix: allow overriding extra_args in ComparisonTestFrame... | MarcoFalke |
2017-06-28 | [qa] Bugfix: allow overriding extra_args in ComparisonTestFramework | Suhas Daftuar |
2017-06-27 | Merge #10659: [qa] blockchain: Pass on closed connection during generate call | Wladimir J. van der Laan |
2017-06-27 | [tests] rename getblocktemplate_proposals.py to mining.py | John Newbery |
2017-06-27 | [tests] add test for submit block | John Newbery |
2017-06-27 | [tests] run successful test in getblocktemplate first | John Newbery |
2017-06-27 | [tests] don't build blocks manually in getblocktemplate test | John Newbery |
2017-06-27 | [tests] clarify assertions in getblocktemplate test | John Newbery |
2017-06-27 | [tests] Don't build the coinbase manually in getblocktemplate test | John Newbery |
2017-06-27 | [tests] getblocktemplate_proposals.py: add logging | John Newbery |
2017-06-27 | [tests] Fix flake8 warnings in getblocktemplate tests | John Newbery |
2017-06-27 | [tests] Fix import order in getblocktemplate test | John Newbery |
2017-06-27 | Merge #10612: The young person's guide to the test_framework | Wladimir J. van der Laan |
2017-06-27 | [tests] add example test | John Newbery |
2017-06-27 | [tests] Update functional tests documentation | John Newbery |
2017-06-26 | [qa] Test non-atomic chainstate writes | Suhas Daftuar |
2017-06-25 | [RPC] Add an uptime command that displays the amount of time that bitcoind ha... | Ricardo Velhote |
2017-06-23 | [qa] blockchain: Pass on closed connection during generate call | MarcoFalke |
2017-06-22 | Merge #10633: doc: Fix various typos | Wladimir J. van der Laan |
2017-06-22 | Merge #10636: [qa] util: Check return code after closing bitcoind proc | MarcoFalke |
2017-06-22 | Fixed multiple typos | Dimitris Tsapakidis |
2017-06-22 | Merge #10632: qa: Add stopatheight test | MarcoFalke |
2017-06-21 | Merge #10533: [tests] Use cookie auth instead of rpcuser and rpcpassword | Wladimir J. van der Laan |
2017-06-20 | [qa] util: Check return code after closing bitcoind proc | MarcoFalke |
2017-06-20 | qa: Add stopatheight test | MarcoFalke |
2017-06-18 | Check for rpcuser/rpcpassword first then for cookie | Andrew Chow |