aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-26Merge bitcoin/bitcoin#27914: feerate: For GetFeePerK() return nSatoshisPerK i...fanquake
2023-06-23Merge bitcoin/bitcoin#26969: net, refactor: net_processing, add `ProcessCompa...Andrew Chow
2023-06-23Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back to ...Andrew Chow
2023-06-23Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_feeAndrew Chow
2023-06-23Merge bitcoin/bitcoin#26828: assumeutxo: catch and log fs::remove error inste...Andrew Chow
2023-06-22Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...Andrew Chow
2023-06-22Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linterfanquake
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-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-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-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-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
2023-06-14Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa...Ryan Ofsky
2023-06-13Merge bitcoin/bitcoin#27876: test: (refactor) Use datadir from options in cha...Andrew Chow
2023-06-13wallet: Document blank flag use in descriptor walletsRyan Ofsky
2023-06-13wallet: Ensure that the blank wallet flag is unset after importsAndrew Chow
2023-06-13Merge bitcoin/bitcoin#27806: fuzz: Fix mini_miner_selection running out of coinfanquake
2023-06-13Merge bitcoin/bitcoin#23962: Use `int32_t` type for most transaction size/wei...Andrew Chow
2023-06-13scripted-diff: Use datadir from options in chainstatemanager testTheCharlatan