Age | Commit message (Expand) | Author |
2023-06-26 | Merge bitcoin/bitcoin#27914: feerate: For GetFeePerK() return nSatoshisPerK i... | fanquake |
2023-06-23 | Merge bitcoin/bitcoin#26969: net, refactor: net_processing, add `ProcessCompa... | Andrew Chow |
2023-06-23 | Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back to ... | Andrew Chow |
2023-06-23 | Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_fee | Andrew Chow |
2023-06-23 | Merge bitcoin/bitcoin#26828: assumeutxo: catch and log fs::remove error inste... | Andrew Chow |
2023-06-22 | Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w... | Andrew Chow |
2023-06-22 | Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linter | fanquake |
2023-06-21 | [fuzz] Show that SRD budgets for non-dust change | Murch |
2023-06-21 | [bug] Increase SRD target by change_fee | Murch |
2023-06-21 | net: Give seednodes time before falling back to fixed seeds | Martin Zumsande |
2023-06-21 | Merge bitcoin/bitcoin#27921: fuzz: Avoid OOM in transaction fuzz target | fanquake |
2023-06-21 | Merge bitcoin/bitcoin#27905: validation: add missing insert to m_dirty_blocki... | fanquake |
2023-06-21 | Merge bitcoin/bitcoin#27822: Renamed UniValue::__pushKV to UniValue::pushKVEnd. | fanquake |
2023-06-21 | fuzz: Avoid OOM in transaction fuzz target | MarcoFalke |
2023-06-20 | Merge bitcoin/bitcoin#27890: refactor: Make m_count_with_* in CTxMemPoolEntry... | glozow |
2023-06-20 | Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet... | Ryan Ofsky |
2023-06-20 | Merge bitcoin/bitcoin#27632: Raise on invalid -debug and -loglevel config opt... | Andrew Chow |
2023-06-20 | Merge bitcoin/bitcoin#27907: bench: bugfix, disable birth time block skip for... | Andrew Chow |
2023-06-20 | Merge bitcoin/bitcoin#27917: fuzz: Fix implicit-integer-sign-change in wallet... | fanquake |
2023-06-20 | Merge bitcoin/bitcoin#27622: Fee estimation: avoid serving stale fee estimate | glozow |
2023-06-20 | fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target | MarcoFalke |
2023-06-20 | scripted-diff: Following the C++ Standard rules for identifiers with _. | Brotcrunsher |
2023-06-19 | feerate: For GetFeePerK() return nSatoshisPerK instead of round trip through ... | Andrew Chow |
2023-06-19 | Merge bitcoin/bitcoin#27902: fuzz: wallet, add target for `CoinControl` | Andrew Chow |
2023-06-17 | fuzz: wallet, add target for CoinControl | Ayush Singh |
2023-06-16 | bench: disable birth time block skip for wallet_create_tx.cpp | furszy |
2023-06-16 | validation: add missing insert to m_dirty_blockindex | Martin Zumsande |
2023-06-16 | Merge bitcoin/bitcoin#27757: rpc: remove deprecated "warning" field from {cre... | Andrew Chow |
2023-06-15 | validation: Stricter assumeutxo error handling in InvalidateCoinsDBOnDisk | Ryan Ofsky |
2023-06-15 | validation: Stricter assumeutxo error handling in LoadChainstate | Ryan Ofsky |
2023-06-15 | Merge bitcoin/bitcoin#27892: refactor: Avoid copy of bilingual_str when forma... | Andrew Chow |
2023-06-15 | refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGE | Jon Atack |
2023-06-15 | init: remove config option names from translated -loglevel strings | Jon Atack |
2023-06-15 | net: net_processing, add `ProcessCompactBlockTxns` | brunoerg |
2023-06-15 | refactor: Avoid copy of bilingual_str when formatting, Fix ADL violation | MarcoFalke |
2023-06-14 | tx fees, policy: read stale fee estimates with a regtest-only option | ismaelsadeeq |
2023-06-14 | tx fees, policy: do not read estimates of old fee_estimates.dat | ismaelsadeeq |
2023-06-14 | refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp | MarcoFalke |
2023-06-14 | tx fees, policy: periodically flush fee estimates to fee_estimates.dat | ismaelsadeeq |
2023-06-14 | test: Kill `BOOST_ASSERT` | Hennadii Stepanov |
2023-06-14 | init: raise on invalid loglevel config option | Jon Atack |
2023-06-14 | init: raise on invalid debug/debugexclude config options | Jon Atack |
2023-06-14 | fuzz: wallet, add target for `fees` | brunoerg |
2023-06-14 | Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa... | Ryan Ofsky |
2023-06-13 | Merge bitcoin/bitcoin#27876: test: (refactor) Use datadir from options in cha... | Andrew Chow |
2023-06-13 | wallet: Document blank flag use in descriptor wallets | Ryan Ofsky |
2023-06-13 | wallet: Ensure that the blank wallet flag is unset after imports | Andrew Chow |
2023-06-13 | Merge bitcoin/bitcoin#27806: fuzz: Fix mini_miner_selection running out of coin | fanquake |
2023-06-13 | Merge bitcoin/bitcoin#23962: Use `int32_t` type for most transaction size/wei... | Andrew Chow |
2023-06-13 | scripted-diff: Use datadir from options in chainstatemanager test | TheCharlatan |