aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-21Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parsermerge-script
2024-05-20Merge bitcoin/bitcoin#30133: test: remove unneeded `-maxorphantx=1000` settingsglozow
2024-05-20Merge bitcoin/bitcoin#30066: test: add conflicting topology test caseglozow
2024-05-17test: remove unneeded `-maxorphantx=1000` settingsSebastian Falbesoner
2024-05-17Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindexAva Chow
2024-05-17Merge bitcoin/bitcoin#30048: crypto: add `NUMS_H` constAva Chow
2024-05-16wallet, test: Be able to always swap BDB endiannessAva Chow
2024-05-16test: Test bdb_ro dump of wallet without reset LSNsAva Chow
2024-05-16test: Test dumping dbs with overflow pagesAva Chow
2024-05-16test: Test dumps of other endian BDB filesAva Chow
2024-05-16bdb: Be able to make byteswapped databasesAva Chow
2024-05-16Error if LSNs are not resetAva Chow
2024-05-16Berkeley RO Database fuzz testTheCharlatan
2024-05-16tests: Add BerkeleyRO to db prefix testsAva Chow
2024-05-16wallettool: Optionally use BERKELEY_RO as format when dumping BDB walletsAva Chow
2024-05-16Add MakeBerkeleyRODatabaseAva Chow
2024-05-16Implement handling of other endianness in BerkeleyRODatabaseAva Chow
2024-05-16wallet: implement independent BDB deserializer in BerkeleyRODatabaseAva Chow
2024-05-16Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...Ryan Ofsky
2024-05-16Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by clientRyan Ofsky
2024-05-16kernel: De-globalize fReindexTheCharlatan
2024-05-16Merge bitcoin/bitcoin#30085: p2p: detect addnode cjdns peers in GetAddedNodeI...merge-script
2024-05-16Merge bitcoin/bitcoin#30097: crypto: disable asan for sha256_sse4 with clang ...merge-script
2024-05-15Merge bitcoin/bitcoin#28929: serialization: Support for multiple parametersAva Chow
2024-05-15Merge bitcoin-core/gui#722: wallet: Allow user to navigate options while encr...merge-script
2024-05-15Merge bitcoin/bitcoin#30000: p2p: index TxOrphanage by wtxid, allow entries w...Ryan Ofsky
2024-05-15crypto: disable asan for sha256_sse4 with clang and -O0Cory Fields
2024-05-15Merge bitcoin/bitcoin#30060: ci: Roll clang in test-each-commit taskmerge-script
2024-05-15ci: Roll test-each-commit UbuntuMarcoFalke
2024-05-15ci: Remove clang version pin in test-each-commitMarcoFalke
2024-05-15Merge bitcoin/bitcoin#30098: refactor: simplify `FormatSubVersion` using strp...merge-script
2024-05-15Merge bitcoin/bitcoin#30074: contrib: use ENV flags in get_archmerge-script
2024-05-14Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...Ava Chow
2024-05-14blockstorage: Don't move cursor backwards in UpdateBlockInfoRyan Ofsky
2024-05-14blockstorage: Rename FindBlockPos and have it return a FlatFilePosMartin Zumsande
2024-05-14validation, blockstorage: Separate code paths for reindex and saving new blocksMartin Zumsande
2024-05-14blockstorage: split up FindBlockPos functionMartin Zumsande
2024-05-14doc: Improve doc for functions involved in saving blocks to diskMartin Zumsande
2024-05-14doc: add comments and release-notes for JSON-RPC 2.0Matthew Zipkin
2024-05-14rpc: JSON-RPC 2.0 should not respond to "notifications"Matthew Zipkin
2024-05-14Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel libraryRyan Ofsky
2024-05-14rpc: Avoid returning HTTP errors for JSON-RPC 2.0 requestsMatthew Zipkin
2024-05-14rpc: Add "jsonrpc" field and drop null "result"/"error" fieldsMatthew Zipkin
2024-05-14rpc: identify JSON-RPC 2.0 requestsMatthew Zipkin
2024-05-14test: add conflicting topology test caseGreg Sanders
2024-05-14tests, fuzz: use new NUMS_H constjosibake
2024-05-14[log] updates in TxOrphanageglozow
2024-05-14[functional test] attackers sending mutated orphansglozow
2024-05-14[unit test] TxOrphanage handling of same-txid-different-witness txnsglozow
2024-05-14[p2p] allow entries with the same txid in TxOrphanageglozow