- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 3 2024
May 3 2024
PiRK committed rABC74a272dafa08: refactor, dbwrapper: Add DBParams and DBOptions structs (authored by Ryan Ofsky <ryan@ofsky.org>).
refactor, dbwrapper: Add DBParams and DBOptions structs
PiRK committed rABC788e09ea04bf: refactor, txdb: Add CoinsViewOptions struct (authored by Ryan Ofsky <ryan@ofsky.org>).
refactor, txdb: Add CoinsViewOptions struct
PiRK committed rABCb4054a5c21a9: coinstats: Split node/coinstats.h to kernel/coinstats.h (authored by Carl Dong <contact@carldong.me>).
coinstats: Split node/coinstats.h to kernel/coinstats.h
PiRK committed rABCef67236e5cc0: coinstats: Move hasher codepath to kernel/coinstats (authored by Carl Dong <contact@carldong.me>).
coinstats: Move hasher codepath to kernel/coinstats
PiRK committed rABC958c08f85305: Index: Use prune locks for blockfilterindex (authored by Fabian Jahr <fjahr@protonmail.com>).
Index: Use prune locks for blockfilterindex
PiRK committed rABC792ecf617ce3: blockstorage: Add prune locks to BlockManager (authored by Fabian Jahr <fjahr@protonmail.com>).
blockstorage: Add prune locks to BlockManager
teamcity awarded D16097: Index: Use prune locks for blockfilterindex a Haypence token.
@bot build-tsan
add UpdatePruneLock function
move unused updateprunelock function to the next diff
May 2 2024
May 2 2024
nit: comment style
rebase, remove temporary libbitcoinkernel dependencies in CMakeLists.txt now that chainstate.cpp no longer needs them
rebase
rebase
rebase on D16099
Note that phabricator and git get confused by the moving of code and interpret it as a kernel/coinstats.h->node/coinstats.h copy (and vice-versa). But the code is only moved from a node to a kernel header.
rebase
we need database_args.cpp also for bitcoin-chainstate
Maybe there is an issue with bitcoin-chainstate
PiRK committed rABC33fc32118f77: log: mempool: log removal reason in validation interface (authored by James O'Beirne <james.obeirne@pm.me>).
log: mempool: log removal reason in validation interface
remove MemPoolRemovalReason::REPLACED
May 1 2024
May 1 2024
Apr 30 2024
Apr 30 2024
I can't see how this can cause the build failures, so I queued a new build.
PiRK committed rABC17e17ba21d0b: Bypass headers anti-DoS checks for NoBan peers (authored by Suhas Daftuar <sdaftuar@gmail.com>).
Bypass headers anti-DoS checks for NoBan peers
Apr 29 2024
Apr 29 2024
PiRK committed rABC894c058950f4: refactor: make active_chain_tip a reference (authored by Aurèle Oulès <aurele@oules.com>).
refactor: make active_chain_tip a reference
PiRK committed rABCf73333d93673: refactor: move CBlockIndex#ToString() from header to implementation (authored by Jon Atack <jon@atack.com>).
refactor: move CBlockIndex#ToString() from header to implementation
PiRK committed rABCf25f9daad24e: CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash() (authored by Jon Atack <jon@atack.com>).
CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()
PiRK committed rABC820b59d6c5f1: DiskBlockIndex: remove unused ToString() class member (authored by Jon Atack <jon@atack.com>).
DiskBlockIndex: remove unused ToString() class member
PiRK committed rABCa6daebfeafe3: CBlockIndex: ensure phashBlock is not nullptr before dereferencing (authored by Jon Atack <jon@atack.com>).
CBlockIndex: ensure phashBlock is not nullptr before dereferencing
PiRK committed rABCbb8db084544e: Remove unused SetTip(nullptr) code (authored by MacroFake <falke.marco@gmail.com>).
Remove unused SetTip(nullptr) code
PiRK requested review of D16073: refactor: move CBlockIndex#ToString() from header to implementation.
PiRK requested review of D16073: refactor: move CBlockIndex#ToString() from header to implementation.
PiRK requested review of D16070: CBlockIndex: ensure phashBlock is not nullptr before dereferencing.
PiRK committed rABC06a8ad6a7c7a: Fix implicit-integer-sign-change in verifychain (authored by MarcoFalke <falke.marco@gmail.com>).
Fix implicit-integer-sign-change in verifychain
teamcity awarded D16067: Fix implicit-integer-sign-change in verifychain a Haypence token.
@bot build-ubsan
Apr 24 2024
Apr 24 2024
Apr 20 2024
Apr 20 2024
Apr 19 2024
Apr 19 2024
PiRK committed rABCaf1b6173188b: test: simplify tests by using the pre-mined chain (authored by kouloumos <kouloumosa@gmail.com>).
test: simplify tests by using the pre-mined chain
PiRK committed rABCb5e5bf5848a0: blockstorage: Adjust fastprune limit if block exceeds blockfile size (authored by Martin Zumsande <mzumsande@gmail.com>).
blockstorage: Adjust fastprune limit if block exceeds blockfile size
PiRK committed rABCf6a05e907fe5: test: remove redundant blocks generation logic (authored by kouloumos <kouloumosa@gmail.com>).
test: remove redundant blocks generation logic
PiRK committed rABC50a396b65019: test: add `rescan_utxos` in MiniWallet's initialization (authored by kouloumos <kouloumosa@gmail.com>).
test: add `rescan_utxos` in MiniWallet's initialization
PiRK committed rABCd0401f334206: test: Remove from_node from create_self_transfer* MiniWallet helpers (authored by MacroFake <falke.marco@gmail.com>).
test: Remove from_node from create_self_transfer* MiniWallet helpers
PiRK updated the summary of D16023: blockstorage: Adjust fastprune limit if block exceeds blockfile size.
will check
PiRK published D16023: blockstorage: Adjust fastprune limit if block exceeds blockfile size for review.