Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-13 | Remove unused Python variables | practicalswift | |
2017-01-12 | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'. | Wladimir J. van der Laan | |
453bda6 Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. (Chris Moore) | |||
2017-01-11 | Return height of last block pruned by pruneblockchain RPC | Russell Yanofsky | |
Change suggested by Jonas Schnelli <dev@jonasschnelli.ch> in https://github.com/bitcoin/bitcoin/pull/7871#discussion_r95577623 | |||
2017-01-10 | fixup! Add pruneblockchain RPC to enable manual block file pruning. | Russell Yanofsky | |
Extend pruneblockchain RPC to accept block timestamps as well as block indices. | |||
2017-01-10 | Add pruneblockchain RPC to enable manual block file pruning. | mrbandrews | |
2017-01-10 | Update RPC argument names | John Newbery | |
2017-01-05 | test: Add test for RPC named arguments | Wladimir J. van der Laan | |
Add RPC testcase for RPC named arguments. | |||
2017-01-05 | authproxy: Add support for RPC named arguments | Wladimir J. van der Laan | |
2017-01-04 | [qa] Avoid race in preciousblock test. | Matt Corallo | |
If node 0 is sufficiently fast to announce its block to node 1, node 1 might already have the block by the time the node_sync_via_rpc loop gets around to node 1, resulting in the submitblock result "duplicate-inconclusive" as node 1 has the block, but prefers an alternate chain. | |||
2017-01-04 | [qa] Make compact blocks test construction using fetch methods | Matt Corallo | |
2017-01-04 | add test for -walletrejectlongchains | Alex Morcos | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-20 | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ↵ | Wladimir J. van der Laan | |
ATMP cee1612 reduce number of lookups in TransactionWithinChainLimit (Gregory Sanders) af9bedb Test for fix of txn chaining in wallet (Gregory Sanders) 5882c09 CreateTransaction: Don't return success with too-many-ancestor txn (Gregory Sanders) 0b2294a SelectCoinsMinConf: Prefer coins with fewer ancestors (Gregory Sanders) | |||
2016-12-19 | Merge #9352: Attempt reconstruction from all compact block announcements | Wladimir J. van der Laan | |
813ede9 [qa] Update compactblocks test for multi-peer reconstruction (Suhas Daftuar) 7017298 Allow compactblock reconstruction when block is in flight (Suhas Daftuar) | |||
2016-12-15 | Merge #9322: [qa] Don't set unknown rpcserialversion | Wladimir J. van der Laan | |
fa615d3 [qa] Don't set unknown rpcserialversion (MarcoFalke) 80d073c Complain when unknown rpcserialversion is specified (Pieter Wuille) | |||
2016-12-15 | [qa] Update compactblocks test for multi-peer reconstruction | Suhas Daftuar | |
2016-12-15 | Merge #9331: [qa] Add test for rescan feature of wallet key import RPCs | Wladimir J. van der Laan | |
d8c0b9f [qa] Add test for rescan feature of wallet key import RPCs (Russell Yanofsky) | |||
2016-12-15 | Merge #7562: Bump transaction version default to 2 | Wladimir J. van der Laan | |
c5c92c4 Update python tests for default tx version=2 (BtcDrak) dab207e Preserve tx version=1 for certain tests (BtcDrak) c5d746a tiny test fix for mempool_tests (Alex Morcos) 1f0ca1a Bump default transaction version to 2 (BtcDrak) | |||
2016-12-13 | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. | Chris Moore | |
2016-12-13 | Test for fix of txn chaining in wallet | Gregory Sanders | |
2016-12-12 | [qa] Add test for rescan feature of wallet key import RPCs | Russell Yanofsky | |
Covers importaddress, importpubkey, importprivkey, and importmulti RPCs. | |||
2016-12-11 | [qa] Don't set unknown rpcserialversion | MarcoFalke | |
2016-12-10 | Merge #9309: [qa] Wallet needs to stay unlocked for whole test | MarcoFalke | |
9359f8a Wallet needs to stay unlocked for whole test (Alex Morcos) | |||
2016-12-09 | Merge #9295: [Wallet] Bugfix: Fundrawtransaction: don't terminate when ↵ | Pieter Wuille | |
keypool is empty 1a6eacb [QA] add fundrawtransaction test on a locked wallet with empty keypool (Jonas Schnelli) c24a4f5 [Wallet] Bugfix: FRT: don't terminate when keypool is empty (Jonas Schnelli) | |||
2016-12-09 | Wallet needs to stay unlocked for whole test | Alex Morcos | |
2016-12-08 | Update python tests for default tx version=2 | BtcDrak | |
2016-12-08 | Merge #9276: Some minor testing cleanups | Wladimir J. van der Laan | |
30b620c remove obsolete run-bitcoind-for-test.sh (Alex Morcos) 2a99522 remove relaypriority from rpc tests (Alex Morcos) e2184cc Reorder RPC tests for running time (Alex Morcos) | |||
2016-12-07 | [QA] add fundrawtransaction test on a locked wallet with empty keypool | Jonas Schnelli | |
2016-12-06 | Merge #9274: [qa] Use cached utxo set to fix performance regression | MarcoFalke | |
fab1af3 [qa] maxuploadtarget: Use cached utxo set (MarcoFalke) fa2ecc4 [qa] pruning: Use cached utxo set to run faster (MarcoFalke) | |||
2016-12-05 | Add option to return non-segwit serialization via rpc | Gregory Sanders | |
2016-12-05 | [qa] maxuploadtarget: Use cached utxo set | MarcoFalke | |
2016-12-04 | remove obsolete run-bitcoind-for-test.sh | Alex Morcos | |
2016-12-04 | [qa] pruning: Use cached utxo set to run faster | MarcoFalke | |
2016-12-03 | remove relaypriority from rpc tests | Alex Morcos | |
2016-12-03 | Reorder RPC tests for running time | Alex Morcos | |
2016-12-02 | Merge #9221: [qa] Get rid of duplicate code | MarcoFalke | |
facbfa5 [qa] Get rid of duplicate code (MarcoFalke) | |||
2016-12-02 | [qa] Get rid of duplicate code | MarcoFalke | |
2016-11-30 | [qa] Dump debug logs on travis failures. | Suhas Daftuar | |
2016-11-28 | Fix some typos | fsb4000 | |
2016-11-25 | Merge #9189: Always add default_witness_commitment with GBT client support | Wladimir J. van der Laan | |
95f4a03 [qa] Test getblocktemplate default_witness_commitment (Suhas Daftuar) ad04d1c Always add default_witness_commitment with GBT client support (Pieter Wuille) | |||
2016-11-23 | Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196) | MarcoFalke | |
1126c85 [qa] Change sync_blocks to pick smarter maxheight (Russell Yanofsky) | |||
2016-11-23 | Merge #9206: Make test constant consistent with consensus.h | MarcoFalke | |
09dc406 Make test constant consistent with consensus.h (BtcDrak) | |||
2016-11-23 | Merge #9025: getrawtransaction should take a bool for verbose | Wladimir J. van der Laan | |
240189b add testcases for getrawtransaction (John Newbery) ce2bb23 getrawtransaction should take a bool for verbose (jnewbery) | |||
2016-11-22 | add testcases for getrawtransaction | John Newbery | |
2016-11-21 | [qa] Test getblocktemplate default_witness_commitment | Suhas Daftuar | |
2016-11-21 | Make test constant consistent with consensus.h | BtcDrak | |
2016-11-21 | Merge #8872: Remove block-request logic from INV message processing | Wladimir J. van der Laan | |
037159c Remove block-request logic from INV message processing (Matt Corallo) 3451203 [qa] Respond to getheaders and do not assume a getdata on inv (Matt Corallo) d768f15 [qa] Make comptool push blocks instead of relying on inv-fetch (mrbandrews) | |||
2016-11-19 | Merge #9159: [qa] Wait for specific block announcement in p2p-compactblocks | MarcoFalke | |
dfa44d1 [qa] Wait for specific block announcement in p2p-compactblocks (Russell Yanofsky) | |||
2016-11-16 | Merge #9168: [qa] add assert_raises_message to check specific error message | MarcoFalke | |
307acdd [qa] add assert_raises_message to check specific error message (mrbandrews) | |||
2016-11-16 | Merge #9151: [qa] proxy_test: Calculate hardcoded port numbers | Wladimir J. van der Laan | |
fa80ef8 [qa] proxy_test: Calculate hardcoded port numbers instead (MarcoFalke) |