aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...MacroFake
2022-05-13Merge bitcoin/bitcoin#25117: test: Check msg type in msg capture is followed ...MacroFake
2022-05-13Merge bitcoin/bitcoin#25119: net, refactor: move StartExtraBlockRelayPeers() ...MacroFake
2022-05-13Merge bitcoin/bitcoin#25121: test: compare `/mempool/info` response with `get...MacroFake
2022-05-12test: compare `/mempool/info` response with `getmempoolinfo` RPCbrunoerg
2022-05-12Merge bitcoin/bitcoin#25115: scripted-diff: replace non-standard fixed width ...fanquake
2022-05-12refactor: move StartExtraBlockRelayPeers from header to implementationJon Atack
2022-05-12test: Check msg type in msg capture is followed by zerosMacroFake
2022-05-12scripted-diff: replace non-standard fixed width integer types (`u_int`...` ->...Sebastian Falbesoner
2022-05-12Merge bitcoin/bitcoin#25102: Remove unused GetTimeSecondsMacroFake
2022-05-12Merge bitcoin/bitcoin#25099: guix: bump time-machine to 998eda3067c7d21e0d9bb...fanquake
2022-05-12Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...MacroFake
2022-05-11Merge bitcoin/bitcoin#25051: Bugfix: configure: Define defaults for enable_ar...laanwj
2022-05-11Merge bitcoin/bitcoin#25100: Switch scheduler to steady_clockMacroFake
2022-05-11Merge bitcoin/bitcoin#25104: wallet: Change log interval to use `steady_clock`MacroFake
2022-05-11Remove unused GetTimeSecondsMacroFake
2022-05-11Merge bitcoin/bitcoin#25106: rpc: dumptxoutset: check `fopen` return codeMacroFake
2022-05-11rpc: check `fopen` return code in dumptxoutsetSebastian Falbesoner
2022-05-11Merge bitcoin/bitcoin#25090: doc: Explain Bitcoin Core instead of Bitcoin in ...fanquake
2022-05-10wallet: Change log interval to use `steady_clock`w0xlt
2022-05-10Merge bitcoin/bitcoin#24793: test: Change color of skipped functional testslaanwj
2022-05-10Switch scheduler to steady_clockMacroFake
2022-05-10Merge bitcoin/bitcoin#24921: Add time helpers for std::chrono::steady_clock a...MacroFake
2022-05-10doc: Explain Bitcoin Core in README.mdMacroFake
2022-05-10Merge bitcoin/bitcoin#25079: index: Change sync variables to use `std::chrono...MacroFake
2022-05-10validation: move g_versionbitscache into ChainstateManagerAnthony Towns
2022-05-10test/versionbits: make versionbitscache a parameterAnthony Towns
2022-05-10deploymentstatus: make versionbitscache a parameterAnthony Towns
2022-05-10refactor: use chainman instead of chainParams for DeploymentActive*Anthony Towns
2022-05-10deploymentstatus: allow chainman in place of consensusParamsAnthony Towns
2022-05-10validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...Anthony Towns
2022-05-10validation: replace ::Params() calls with chainstate/chainman memberAnthony Towns
2022-05-10validation: remove redundant CChainParams params from ChainstateManager methodsAnthony Towns
2022-05-10validation: add CChainParams to ChainstateManagerAnthony Towns
2022-05-09Merge bitcoin-core/gui#590: refactor: Declare `WalletModel` member functions ...Hennadii Stepanov
2022-05-09guix: bump time-machine to 998eda3067c7d21e0d9bb3310d2f5a14b8f1c681fanquake
2022-05-09Merge bitcoin-core/gui#591: test: Add tests for `tableView` in `AddressBookPa...Hennadii Stepanov
2022-05-09Merge bitcoin/bitcoin#25091: test: Remove extended lint (cppcheck)MacroFake
2022-05-09test: Remove extended lint (cppcheck)laanwj
2022-05-09Merge bitcoin/bitcoin#24946: Unroll the ChaCha20 inner loop for performanceMacroFake
2022-05-09Merge bitcoin/bitcoin#25078: doc: Shorten explanation of "maintainers"fanquake
2022-05-08random: Add FastRandomContext::rand_uniform_delayMarcoFalke
2022-05-08Add time helpers for std::chrono::steady_clockMarcoFalke
2022-05-08index, refactor: Change sync variables to use `std::chrono::steady_clock`w0xlt
2022-05-06doc: Shorten explanation of "maintainers"MacroFake
2022-05-06Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...MacroFake
2022-05-06Merge bitcoin/bitcoin#25063: test: previous releases: add v23.0MacroFake
2022-05-06Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...MacroFake
2022-05-06Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...MacroFake
2022-05-06test: previous releases: add v23.0Sjors Provoost