Age | Commit message (Expand) | Author |
2023-06-23 | http: update libevent workaround to correct version | stickies-v |
2023-06-23 | MaybePunishNodeForTx: Remove unused message arg and logging | Greg Sanders |
2023-06-22 | Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w... | Andrew Chow |
2023-06-22 | test: Run fuzz tests on macOS | MarcoFalke |
2023-06-22 | Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linter | fanquake |
2023-06-22 | Added static_assert to check that base_blob is using whole bytes. | Brotcrunsher |
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 | Update src/secp256k1 subtree to version with ElligatorSwift support | Pieter Wuille |
2023-06-21 | Squashed 'src/secp256k1/' changes from 4258c54f4e..705ce7ed8c | Pieter Wuille |
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 | salvage: Remove use of ReadKeyValue in salvage | Andrew Chow |
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-19 | walletdb: Refactor hd chain loading to its own function | Andrew Chow |
2023-06-19 | walletdb: Refactor encryption key loading to its own function | Andrew Chow |
2023-06-19 | walletdb: Refactor crypted key loading to its own function | Andrew Chow |
2023-06-19 | walletdb: Refactor key reading and loading to its own function | 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-16 | Remove the syscall sandbox | fanquake |
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 |