aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-07Merge #10759: Fix multi_rpc test for hosts that dont default to utf8MarcoFalke
2017-07-07Merge #10761: [tests] fix replace_by_fee.pyMarcoFalke
2017-07-07Merge #10744: Use method name via __func__ macroMarcoFalke
2017-07-07[tests] fix replace_by_fee.pyJohn Newbery
2017-07-06Fix multi_rpc test for hosts that dont default to utf8Matt Corallo
2017-07-06Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBFWladimir J. van der Laan
2017-07-06Merge #10710: REST/RPC example updateWladimir J. van der Laan
2017-07-06Merge #10743: [test] don't run dbcrash.py on TravisWladimir J. van der Laan
2017-07-06Merge branch qt-translations into masterWladimir J. van der Laan
2017-07-06qt: First translations update for 0.15Wladimir J. van der Laan
2017-07-05Use "replaceable" instead of "rbfoptin" in bitcoin-tx.Matt Corallo
2017-07-05Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.Matt Corallo
2017-07-05Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo
2017-07-04Use method name from __func__ macrodarksh1ne
2017-07-04[test] don't run dbcrash.py on TravisJohn Newbery
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-07-03Merge #10728: fix typo in help text for removeprunedfundsJonas Schnelli
2017-07-03Merge #10683: rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-07-03Merge #10704: [tests] nits in dbcrash.pyMarcoFalke
2017-07-03fix typo in help text for removeprunedfundsAkio Nakamura
2017-07-02[tests] nits in dbcrash.pyJohn Newbery
2017-06-30REST/RPC example updateMichael Rotarius
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-29Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'Wladimir J. van der Laan
2017-06-29Report [CANCELLED] instead of [DONE] when shut down during txdb upgradeJonas Schnelli
2017-06-29Report txdb upgrade not more often then every 10%Jonas Schnelli
2017-06-29Show txdb upgrade progress in debug logJonas Schnelli
2017-06-29Allow to cancel the txdb upgrade via splashscreen callbackJonas Schnelli
2017-06-29Allow to shut down during txdb upgradeJonas Schnelli
2017-06-29[Qt] allow to execute a callback during splashscreen progressJonas Schnelli
2017-06-29Merge #10556: Move stop/start functions from utils.py into BitcoinTestFrameworkMarcoFalke
2017-06-29[tests] fix nits.John Newbery
2017-06-29Merge #10673: [qt] Avoid potential null pointer dereference in TransactionVie...Wladimir J. van der Laan
2017-06-29[tests] reorganize utils.py module (code move only)John Newbery
2017-06-29[tests] move mocktime property and functions to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] Move stop_node and start_node methods to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] fix flake8 warnings in test_framework.py and util.pyJohn Newbery
2017-06-29[tests] remove unused imports from utils.pyJohn Newbery
2017-06-29rpc: Update `generate` for developer notesWladimir J. van der Laan
2017-06-29rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-06-29Merge #10688: contrib: Update laanwj keyMarcoFalke
2017-06-28Merge #10558: Address nits from per-utxo changePieter Wuille
2017-06-28Merge #10685: Clarify CCoinsViewMemPool documentation.Pieter Wuille
2017-06-28Merge #10148: Use non-atomic flushing with block replayWladimir J. van der Laan
2017-06-28Merge #10690: [qa] Bugfix: allow overriding extra_args in ComparisonTestFrame...MarcoFalke
2017-06-28Merge #10631: Use the override specifier (C++11) where we expect to be overri...Wladimir J. van der Laan
2017-06-28[qa] Bugfix: allow overriding extra_args in ComparisonTestFrameworkSuhas Daftuar
2017-06-28Merge #10684: Remove no longer used mempool.exists(outpoint)Wladimir J. van der Laan
2017-06-28contrib: Update laanwj keyWladimir J. van der Laan
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift