aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-23http: update libevent workaround to correct versionstickies-v
2023-06-23MaybePunishNodeForTx: Remove unused message arg and loggingGreg Sanders
2023-06-22Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...Andrew Chow
2023-06-22test: Run fuzz tests on macOSMarcoFalke
2023-06-22Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linterfanquake
2023-06-22Added static_assert to check that base_blob is using whole bytes.Brotcrunsher
2023-06-21[fuzz] Show that SRD budgets for non-dust changeMurch
2023-06-21[bug] Increase SRD target by change_feeMurch
2023-06-21net: Give seednodes time before falling back to fixed seedsMartin Zumsande
2023-06-21Merge bitcoin/bitcoin#27921: fuzz: Avoid OOM in transaction fuzz targetfanquake
2023-06-21Update src/secp256k1 subtree to version with ElligatorSwift supportPieter Wuille
2023-06-21Squashed 'src/secp256k1/' changes from 4258c54f4e..705ce7ed8cPieter Wuille
2023-06-21Merge bitcoin/bitcoin#27905: validation: add missing insert to m_dirty_blocki...fanquake
2023-06-21Merge bitcoin/bitcoin#27822: Renamed UniValue::__pushKV to UniValue::pushKVEnd.fanquake
2023-06-21fuzz: Avoid OOM in transaction fuzz targetMarcoFalke
2023-06-20Merge bitcoin/bitcoin#27890: refactor: Make m_count_with_* in CTxMemPoolEntry...glozow
2023-06-20Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet...Ryan Ofsky
2023-06-20Merge bitcoin/bitcoin#27632: Raise on invalid -debug and -loglevel config opt...Andrew Chow
2023-06-20Merge bitcoin/bitcoin#27907: bench: bugfix, disable birth time block skip for...Andrew Chow
2023-06-20Merge bitcoin/bitcoin#27917: fuzz: Fix implicit-integer-sign-change in wallet...fanquake
2023-06-20Merge bitcoin/bitcoin#27622: Fee estimation: avoid serving stale fee estimateglozow
2023-06-20fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz targetMarcoFalke
2023-06-20scripted-diff: Following the C++ Standard rules for identifiers with _.Brotcrunsher
2023-06-19salvage: Remove use of ReadKeyValue in salvageAndrew Chow
2023-06-19feerate: For GetFeePerK() return nSatoshisPerK instead of round trip through ...Andrew Chow
2023-06-19Merge bitcoin/bitcoin#27902: fuzz: wallet, add target for `CoinControl`Andrew Chow
2023-06-19walletdb: Refactor hd chain loading to its own functionAndrew Chow
2023-06-19walletdb: Refactor encryption key loading to its own functionAndrew Chow
2023-06-19walletdb: Refactor crypted key loading to its own functionAndrew Chow
2023-06-19walletdb: Refactor key reading and loading to its own functionAndrew Chow
2023-06-17fuzz: wallet, add target for CoinControlAyush Singh
2023-06-16bench: disable birth time block skip for wallet_create_tx.cppfurszy
2023-06-16validation: add missing insert to m_dirty_blockindexMartin Zumsande
2023-06-16Merge bitcoin/bitcoin#27757: rpc: remove deprecated "warning" field from {cre...Andrew Chow
2023-06-16Remove the syscall sandboxfanquake
2023-06-15validation: Stricter assumeutxo error handling in InvalidateCoinsDBOnDiskRyan Ofsky
2023-06-15validation: Stricter assumeutxo error handling in LoadChainstateRyan Ofsky
2023-06-15Merge bitcoin/bitcoin#27892: refactor: Avoid copy of bilingual_str when forma...Andrew Chow
2023-06-15refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGEJon Atack
2023-06-15init: remove config option names from translated -loglevel stringsJon Atack
2023-06-15net: net_processing, add `ProcessCompactBlockTxns`brunoerg
2023-06-15refactor: Avoid copy of bilingual_str when formatting, Fix ADL violationMarcoFalke
2023-06-14tx fees, policy: read stale fee estimates with a regtest-only optionismaelsadeeq
2023-06-14tx fees, policy: do not read estimates of old fee_estimates.datismaelsadeeq
2023-06-14refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN suppMarcoFalke
2023-06-14tx fees, policy: periodically flush fee estimates to fee_estimates.datismaelsadeeq
2023-06-14test: Kill `BOOST_ASSERT`Hennadii Stepanov
2023-06-14init: raise on invalid loglevel config optionJon Atack
2023-06-14init: raise on invalid debug/debugexclude config optionsJon Atack
2023-06-14fuzz: wallet, add target for `fees`brunoerg