aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-16Merge #11862: Network specific conf sectionsWladimir J. van der Laan
2018-04-16Merge #12996: tests: Remove redundant bytes(…) callsMarcoFalke
2018-04-16Merge #12987: tests/tools: Enable additional Python flake8 rules for automati...MarcoFalke
2018-04-16tests: Remove redundant bytes²practicalswift
2018-04-16Enable additional flake8 rulespracticalswift
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-04-16Merge #12993: tests: Remove compatibility code not needed now when we're on P...Wladimir J. van der Laan
2018-04-16tests: Remove compatibility code not needed now when we're on Python 3practicalswift
2018-04-16Merge #12951: [doc] Fix comment in FindForkInGlobalIndexWladimir J. van der Laan
2018-04-16Merge #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6Wladimir J. van der Laan
2018-04-14correcting the array name from pnSeeds6 to pnSeed6okayplanet
2018-04-14Merge #12946: depends: Fix Qt build with XCode 9.3Wladimir J. van der Laan
2018-04-14Merge #12973: Avoid std::locale/imbue madness in DateTimeStrFormatWladimir J. van der Laan
2018-04-13Merge #11200: Allow for aborting rescans in the GUIJonas Schnelli
2018-04-13Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...Wladimir J. van der Laan
2018-04-13Merge #12950: bitcoin-tx: Flatten for loop over one elementWladimir J. van der Laan
2018-04-13Merge #12969: Drop dead code CScript::FindWladimir J. van der Laan
2018-04-13Avoid std::locale/imbue in DateTimeStrFormatPieter Wuille
2018-04-12Drop dead code CScript::FindBen Woosley
2018-04-12Merge #12970: logging: bypass timestamp formatting when not loggingPieter Wuille
2018-04-12Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille
2018-04-12logging: bypass timestamp formatting when not loggingCory Fields
2018-04-12Give an error when rescan is aborted by the userAndrew Chow
2018-04-12Add cancel button to rescan progress dialogAndrew Chow
2018-04-12Merge #12803: Make BaseSignatureCreator a pure interfaceWladimir J. van der Laan
2018-04-12Merge #12888: debug log number of unknown wallet records on loadWladimir J. van der Laan
2018-04-12Merge #12939: Extract consts for WITNESS_V0 hash sizesWladimir J. van der Laan
2018-04-11Merge #12947: Wallet hd functional test speedup and clarificationMarcoFalke
2018-04-11[doc] Fix comment in FindForkInGlobalIndexJames O'Beirne
2018-04-11Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`MarcoFalke
2018-04-11bitcoin-tx: Remove unused for loopMarcoFalke
2018-04-11speed up wallet_hd.py and clarify/augment checksGregory Sanders
2018-04-11debug log number of unknown wallet records on loadGregory Sanders
2018-04-11depends: Fix Qt build with XCode 9.3fanquake
2018-04-11Merge #12933: doc: Refine header include policyMarcoFalke
2018-04-11Merge #12925: wallet: Logprint the start of a rescanWladimir J. van der Laan
2018-04-11Merge #12871: Add shell script linting: Check for shellcheck warnings in shel...MarcoFalke
2018-04-11Merge #12942: rpc: Drop redundant testing of signrawtransaction prevtxs argsWladimir J. van der Laan
2018-04-11Add shell script linting: Check for shellcheck warnings in shell scriptspracticalswift
2018-04-11Merge #11617: Avoid lock: Call FlushStateToDisk(...) regardless of fCheckForP...Wladimir J. van der Laan
2018-04-11Add config changes to release notesAnthony Towns
2018-04-11[tests] Unit tests for -testnet/-regtest in [test]/[regtest] sectionsAnthony Towns
2018-04-11ArgsManager: special handling for -regtest and -testnetAnthony Towns
2018-04-11[tests] Unit tests for network-specific config entriesAnthony Towns
2018-04-11ArgsManager: Warn when ignoring network-specific config settingAnthony Towns
2018-04-11ArgsManager: limit some options to only apply on mainnet when in default sectionAnthony Towns
2018-04-11[tests] Use regtest section in functional tests configsAnthony Towns
2018-04-11[tests] Unit tests for config file sectionsAnthony Towns
2018-04-11ArgsManager: support config file sectionsAnthony Towns
2018-04-11ArgsManager: drop m_negated_argsAnthony Towns