Age | Commit message (Expand) | Author |
2023-09-30 | validation: indexing changes for assumeutxo | James O'Beirne |
2023-09-30 | net_processing: validationinterface: ignore some events for bg chain | James O'Beirne |
2023-09-30 | wallet: validationinterface: only handle active chain notifications | James O'Beirne |
2023-09-30 | validationinterface: only send zmq notifications for active | James O'Beirne |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-30 | validation: only call UpdatedBlockTip for active chainstate | James O'Beirne |
2023-09-30 | validation: add ChainstateRole | James O'Beirne |
2023-09-30 | validation: MaybeRebalanceCaches when chain leaves IBD | James O'Beirne |
2023-09-30 | chainparams: add blockhash to AssumeutxoData | James O'Beirne |
2023-09-30 | assumeutxo: remove snapshot during -reindex{-chainstate} | James O'Beirne |
2023-09-30 | bugfix: correct is_snapshot_cs in VerifyDB | James O'Beirne |
2023-09-30 | net_processing: Request assumeutxo background chain blocks | Suhas Daftuar |
2023-09-29 | Merge bitcoin/bitcoin#27866: blockstorage: Return on fatal flush errors | Ryan Ofsky |
2023-09-29 | Merge bitcoin/bitcoin#28525: net: Drop v2 garbage authentication packet | Andrew Chow |
2023-09-28 | Update parameters in headerssync.cpp | Pieter Wuille |
2023-09-28 | Merge bitcoin/bitcoin#28450: Add package evaluation fuzzer | glozow |
2023-09-27 | Merge bitcoin/bitcoin#28505: rpc: bumpfee, improve doc for 'reduce_output' arg | Andrew Chow |
2023-09-27 | Add package evaluation fuzzer | Greg Sanders |
2023-09-27 | key: don't allocate secure mem for null (invalid) key | Pieter Wuille |
2023-09-27 | Add make_secure_unique helper | Anthony Towns |
2023-09-27 | net: Simplify v2 recv logic by decoupling AAD from state machine | Tim Ruffing |
2023-09-27 | net: Drop v2 garbage authentication packet | Tim Ruffing |
2023-09-26 | wallet: Check last block and conflict height are valid in MarkConflicted | Andrew Chow |
2023-09-26 | rpc: bumpfee, improve doc for 'reduce_output' arg | furszy |
2023-09-26 | Merge bitcoin/bitcoin#28483: refactor: Return CAutoFile from BlockManager::Op... | fanquake |
2023-09-23 | Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions... | fanquake |
2023-09-23 | Merge bitcoin/bitcoin#28492: RPC: `descriptorprocesspsbt` returns hex encoded... | Andrew Chow |
2023-09-22 | Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entries | Hennadii Stepanov |
2023-09-22 | Merge bitcoin-core/gui#739: Disable and uncheck blank when private keys are d... | Hennadii Stepanov |
2023-09-22 | Merge bitcoin-core/gui#755: Silence `-Wcast-function-type` warning | Hennadii Stepanov |
2023-09-21 | Merge bitcoin/bitcoin#28379: Refactor: Remove m_is_test_chain | fanquake |
2023-09-21 | Merge bitcoin/bitcoin#28471: Fix virtual size limit enforcement in transactio... | Andrew Chow |
2023-09-21 | Merge bitcoin/bitcoin#28078: net, refactor: remove unneeded exports, use help... | Andrew Chow |
2023-09-21 | Merge bitcoin/bitcoin#26366: rpc, test: `addnode` improv + add test coverage ... | Andrew Chow |
2023-09-20 | Merge bitcoin-core/gui#738: Add menu option to migrate a wallet | Hennadii Stepanov |
2023-09-20 | bench: Add SHA256 implementation specific benchmarks | Hennadii Stepanov |
2023-09-20 | Add ability to specify SHA256 implementation for benchmark purposes | Hennadii Stepanov |
2023-09-20 | Handle over-sized (in virtual bytes) packages with no in-mempool ancestors | Greg Sanders |
2023-09-20 | Merge bitcoin/bitcoin#27511: rpc: Add test-only RPC getaddrmaninfo for new/tr... | Andrew Chow |
2023-09-20 | Bugfix: Pass correct virtual size to CheckPackageLimits | Luke Dashjr |
2023-09-20 | Replace MAX_PACKAGE_SIZE with MAX_PACKAGE_WEIGHT to avoid vbyte confusion | Greg Sanders |
2023-09-20 | Merge bitcoin/bitcoin#28472: Remove MemPoolAccept::m_limits to avoid mutating... | Andrew Chow |
2023-09-20 | Merge bitcoin/bitcoin#28470: fuzz: Rework addr fuzzing | fanquake |
2023-09-19 | Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc... | Andrew Chow |
2023-09-19 | Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead... | fanquake |
2023-09-19 | Remove SER_GETHASH, hard-code client version in CKeyPool serialize | MarcoFalke |
2023-09-19 | Remove CHashWriter type | MarcoFalke |
2023-09-19 | Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader | MarcoFalke |
2023-09-19 | fuzz: Add missing PROVIDE_FUZZ_MAIN_FUNCTION guard to __AFL_FUZZ_INIT | MarcoFalke |
2023-09-19 | rpc: Introduce getaddrmaninfo for count of addresses stored in new/tried table | stratospher |