aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-19Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke
2020-05-19Merge #18152: qt: Use SynchronizationState enum for signals to GUIJonas Schnelli
2020-05-19Merge #19008: ci: tsan on clang-9fanquake
2020-05-19Merge #18999: log: Remove "No rpcpassword set" from logsfanquake
2020-05-19Merge #18861: Do not answer GETDATA for to-be-announced txfanquake
2020-05-18ci: Set DEBIAN_FRONTEND=noninteractiveMarcoFalke
2020-05-18ci: tsan on clang-9MarcoFalke
2020-05-19refactor: Remove Node:: queries from GUIHennadii Stepanov
2020-05-19qt: Add SynchronizationState enum to signal parameterHennadii Stepanov
2020-05-18Merge #18986: tests: Add capability to disable RPC timeout in functional testsMarcoFalke
2020-05-19refactor: Remove Node::getReindex() call from GUIHennadii Stepanov
2020-05-19refactor: Pass SynchronizationState enum to GUIHennadii Stepanov
2020-05-19refactor: Remove unused bool parameter in RPCNotifyBlockChange()Hennadii Stepanov
2020-05-19refactor: Remove unused bool parameter in BlockNotifyGenesisWait()Hennadii Stepanov
2020-05-18[indexes] Add compact block filter headers cacheJohn Newbery
2020-05-18docs: Add notes on how to diasble rpc timeout in functional tests while attat...codeShark149
2020-05-18test: Add capability to disable RPC timeout in functional tests.codeShark149
2020-05-17[wallet] remove nLastResend logicgzhao408
2020-05-17log: Remove "No rpcpassword set" from logsMarcoFalke
2020-05-17Updated comment for the condition where a transaction relay is deniedglowang
2020-05-17gui: Remove un-actionable TODOMarcoFalke
2020-05-17net: Run clang-format on protocol.hMarcoFalke
2020-05-17net: Remove un-actionable TODOMarcoFalke
2020-05-17Merge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va...MarcoFalke
2020-05-16Merge #18952: test: avoid os-dependant pathMarcoFalke
2020-05-16Merge #18634: ci: Add fuzzbuzz integration configuration fileMarcoFalke
2020-05-15Remove IBD check in sethdseedAndrew Chow
2020-05-15Test that keys from inactive seeds are generatedAndrew Chow
2020-05-15Generate new keys for inactive seeds after marking usedAndrew Chow
2020-05-15Determine inactive HD seeds from key metadata and track them in LegacyScriptP...Andrew Chow
2020-05-15Merge #18781: Add templated GetRandDuration<>MarcoFalke
2020-05-15Merge #18975: test: Remove const to work around compiler error on xenialfanquake
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-05-14tests: Fill fuzzing coverage gaps for functions in util/translation.hpracticalswift
2020-05-14tests: Fill fuzzing coverage gaps for functions in consensus/validation.hpracticalswift
2020-05-14tests: Fill fuzzing coverage gaps for functions in primitives/block.hpracticalswift
2020-05-14Merge #18962: net processing: Only send a getheaders for one block in an INVWladimir J. van der Laan
2020-05-14Merge #18796: scripts: security-check.py refactorsWladimir J. van der Laan
2020-05-14Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi...Wladimir J. van der Laan
2020-05-14test: Remove const to work around compiler error on xenialWladimir J. van der Laan
2020-05-14Merge #18742: miner: Avoid stack-use-after-return in validationinterfacefanquake
2020-05-14scripts: add additional type annotations to security-check.pyfanquake
2020-05-14scripts: add run_command to security-check.pyfanquake
2020-05-14scripts: remove NONFATAL from security-check.pyfanquake
2020-05-14scripts: no-longer check for 32 bit windows in security-check.pyfanquake
2020-05-14build: enforce minimum required Windows version (7)fanquake
2020-05-13miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-05-13test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat...MarcoFalke
2020-05-13validationinterface: Rework documentation, Rename pwalletIn to callbacksMarcoFalke
2020-05-13test: Add unregister_validation_interface_race testMarcoFalke