aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-28[Tests] fix a typo in TestNode.assert_start_raises_init_error()Roman Zeyde
2018-03-28Merge #11881: Remove Python2 supportWladimir J. van der Laan
2018-03-28Merge #12811: test: Make summary row bold-red if any test failed and show fai...Wladimir J. van der Laan
2018-03-28test: List any failed tests at the end of test_runner outputAnthony Towns
2018-03-28Make base58 python contrib code work with python3Evan Klitzke
2018-03-28Merge #12798: doc: Refer to witness reserved value as spec. in the BIPWladimir J. van der Laan
2018-03-28test: Make summary row bold-red if any test failedWladimir J. van der Laan
2018-03-28Merge #12806: qa: Fix function names in feature_blocksdirWladimir J. van der Laan
2018-03-27Track negated arguments in the argument paser.Evan Klitzke
2018-03-27Add additional tests for GetBoolArg()Evan Klitzke
2018-03-27qa: Fix function names in feature_blocksdirMarcoFalke
2018-03-27Fix error in memory usage calculation (unintended integer division)practicalswift
2018-03-27[wallet] Add dummy wallet init classJohn Newbery
2018-03-27Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempoolWladimir J. van der Laan
2018-03-27Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan
2018-03-27Merge #12778: RPC: Add username and ip logging for RPC method requestsWladimir J. van der Laan
2018-03-27[wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery
2018-03-27Merge #12762: Make CKeyStore an interfaceWladimir J. van der Laan
2018-03-27Merge #12714: Introduce interface for signing providersWladimir J. van der Laan
2018-03-27Merge #12800: doc: Add note about our preference for scoped enumerations ("en...Wladimir J. van der Laan
2018-03-27doc: Add note about our preference for scoped enumerations ("enum class")practicalswift
2018-03-27Merge #12797: init: Fix help message for checkblockindexWladimir J. van der Laan
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-27Merge #12795: do not truncate .dat extension for wallets in guiJonas Schnelli
2018-03-27Merge #12793: qt: Avoid reseting on resetguisettigs=0Wladimir J. van der Laan
2018-03-27Merge #12779: Qt: Remove unused method setupAmountWidget(...)Wladimir J. van der Laan
2018-03-26doc: Refer to witness reserved value as spec. in the BIPMarcoFalke
2018-03-26init: Fix help message for checkblockindexMarcoFalke
2018-03-26Change all python files to use Python3John Newbery
2018-03-26do not truncate .dat extension for wallets in guiGregory Sanders
2018-03-26qt: Avoid resetting on resetguisettigs=0MarcoFalke
2018-03-26Merge #11962: [net] add seed.bitcoin.sprovoost.nl to DNS seedsWladimir J. van der Laan
2018-03-26[wallet] Create wallet init interface.John Newbery
2018-03-26[wallet] Move wallet init functions into WalletInit class.John Newbery
2018-03-26[Tests] Use blockmaxweight where tests previously had blockmaxsizeConor Scott
2018-03-26Merge #12699: [wallet] Shuffle transaction inputs before signingWladimir J. van der Laan
2018-03-26Merge #12756: [config] Remove blockmaxsize optionWladimir J. van der Laan
2018-03-26rpc: Adjust ifdef to avoid unreachable codepracticalswift
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-26Qt: hide RPCConsole wallet selector when no wallets are presentJonas Schnelli
2018-03-26Qt: show wallet name in request dlg in case of multiwalletJonas Schnelli
2018-03-26Qt: show wallet name in send confirmation dlg in case of multiwalletJonas Schnelli
2018-03-26GUI: RPCConsole: Log wallet changesLuke Dashjr
2018-03-26Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr
2018-03-26Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli
2018-03-26Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...Luke Dashjr
2018-03-26Qt: Add wallet selector to debug consoleJonas Schnelli
2018-03-26Reduce variable scopespracticalswift
2018-03-25Introduce interface for signing providersPieter Wuille
2018-03-25Qt: Remove unused method setupAmountWidget(...)practicalswift