- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 23 2025
Sep 23 2025
PiRK committed rABCee4d94cbd4e7: test: sync with validation interface queue before avalanche processor is… (authored by PiRK).
test: sync with validation interface queue before avalanche processor is…
Sep 22 2025
Sep 22 2025
PiRK updated the summary of D18665: test: sync with validation interface queue before avalanche processor is destructed.
this is going to be tedious if CI does not give the same results as the local run, and I need to update the diff repeatedly until no error is left
PiRK committed rABC9c060960d38f: test: refactor: simplify p2p_tx_download.py and p2p_eviction by using MiniWallet (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: refactor: simplify p2p_tx_download.py and p2p_eviction by using MiniWallet
undo unrelated blank line changes
/work/src/test/fuzz/script.cpp:47:19: error: the const qualified variable 'script' is copy-constructed from a const reference; consider making it a const reference [performance-unnecessary-copy-initialization,-warnings-as-errors]
const CScript script{*script_opt};PiRK committed rABC88084bd8ee9d: Remove redundant p2p lock tacking for tx download functional tests (authored by Antoine Riard <ariard@student.42.fr>).
Remove redundant p2p lock tacking for tx download functional tests
PiRK committed rABCfcf5f91c2bf7: Add mutation for functional test test_preferred_inv (authored by Antoine Riard <ariard@student.42.fr>).
Add mutation for functional test test_preferred_inv
test: use a dataclass in p2p_inv_download
[electrum] bump RPC timeout
Sep 20 2025
Sep 20 2025
Sep 19 2025
Sep 19 2025
PiRK requested review of D18654: Remove redundant p2p lock tacking for tx download functional tests.
Sep 18 2025
Sep 18 2025
[chronik] bump karyon to 0.6.1
Sep 17 2025
Sep 17 2025
PiRK committed rABCf13ec8de4134: validation: add randomness to periodic write interval (authored by Andrew Toth <andrewstoth@gmail.com>).
validation: add randomness to periodic write interval
PiRK committed rABCa609ba3b96f8: refactor: replace m_last_write with m_next_write (authored by Andrew Toth <andrewstoth@gmail.com>).
refactor: replace m_last_write with m_next_write
PiRK committed rABC9f6f7f0b56ad: refactor: rename fDoFullFlush to should_write (authored by Andrew Toth <andrewstoth@gmail.com>).
refactor: rename fDoFullFlush to should_write
PiRK committed rABC909eaae6d6c6: validation: write chainstate to disk every hour (authored by Andrew Toth <andrewstoth@gmail.com>).
validation: write chainstate to disk every hour
PiRK committed rABC174328189e9b: test: chainstate write test for periodic chainstate flush (authored by Andrew Toth <andrewstoth@gmail.com>).
test: chainstate write test for periodic chainstate flush
PiRK committed rABC4aeef5c576fa: Use steady clock in SeedStrengthen and FlushStateToDisk (authored by MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>).
Use steady clock in SeedStrengthen and FlushStateToDisk
Sep 16 2025
Sep 16 2025
the failure is from before the rebase, I missed that build when i killed all the pending job
rebase
rebase
rebase
fix rebase accident, code duplication and misplaced m_last_write
PiRK committed rABC6b1f6481a8de: tracing: correctly scope utxocache:flush tracepoint (authored by Arnab Sen <arnabsen1729@gmail.com>).
tracing: correctly scope utxocache:flush tracepoint
i'm getting a test failure locally, maybe rebase accident (on D18636). let me investigate
rebase
- blank line
PiRK committed rABC92cccb4223a0: test: feature_init, only init what's needed per perturbation/deletion round (authored by furszy <matiasfurszyfer@protonmail.com>).
test: feature_init, only init what's needed per perturbation/deletion round
PiRK committed rABCd023db402859: test: feature_init, ensure indexes are synced prior to perturbing files (authored by furszy <matiasfurszyfer@protonmail.com>).
test: feature_init, ensure indexes are synced prior to perturbing files
PiRK committed rABCeb275a50b28c: qa: Add missing coverage of corrupt indexes (authored by Hodlinator <172445034+hodlinator@users.noreply.github.com>).
qa: Add missing coverage of corrupt indexes
PiRK committed rABCaa720a38cd98: qa: Wait for txindex to avoid race condition (authored by Hodlinator <172445034+hodlinator@users.noreply.github.com>).
qa: Wait for txindex to avoid race condition
PiRK committed rABC68c6da14bb9a: init: abort loading of blockindex in case of missing height. (authored by brunoerg <brunoely.gc@gmail.com>).
init: abort loading of blockindex in case of missing height.
Sep 15 2025
Sep 15 2025
PiRK committed rABC5ce650ca3304: validation: don't erase coins cache on prune flushes (authored by Andrew Toth <andrewstoth@gmail.com>).
validation: don't erase coins cache on prune flushes
PiRK committed rABC6e5e507f649d: Add linked-list test to CCoinsViewCache::SanityCheck (authored by Pieter Wuille <pieter@wuille.net>).
Add linked-list test to CCoinsViewCache::SanityCheck
PiRK committed rABC86c6aab89e91: coins: move Sync logic to CoinsViewCacheCursor (authored by Andrew Toth <andrewstoth@gmail.com>).
coins: move Sync logic to CoinsViewCacheCursor
PiRK committed rABC59cd22a650d0: coins: pass linked list of flagged entries to BatchWrite (authored by Andrew Toth <andrewstoth@gmail.com>).
coins: pass linked list of flagged entries to BatchWrite
PiRK committed rABC1f832923d287: coins: track flagged cache entries in linked list (authored by Andrew Toth <andrewstoth@gmail.com>).
coins: track flagged cache entries in linked list
PiRK committed rABCb568be9a0798: coins: call ClearFlags in CCoinsCacheEntry destructor (authored by Andrew Toth <andrewstoth@gmail.com>).
coins: call ClearFlags in CCoinsCacheEntry destructor
PiRK committed rABCd6cdcc3d76e3: refactor: add CoinsCachePair alias (authored by Andrew Toth <andrewstoth@gmail.com>).
refactor: add CoinsCachePair alias
PiRK committed rABCb7520216d225: refactor: require self and sentinel parameters for AddFlags (authored by Andrew Toth <andrewstoth@gmail.com>).
refactor: require self and sentinel parameters for AddFlags