Fixing the includes in args.h and system.h makes these missing includes (mostly logging.h) necessary. I can add them in a previous diff to limit this diff to args.h and system.h
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 22 2024
May 22 2024
PiRK added a comment to D16202: move-only: Extract common/args and common/config.cpp from util/system.
PiRK committed rABCe83d4c55116c: util, refactor: Drop explicit conversion to fs::path (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
util, refactor: Drop explicit conversion to fs::path
PiRK committed rABC488cdcd7aa94: util, refactor: Use GetPathArg to read "-rpccookiefile" value (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
util, refactor: Use GetPathArg to read "-rpccookiefile" value
PiRK added inline comments to D16202: move-only: Extract common/args and common/config.cpp from util/system.
Same benchmark with the data on a SSD disk:
PiRK updated the diff for D16202: move-only: Extract common/args and common/config.cpp from util/system.
nit: alphabetical sorting in CMakeLists.txt
PiRK requested review of D16202: move-only: Extract common/args and common/config.cpp from util/system.
PiRK committed rABCb57de34fea69: util, refactor: Use GetPathArg to read "-conf" value (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
util, refactor: Use GetPathArg to read "-conf" value
teamcity awarded D16199: util, refactor: Use GetPathArg to read "-conf" value a Haypence token.
@bot build-win64
PiRK committed rABC946cd1a1f86a: refactor: Stop using gArgs global in system.cpp (authored by Ryan Ofsky <ryan@ofsky.org>).
refactor: Stop using gArgs global in system.cpp
PiRK committed rABCf8f02358c908: util: make GetDataDir read-only & create datadir only in bitcoind and bitcoin-qt (authored by willcl-ark <will@256k1.dev>).
util: make GetDataDir read-only & create datadir only in bitcoind and bitcoin-qt
PiRK committed rABC62f6ad9702ad: gui: Prompt to reset settings when settings.json cannot be read (authored by Russell Yanofsky <russ@yanofsky.org>).
gui: Prompt to reset settings when settings.json cannot be read
May 21 2024
May 21 2024
PiRK updated the diff for D16193: util: make GetDataDir read-only & create datadir only in bitcoind and bitcoin-qt.
review
PiRK committed rABCff2bb4ba3632: refactor, blockstorage: Replace stopafterblockimport arg (authored by TheCharlatan <seb.kung@gmail.com>).
refactor, blockstorage: Replace stopafterblockimport arg
PiRK committed rABCd00ef4479e3c: refactor, blockstorage: Replace blocksdir arg (authored by TheCharlatan <seb.kung@gmail.com>).
refactor, blockstorage: Replace blocksdir arg
PiRK committed rABC4ebf2abf6302: refactor, BlockManager: Replace fastprune from arg with options (authored by PiRK).
refactor, BlockManager: Replace fastprune from arg with options
PiRK committed rABC99f7dd2d8b85: refactor: Move functions to BlockManager methods (authored by TheCharlatan <seb.kung@gmail.com>).
refactor: Move functions to BlockManager methods
PiRK committed rABCe84814fc26e1: zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier (authored by TheCharlatan <seb.kung@gmail.com>).
zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier
PiRK committed rABC1b5e4c74d4d5: refactor: Declare g_zmq_notification_interface as unique_ptr (authored by TheCharlatan <seb.kung@gmail.com>).
refactor: Declare g_zmq_notification_interface as unique_ptr
move GetFirstStoredBlock as well (core#25016), remove leftover TODO
fix check-crates target
rebase (check-crates should be fixed by D16189)
mq
teamcity awarded D16189: fix check-crates target a Haypence token.
PiRK added a comment to D16134: [chronik-client]+[alias-server]+[examples] Use local dep instead of npm.
@bot build-chronik
May 20 2024
May 20 2024
PiRK committed rABC4bf7aca6146c: Use PoolAllocator for CCoinsMap (authored by Martin Leitner-Ankerl <martin.ankerl@gmail.com>).
Use PoolAllocator for CCoinsMap
PiRK committed rABC4b916c68bdc2: Call ReallocateCache() on each Flush() (authored by Martin Leitner-Ankerl <martin.ankerl@gmail.com>).
Call ReallocateCache() on each Flush()
PiRK committed rABC574f749bd839: Calculate memory usage correctly for unordered_maps that use PoolAllocator (authored by Martin Leitner-Ankerl <martin.ankerl@gmail.com>).
Calculate memory usage correctly for unordered_maps that use PoolAllocator
PiRK committed rABCf93eddc5bfa5: Add pool based memory resource & allocator (authored by Martin Leitner-Ankerl <martin.ankerl@gmail.com>).
Add pool based memory resource & allocator
PiRK committed rABCda80299db64c: Add simulation-based CCoinsViewCache fuzzer (authored by Pieter Wuille <pieter@wuille.net>).
Add simulation-based CCoinsViewCache fuzzer
May 17 2024
May 17 2024
PiRK updated the summary of D16176: Calculate memory usage correctly for unordered_maps that use PoolAllocator.
PiRK published D16176: Calculate memory usage correctly for unordered_maps that use PoolAllocator for review.
PiRK committed rABC3e657f8f3c1d: util: improve streams.h:FindByte() performance (authored by Larry Ruane <larryruane@gmail.com>).
util: improve streams.h:FindByte() performance
PiRK committed rABCa2c47d769cc1: [bench] add streams findbyte (authored by gzhao408 <gzhao408@berkeley.edu>).
[bench] add streams findbyte
fix comment layouts
May 16 2024
May 16 2024
teamcity awarded D16178: Use PoolAllocator for CCoinsMap a Haypence token.
teamcity awarded D16176: Calculate memory usage correctly for unordered_maps that use PoolAllocator a Haypence token.
PiRK committed rABCd80b4c6190eb: coins: add Sync() method to allow flush without cacheCoins drop (authored by James O'Beirne <james.obeirne@gmail.com>).
coins: add Sync() method to allow flush without cacheCoins drop
PiRK committed rABC9006f52c6661: test: Create InsecureRandMoneyAmount() helper, de-duplicate add_coin methods (authored by PiRK).
test: Create InsecureRandMoneyAmount() helper, de-duplicate add_coin methods
PiRK committed rABC44b0c160029a: test: refactor: clarify the coins simulation (authored by James O'Beirne <james.obeirne@gmail.com>).
test: refactor: clarify the coins simulation
PiRK committed rABC4d970e2fdeef: Move random test util code from setup_common to random (authored by PiRK).
Move random test util code from setup_common to random
teamcity awarded D16156: test: Create InsecureRandMoneyAmount() helper, de-duplicate add_coin methods a Piece of Eight token.
PiRK added a comment to D16156: test: Create InsecureRandMoneyAmount() helper, de-duplicate add_coin methods.
@bot build-linux32 build-linux-arm
PiRK updated the diff for D16156: test: Create InsecureRandMoneyAmount() helper, de-duplicate add_coin methods.
test keeping 56 bytes CScript but adjusting COINS_SIZE to use the same value as Core