aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-15Bugfix: bitcoin-cli: Check length of peer.transport_protocol_typeLuke Dashjr
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
2024-03-12index: blockfilter, decouple header lookup into its own functionfurszy
2024-03-12index: blockfilter, decouple Write into its own functionfurszy
2024-03-12bench: basic block filter index initial syncfurszy
2024-03-12Merge bitcoin/bitcoin#29236: log: Nuke error(...)fanquake
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-03-11Merge bitcoin/bitcoin#29458: refactor: Preallocate result in TryParseHex to a...Ava Chow
2024-03-11Merge bitcoin/bitcoin#29586: wallet: default wallet migration, modify inconve...Ava Chow
2024-03-11refactor: Remove unused error()MarcoFalke
2024-03-11scripted-diff: Replace error() with LogError()MarcoFalke
2024-03-11refactor: Make error() return type voidMarcoFalke
2024-03-11scripted-diff: return error(...); ==> error(...); return false;MarcoFalke
2024-03-11refactor: Add missing {} around error() callsMarcoFalke
2024-03-11Merge bitcoin/bitcoin#28120: p2p: make block download logic aware of limited ...Ava Chow
2024-03-11[refactor] consolidate invalid MempoolAcceptResult processingglozow
2024-03-11[refactor] consolidate valid MempoolAcceptResult processingglozow
2024-03-11Merge bitcoin/bitcoin#26564: test: test_bitcoin: allow -testdatadir=<datadir>Ava Chow
2024-03-08Merge bitcoin/bitcoin#29569: Rename CalculateHeadersWork to CalculateClaimedH...Ava Chow
2024-03-08Merge bitcoin/bitcoin#29393: i2p: log connection was refused due to arbitrary...Ava Chow
2024-03-08Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CSchedulerAva Chow
2024-03-08wallet: default wallet migration, modify inconvenient backup filenamefurszy
2024-03-08Reserve memory for ToLower/ToUpper conversionsLÅ‘rinc
2024-03-07rpc: refactor single/batch requestsMatthew Zipkin
2024-03-07rpc: Avoid copies in JSONRPCReplyObj()Matthew Zipkin
2024-03-07test: test_bitcoin: allow -testdatadir=<datadir>Larry Ruane
2024-03-07build: Add missed definition for `AM_OBJCXXFLAGS`Hennadii Stepanov
2024-03-07Merge bitcoin-core/gui#803: test: Set organization nameHennadii Stepanov