aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-20Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if it i...Ava Chow
2024-03-20Merge bitcoin/bitcoin#28955: index: block filters sync, reduce disk read oper...Ava Chow
2024-03-19index: Move last_locator_write_time and logging to end of threadsync loopFabian Jahr
2024-03-19Merge bitcoin/bitcoin#29192: Weaken serfloat testsfanquake
2024-03-19rpc: "addpeeraddress tried" return error on failure0xb10c
2024-03-19Merge bitcoin/bitcoin#29667: fuzz: actually test garbage >64b in p2p transpor...fanquake
2024-03-18Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...glozow
2024-03-18remove libbitcoinconsensusfanquake
2024-03-18assumeutxo: Remove BLOCK_ASSUMED_VALID flagRyan Ofsky
2024-03-18assumeutxo: Get rid of faked nTx and nChainTx valuesRyan Ofsky
2024-03-18doc: Improve comments describing setBlockIndexCandidates checksRyan Ofsky
2024-03-18validation: Check GuessVerificationProgress is not called with disconnected b...Ryan Ofsky
2024-03-18wallet: Add IsActiveScriptPubKeyManAva Chow
2024-03-18desc spkm: Add functions to retrieve specific private keysAva Chow
2024-03-18Merge bitcoin/bitcoin#29659: ci: Bump `TIDY_LLVM_V`fanquake
2024-03-18Unit tests for CalculateFeerateDiagramsForRBFGreg Sanders
2024-03-18test: unit test for ImprovesFeerateDiagramGreg Sanders
2024-03-18Add fuzz test for FeeFracGreg Sanders
2024-03-18fuzz: fuzz diagram creation and comparisonGreg Sanders
2024-03-18test: Add tests for CompareFeerateDiagram and CheckConflictTopologyGreg Sanders
2024-03-18fuzz: Add fuzz target for ImprovesFeerateDiagramGreg Sanders
2024-03-18Implement ImprovesFeerateDiagramGreg Sanders
2024-03-18Add FeeFrac unit testsGreg Sanders
2024-03-18Add FeeFrac utilsGreg Sanders
2024-03-17fuzz: actually test garbage >64b in p2p transport testPieter Wuille
2024-03-15wallet refactor: use CWalletTx member functions to determine tx stateishaanam
2024-03-15ci: Bump `TIDY_LLVM_V`Hennadii Stepanov
2024-03-14scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflictedishaanam
2024-03-14Remove unused g++-10 workaroundMarcoFalke
2024-03-13netbase: remove unnecessary log messageMatthew Zipkin
2024-03-13Avoid divide-by-zero in header sync logs when NodeClock is behindMarcoFalke
2024-03-13refactor: Modernize header sync logsMarcoFalke
2024-03-13Merge bitcoin/bitcoin#28193: test: add script compression coverage for not-on...Ava Chow
2024-03-13RPC: Add maxfeerate and maxburnamount args to submitpackageGreg Sanders
2024-03-13Merge bitcoin/bitcoin#29606: refactor: Reserve memory for ToLower/ToUpper con...Ava Chow
2024-03-13Merge bitcoin/bitcoin#29619: refactor: consolidate MempoolAcceptResult proces...Ava Chow
2024-03-13Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...Ava Chow
2024-03-12Merge bitcoin/bitcoin#29633: log: Remove error() referencefanquake
2024-03-12Merge bitcoin/bitcoin#26415: rpc,rest,zmq: faster getblock, NotifyBlock and r...Ava Chow
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-12rest: read raw block in rest_block and deserialize for jsonAndrew Toth
2024-03-12rpc: read raw block in getblock and deserialize for verbosity > 0Andrew Toth
2024-03-12zmq: read raw block with ReadRawBlockFromDiskAndrew Toth
2024-03-12blockstorage: check nPos in ReadRawBlockFromDisk before seeking backAndrew Toth
2024-03-12Merge bitcoin/bitcoin#29306: policy: enable sibling eviction for v3 transactionsAva Chow
2024-03-12log: Remove error() referenceFabian Jahr
2024-03-12refactor: init, simplify index shutdown codefurszy
2024-03-12index: decrease ThreadSync cs_main contentionfurszy
2024-03-12index: cache last block filter headerfurszy
2024-03-12blockstorage: do not flush block to disk if it is already thereMatthew Zipkin