aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-10refactor: index, decouple 'Init' from 'Start'furszy
2023-07-09test: add ChaCha20 test triggering 32-bit block counter overflowSebastian Falbesoner
2023-07-08test: make assumeUTXO test capture the expected fatal errorfurszy
2023-07-07refactor: init indexes, decouple 'Start()' from the creation stepfurszy
2023-07-07scripted-diff: rename 'loadblk' thread name to 'initload'furszy
2023-07-07init: start indexes sync earlierfurszy
2023-07-07tests: improve ChaCha20 unit testsPieter Wuille
2023-07-07crypto: Implement RFC8439-compatible variant of ChaCha20Pieter Wuille
2023-07-07Merge bitcoin/bitcoin#28039: wallet: don't include bdb files from our headersAndrew Chow
2023-07-07Merge bitcoin/bitcoin#28038: wallet: address book migration bug fixesfanquake
2023-07-07wallet: bdb: include bdb header from our implementation files onlyCory Fields
2023-07-07wallet: bdb: don't use bdb define in headerCory Fields
2023-07-07wallet: bdb: move BerkeleyDatabase constructor to cpp fileCory Fields
2023-07-07wallet: bdb: move SafeDbt to cpp fileCory Fields
2023-07-07wallet: bdb: move SpanFromDbt to below SafeDbt's implementationCory Fields
2023-07-07Merge bitcoin/bitcoin#28012: util: Allow FastRandomContext::randbytes for std...fanquake
2023-07-07Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitSyncedfanquake
2023-07-07Merge bitcoin/bitcoin#28040: wallet: sqlite: don't include sqlite files from ...fanquake
2023-07-06Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ...Ryan Ofsky
2023-07-06wallet: bdb: move TxnBegin to cpp file since it uses a bdb functionCory Fields
2023-07-06wallet: bdb: drop default parameterCory Fields
2023-07-06wallet: sqlite: force sqlite3.h to be included by the cpp filesCory Fields
2023-07-06wallet: migration bugfix, persist empty labelsfurszy
2023-07-06wallet: migration bugfix, clone 'send' record label to all walletsfurszy
2023-07-06test: Restore unlimited timeout in IndexWaitSyncedMarcoFalke
2023-07-06Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading a ...glozow
2023-07-04Merge bitcoin-core/gui#696: Switch RPCConsole wallet selection to the one mos...Hennadii Stepanov
2023-07-04Merge bitcoin-core/gui#719: Remove confusing "Dust" label from coincontrol / ...Hennadii Stepanov
2023-07-03Merge bitcoin/bitcoin#27920: wallet: bugfix, always use apostrophe for spkm d...Andrew Chow
2023-07-03gui: send, left alignment for "bytes" and "change" labelfurszy
2023-07-03Fix RPCConsole wallet selectionJohn Moffett
2023-07-03qt: remove confusing "Dust" label from coincontrol / sendcoins dialogSebastian Falbesoner
2023-07-01descriptor: assert we never parse a sane miniscript with no pubkeyAntoine Poinsot
2023-07-01descriptor: refuse to parse unspendable miniscript descriptorsAntoine Poinsot
2023-06-30Merge bitcoin/bitcoin#27745: addrman: select addresses by network follow-upAndrew Chow
2023-06-30Merge bitcoin/bitcoin#28009: script, test: python typing and linter updatesfanquake
2023-06-30Consolidate Win32-specific error formattingJohn Moffett
2023-06-30Show descriptive error messages when FileCommit failsJohn Moffett
2023-06-30Allow std::byte serializationMarcoFalke
2023-06-30Allow FastRandomContext::randbytes for all byte typesMarcoFalke
2023-06-30Merge bitcoin/bitcoin#27988: test: Use same timeout for all index syncfanquake
2023-06-30Merge bitcoin/bitcoin#28002: refactor: remove in-code warning suppressionfanquake
2023-06-29Merge bitcoin/bitcoin#27863: net: do not `break` when `addr` is not from a di...Andrew Chow
2023-06-29script: appease spelling linterJon Atack
2023-06-29Merge bitcoin/bitcoin#27978: refactor: Drop unsafe AsBytePtr functionAndrew Chow
2023-06-29refactor: remove in-code warning suppressionfanquake
2023-06-29Merge bitcoin/bitcoin#27996: ci: filter all subtrees from tidy outputfanquake
2023-06-29Merge bitcoin/bitcoin#27932: test: Fuzz on macOSfanquake
2023-06-29ci: filter all subtrees from tidy outputfanquake
2023-06-29miniscript: make GetStackSize() and GetOps() return optionalsAntoine Poinsot