aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-14[contrib] convert test-security-check to python3John Newbery
2018-04-14add lint tool to check python3 shebangpracticalswift
2018-04-13Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...Wladimir J. van der Laan
2018-04-13[MOVEONLY] Turn CScript::GetOp2 into a function and move to cppPieter Wuille
2018-04-13[MOVEONLY] Move CSCript::FindAndDelete to interpreterPieter Wuille
2018-04-13Delete unused non-const-iterator CSCript::GetOp overloadsPieter Wuille
2018-04-13Make iterators in CScript::FindAndDelete constPieter Wuille
2018-04-13Merge #12950: bitcoin-tx: Flatten for loop over one elementWladimir J. van der Laan
2018-04-13[qa] Test that v0 segwit outputs can't be spent pre-activationSuhas Daftuar
2018-04-13Always enforce SCRIPT_VERIFY_WITNESS with P2SHSuhas Daftuar
2018-04-13[qa] Remove some pre-activation segwit testsSuhas Daftuar
2018-04-13Separate NULLDUMMY enforcement from SEGWIT enforcementSuhas Daftuar
2018-04-13Use P2SH consensus rules for all blocksSuhas Daftuar
2018-04-13Merge #12969: Drop dead code CScript::FindWladimir J. van der Laan
2018-04-13wallet: Refactor g_wallet_init_interface to const referenceJoão Barbosa
2018-04-13wallet: Make WalletInitInterface members constJoão Barbosa
2018-04-13test: Add rpc_bind test to default-run testsWladimir 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-13macOS: Prevent Xcode 9.3 build warningsAkio Nakamura
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-11tests: Avoid copies of CTransactionMarcoFalke
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