aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16fuzz: add more coverage for `ScriptPubKeyMan`brunoerg
2024-05-16util: avoid using thread_local variable that has a destructorVasil Dimov
2024-05-16doc: Clarify distinction between util and common libraries in libraries.mdRyan Ofsky
2024-05-16Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...Ryan Ofsky
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: add TransactionError includes and namespace declarationsRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-05-16common: Add PSBTError enumRyan Ofsky
2024-05-16util: move error.h TransactionError enum to node/types.hRyan Ofsky
2024-05-16util: move spanparsing.h to script/parsing.hRyan Ofsky
2024-05-16util: move spanparsing.h Split functions to string.hRyan Ofsky
2024-05-16util: move HexStr and HexDigit from util to cryptoTheCharlatan
2024-05-16util: move util/message to common/signmessageRyan Ofsky
2024-05-16build: move memory_cleanse from util to cryptoRyan Ofsky
2024-05-16build: move chainparamsbase from util to commonRyan Ofsky
2024-05-16test: Add check-deps.sh script to check for unexpected library dependenciesRyan 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-16Squashed 'src/secp256k1/' changes from d8311688bd..06bff6dec8fanquake
2024-05-16Update libsecp256k1 subtree to latest masterfanquake
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-15refactor: Use type-safe time in txorphanageMarcoFalke
2024-05-15rpc: Remove index-based Arg accessorMarcoFalke
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