aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-11ArgsManager: keep command line and config file arguments separateAnthony Towns
2018-04-10Merge #12731: Support serialization as another type without castingWladimir J. van der Laan
2018-04-10Merge #12749: [wallet] feebumper: discard change outputs below discard rateWladimir J. van der Laan
2018-04-10Merge #12932: wallet: Remove redundant lambda function arg in handleTransacti...MarcoFalke
2018-04-10Merge #12854: Add P2P, Network, and Qt categories to the desktop iconWladimir J. van der Laan
2018-04-10Merge #12852: [doc] devtools: Setup ots git integrationWladimir J. van der Laan
2018-04-10wallet: Remove redundant lambda function arg in handleTransactionChangedWladimir J. van der Laan
2018-04-10Merge #12926: Run unit tests in parallelWladimir J. van der Laan
2018-04-09Increase entropy in test temp directory namePieter Wuille
2018-04-09Reorder travis buildsPieter Wuille
2018-04-09tests: run tests in parallelCory Fields
2018-04-09tests: split up actual tests and helper filesCory Fields
2018-04-09Merge #12902: [qa] Handle potential cookie race when starting nodeMarcoFalke
2018-04-09Merge #12927: Docs: fixed link, replaced QT with QtMarcoFalke
2018-04-09Merge #12845: Trivial: Add logging line in init.cpp that was accidentally rem...MarcoFalke
2018-04-09Docs: fixed link, replaced QT with QtDarko Janković
2018-04-09added logging line back that was accidentally removed with #10762Steve Lee
2018-04-09Merge #12917: qa: Windows fixups for functional testsMarcoFalke
2018-04-09[qa] Delete cookie file before starting nodeSuhas Daftuar
2018-04-09Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan
2018-04-09Merge #12923: util: Pass pthread_self() to pthread_setschedparam instead of 0Wladimir J. van der Laan
2018-04-09util: Remove designator initializer from ScheduleBatchPriorityWladimir J. van der Laan
2018-04-09util: Pass pthread_self() to pthread_setschedparam instead of 0Wladimir J. van der Laan
2018-04-09[doc] devtools: Setup ots git integrationMarcoFalke
2018-04-09Merge #12770: Use explicit casting in cuckoocache's compute_hashes(...) to cl...MarcoFalke
2018-04-09Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in ...MarcoFalke
2018-04-09Merge #11878: Add Travis check for duplicate includesMarcoFalke
2018-04-09Merge #12918: test: Assert on correct variableMarcoFalke
2018-04-09Add Travis check for duplicate includespracticalswift
2018-04-09Remove duplicate includespracticalswift
2018-04-09Merge #12537: [arith_uint256] Make it safe to use "self" in operatorsWladimir J. van der Laan
2018-04-09test: Assert on correct variableKarl-Johan Alm
2018-04-08Merge #12856: Tests: Add Metaclass for BitcoinTestFrameworkWladimir J. van der Laan
2018-04-08Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M secondsMarcoFalke
2018-04-08qa: Windows fixups for functional testsMarcoFalke
2018-04-08Merge #12886: Introduce Span type and use it instead of FLATDATAWladimir J. van der Laan
2018-04-08Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan
2018-04-08[qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar
2018-04-08Use std::bind instead of boost::bind to re-lock the walletSuhas Daftuar
2018-04-08[rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar