aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-11Merge #15773: test: Add BitcoinTestFramework::sync_* methodsMarcoFalke
2019-04-10Merge #15638: Move-only: Pull wallet code out of libbitcoin_serverWladimir J. van der Laan
2019-04-09Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke
2019-04-10Merge #15632: Remove ResendWalletTransactions from the Validation InterfaceMeshCollider
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-04-09test: Pass self to test_simple_bumpfee_succeedsMarcoFalke
2019-04-09test: Add BitcoinTestFramework::sync_* methodsMarcoFalke
2019-04-09test: Pass at most one node group to sync_allMarcoFalke
2019-04-09Merge #15771: qa: Prevent concurrency issues reading .cookie fileMarcoFalke
2019-04-09[wallet] Schedule tx rebroadcasts in walletJohn Newbery
2019-04-09qa: Prevent concurrency issues reading .cookie fileJoão Barbosa
2019-04-09Merge #15772: test: Properly log named args in authproxyMarcoFalke
2019-04-10Merge #15749: Fix: importmulti only imports origin info for PKH outputsMeshCollider
2019-04-08scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and...MarcoFalke
2019-04-08test: Properly log named args in authproxyMarcoFalke
2019-04-08Merge #15495: Add regtests for HTTP status codesJonas Schnelli
2019-04-06Merge #15660: [qa] Overhaul p2p_compactblocks.pyMarcoFalke
2019-04-06Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-04-02Merge #15680: Remove resendwallettransactions RPC methodMarcoFalke
2019-04-01[qa] Overhaul p2p_compactblocks.pySuhas Daftuar
2019-04-01Merge #15652: wallet: Update transactions with current mempool after loadMarcoFalke
2019-03-31qa: Check unconfirmed balance after loadwalletJoão Barbosa
2019-03-29[rpc] remove resendwallettransactions RPCJohn Newbery
2019-03-29[tests] make pruning test fasterJohn Newbery
2019-03-29[tests] style fixes in feature_pruning.pyJohn Newbery
2019-03-27Merge #15646: [tests] Add test for wallet rebroadcastsMarcoFalke
2019-03-27[tests] Add test for wallet rebroadcastsJohn Newbery
2019-03-27Merge #15519: Add Poly1305 implementationWladimir J. van der Laan
2019-03-26Poly1305: tolerate the intentional unsigned wraparound in poly1305.cppJonas Schnelli
2019-03-24rpc: Rename size to vsize in mempool related callsMiguel Herranz
2019-03-23Merge #15642: [rpc] Remove deprecated rpc warningsWladimir J. van der Laan
2019-03-22doc: Fix all typos reported by codespellMarcoFalke
2019-03-22[rpc] Remove signrawtransaction warningJohn Newbery
2019-03-21qa: Add test for missing testnet section in conf fileMarcoFalke
2019-03-19qa: mininode: Clearer error message on invalid magic bytesMarcoFalke
2019-03-18Merge #13541: wallet/rpc: sendrawtransaction maxfeerateMarcoFalke
2019-03-18Merge #15466: tests: Print remaining jobs in test_runner.pyMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to testmempoolacceptKarl-Johan Alm
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-12rpc: return a number for estimated_feerate in analyzepsbtfanquake
2019-03-11Merge #15564: cli: remove duplicate wallet fields from -getinfoMarcoFalke
2019-03-09cli: remove duplicate wallet fields from -getinfofanquake
2019-03-09cli: replace testnet with chain and return network name as per BIP70.fanquake
2019-03-06test: Refactor vout fetches in rpc_rawtransactionKarl-Johan Alm
2019-03-05tests: Print remaining jobs in test_runner.pySteven Roose
2019-03-05Merge #15534: [test] lint-format-strings: open files sequentially (fix for OS X)MarcoFalke
2019-03-05Merge #14954: build: Require python 3.5MarcoFalke