Age | Commit message (Expand) | Author |
2021-01-28 | validation: Use accessible chainstate in ChainstateManager::ProcessNewBlock | Carl Dong |
2021-01-28 | validation: Use existing chainstate in ChainstateManager::ProcessNewBlockHeaders | Carl Dong |
2021-01-28 | validation: Move LoadExternalBlockFile to CChainState | Carl Dong |
2021-01-28 | validation: Remove global ::ActivateBestChain | Carl Dong |
2021-01-28 | validation: Pass in chainstate to ::NotifyHeaderTip | Carl Dong |
2021-01-28 | validation: Pass in chainstate to TestBlockValidity | Carl Dong |
2021-01-28 | validation: Make CChainState.m_blockman public | Carl Dong |
2021-01-28 | validation: Pass in blockman to ContextualCheckBlockHeader | Carl Dong |
2021-01-28 | validation: Move GetLastCheckpoint to BlockManager | Carl Dong |
2021-01-28 | validation: Move GetSpendHeight to BlockManager | Carl Dong |
2021-01-28 | validation: Move FindForkInGlobalIndex to BlockManager | Carl Dong |
2021-01-28 | validation: Remove global LookupBlockIndex | Carl Dong |
2021-01-28 | scripted-diff: Use BlockManager::LookupBlockIndex | Carl Dong |
2021-01-28 | validation: Move LookupBlockIndex to BlockManager | Carl Dong |
2021-01-28 | validation: Guard the active_chainstate with cs_main | Carl Dong |
2021-01-26 | Merge bitcoin-core/gui#183: Add include for std::bind. | MarcoFalke |
2021-01-26 | Merge bitcoin-core/gui#189: qt: drop workaround for QTBUG-42503 which was fix... | Jonas Schnelli |
2021-01-26 | Merge bitcoin-core/gui#186: Add information to "Confirm fee bump" window | Jonas Schnelli |
2021-01-26 | Merge #21000: fuzz: Add UBSan suppressions needed for fuzz tests to not warn ... | MarcoFalke |
2021-01-26 | Merge bitcoin-core/gui#167: raise helpMessageDialog | MarcoFalke |
2021-01-26 | Add information to "Confirm fee bump" window | Prayank |
2021-01-26 | refactor: remove straggling boost::mutex usage | fanquake |
2021-01-26 | Merge #17350: doc: Add developer documentation to isminetype | Samuel Dobson |
2021-01-26 | Merge #20832: rpc: Better error messages for invalid addresses | Samuel Dobson |
2021-01-25 | fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses | practicalswift |
2021-01-25 | Merge #18710: Add local thread pool to CCheckQueue | Wladimir J. van der Laan |
2021-01-25 | raise helpMessageDialog | randymcmillan |
2021-01-24 | Fix BlockToJsonVerbose benchmark | Martin Ankerl |
2021-01-24 | Better error messages for invalid addresses | Bezdrighin |
2021-01-22 | Merge #20927: [refactor] [net] Clean up InactivityCheck() | MarcoFalke |
2021-01-22 | Merge #20523: zmq: deduplicate 'sequence' publisher message creation/sending | fanquake |
2021-01-22 | Merge #17920: guix: Build support for macOS | fanquake |
2021-01-21 | Merge bitcoin-core/gui#176: Fix TxViewDelegate layout | MarcoFalke |
2021-01-21 | Merge bitcoin-core/gui#171: Use layout manager for Create Wallet dialog | MarcoFalke |
2021-01-21 | Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls | MarcoFalke |
2021-01-21 | build: Add var printing target to src/Makefile.am | Carl Dong |
2021-01-21 | Merge #20972: locks: Annotate CTxMemPool::check to require cs_main | MarcoFalke |
2021-01-21 | Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization | MarcoFalke |
2021-01-21 | fuzz: Initialize a full TestingSetup where appropriate | Carl Dong |
2021-01-21 | fuzz: Consolidate fuzzing TestingSetup initialization | Carl Dong |
2021-01-21 | zmq: deduplicate 'sequence' publisher message creation/sending | Sebastian Falbesoner |
2021-01-20 | locks: Annotate CTxMemPool::check to require cs_main | Carl Dong |
2021-01-20 | Merge #20952: wallet: Add BerkeleyDB version sanity check at init time | Samuel Dobson |
2021-01-19 | Merge #20891: rpc: Remove deprecated bumpfee behavior | Wladimir J. van der Laan |
2021-01-19 | qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0 | Pavol Rusnak |
2021-01-19 | doc: Add developer documentation to isminetype | HAOYUatHZ |
2021-01-19 | [net] Cleanup InactivityChecks() and add commenting about time | John Newbery |
2021-01-18 | Merge #19866: eBPF Linux tracepoints | Wladimir J. van der Laan |
2021-01-18 | Merge #20938: build: fix linking against -latomic when building for riscv | Wladimir J. van der Laan |
2021-01-17 | Merge #20939: build: fix RELOC_SECTION security check for bitcoin-util | Wladimir J. van der Laan |