< September 2024 >
Su Mo Tu We Th Fr Sa 12345678910 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
2022-06-16
<bitcoin-git>
[bitcoin] glozow closed pull request #21413: [rfc] add option to bypass contextual timelocks in testmempoolaccept? (master...2021-03-bypass-timelocks) https://github.com/bitcoin/bitcoin/pull/21413
<bitcoin-git>
[bitcoin] fanquake merged pull request #25382: doc requirement that replacement must have higher feerate than direct conflicts (master...2022-06-rbf-feerate-rule) https://github.com/bitcoin/bitcoin/pull/25382
<bitcoin-git>
[bitcoin] furszy opened pull request #25383: wallet: don't read db every time that a new 'WalletBatch' is created (master...2022_wallet_db_read) https://github.com/bitcoin/bitcoin/pull/25383
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25358: test: passing a value below 5 MB to -maxmempool should throw an error (master...2022-06-test-minimum-maxmempool) https://github.com/bitcoin/bitcoin/pull/25358
<bitcoin-git>
bitcoin/master 216c9b0 brunoerg: test: passing a value below 5 MB to -maxmempool should throw an error
<bitcoin-git>
bitcoin/master 6acba84 MacroFake: Merge bitcoin/bitcoin#25358: test: passing a value below 5 MB to -maxmempo...
<bitcoin-git>
[bitcoin] glozow opened pull request #25382: doc and test requirement that replacement must have higher feerate than direct conflicts (master...2022-06-rbf-feerate-rule) https://github.com/bitcoin/bitcoin/pull/25382
<bitcoin-git>
[bitcoin] darosior opened pull request #25380: Detect and ignore transactions that were CPFP'd in the fee estimator (master...fee_estimator_disable_cpfp) https://github.com/bitcoin/bitcoin/pull/25380
<bitcoin-git>
[bitcoin] kouloumos opened pull request #25379: test: use MiniWallet to simplify mempool_package_limits.py tests (master...simplify-mempool_package_limits.py) https://github.com/bitcoin/bitcoin/pull/25379
<bitcoin-git>
[bitcoin] ishaanam opened pull request #25375: rpc: add minconf option to sendall and fund transaction calls (master...fundrawtransaction_minconf) https://github.com/bitcoin/bitcoin/pull/25375
<bitcoin-git>
[bitcoin] theStack opened pull request #25370: test: check for `getblocktxn` request with out-of-bounds tx index (master...202206-test-check_getblocktxn_out_of_bounds_tx_index) https://github.com/bitcoin/bitcoin/pull/25370
<bitcoin-git>
[bitcoin] theStack opened pull request #25367: message-capture-parser: fix out of bounds error for empty vectors (master...202206-contrib-fix_message_capture_out_of_bounds) https://github.com/bitcoin/bitcoin/pull/25367
2022-06-13
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25366: util, rpc: Add parameter to `deriveaddresses` to display address information (master...desc_rpc) https://github.com/bitcoin/bitcoin/pull/25366
<bitcoin-git>
[bitcoin] dhruv closed pull request #20962: Alter the ChaCha20Poly1305@Bitcoin AEAD to the new specification (master...2020/12/aead_v2) https://github.com/bitcoin/bitcoin/pull/20962
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25358: test: passing a value below 5 MB to -maxmempool should throw an error (master...2022-06-test-minimum-maxmempool) https://github.com/bitcoin/bitcoin/pull/25358
<bitcoin-git>
[bitcoin] fanquake opened pull request #25357: guix: drop `-z,noexecstack` for PPC64 (master...drop_noexecstack_for_ppc64) https://github.com/bitcoin/bitcoin/pull/25357
<bitcoin-git>
[bitcoin] vasild opened pull request #25355: I2P: add support for transient addresses for outbound connections (master...i2p_transient_outbound_addr) https://github.com/bitcoin/bitcoin/pull/25355
<bitcoin-git>
[bitcoin] fjahr opened pull request #25352: test: Fix previous release binary download script for Apple ARM64 (master...2022-06-prev-version-arm64) https://github.com/bitcoin/bitcoin/pull/25352
<bitcoin-git>
[bitcoin] fjahr opened pull request #25351: rpc, wallet: Scan mempool after import* - Second attempt (master...202204-import-scan) https://github.com/bitcoin/bitcoin/pull/25351
<bitcoin-git>
[gui] furszy opened pull request #617: gui: reset options, notify user about backup creation (master...2022_gui_settings_backup) https://github.com/bitcoin-core/gui/pull/617
<bitcoin-git>
[bitcoin] jonatack opened pull request #25349: refactor: CDiskBlockIndex ToString() and GetBlockHash() for consistent behavior and safety (master...2022-06-CDiskBlockIndex-class-design) https://github.com/bitcoin/bitcoin/pull/25349
<bitcoin-git>
[bitcoin] rodentrabies opened pull request #25344: New `extra_outputs` argument for `bumpfee`/`psbtbumpfee` (master...bumpfee-extra-outputs) https://github.com/bitcoin/bitcoin/pull/25344
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25339: RPC/blockchain: Elaborate on scantxoutset documentation (master...rpcdoc_scantxoutset_20220611a) https://github.com/bitcoin/bitcoin/pull/25339
<bitcoin-git>
[bitcoin] hebasto opened pull request #25338: scripted-diff: Avoid incompatibility with CMake AUTOUIC feature (master...220611-autouic) https://github.com/bitcoin/bitcoin/pull/25338
<bitcoin-git>
[bitcoin] furszy opened pull request #25337: refactor: encapsulate wallet's address book access (master...2022_encapsulate_addressbook_access) https://github.com/bitcoin/bitcoin/pull/25337
<bitcoin-git>
bitcoin/master f9682e7 dergoegge: [test_framework] Set PortSeed.n directly after initialising params
<bitcoin-git>
bitcoin/master ea54ba2 dergoegge: [test] Fix port collisions caused by p2p_getaddr_caching.py
<michaelfolkson>
But yeah should move to #bitcoin-core-pr-reviews
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25331: Add HashWriter without ser-type and ser-version and use it where possible (master...2206-hashwriter-👽) https://github.com/bitcoin/bitcoin/pull/25331
<michaelfolkson>
amirreza: This would be better asked on #bitcoin-core-pr-reviews as it isn't related to any ongoing Core development (afaik).
<bitcoin-git>
[bitcoin] martinus opened pull request #25325: [WIP] Add pool based memory resource (master...2022-06-very-not-scary-NodePoolResource) https://github.com/bitcoin/bitcoin/pull/25325
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25321: p2p: Stop treating message size as misbehavior (master...2206-less-mis-🔈) https://github.com/bitcoin/bitcoin/pull/25321
<bitcoin-git>
[bitcoin] brokenprogrammer opened pull request #25320: util: modify Win32LockedPageAllocator to query windows for limit. (master...win32-lockedpageallocator-limit) https://github.com/bitcoin/bitcoin/pull/25320
<bitcoin-git>
[gui] mruddy closed pull request #595: Avoid unclean exit due to permissions issues when setting start on system startup (master...issue_24953) https://github.com/bitcoin-core/gui/pull/595
<bitcoin-git>
[bitcoin] fanquake merged pull request #25307: doc: fix typo in kernel/context.h and add `desig` to ignore-words (master...2022-06-fix-typo-kernel) https://github.com/bitcoin/bitcoin/pull/25307
<bitcoin-git>
bitcoin/master d575413 brunoerg: doc: add `desig` to ignore-words
<bitcoin-git>
bitcoin/master e3c08eb fanquake: Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add `de...
<brokenprogrammer>
Hello, I'm new to bitcoin core development and recently just submitted my first PR. Currently looking for more stuff to do!
2022-06-08
<bitcoin-git>
[bitcoin] Empact opened pull request #25315: Add warning on first startup if free disk space is less than necessary (master...disk-space-check) https://github.com/bitcoin/bitcoin/pull/25315
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25314: p2p: always set nTime for self-advertisements (master...202206_missing_ntime) https://github.com/bitcoin/bitcoin/pull/25314
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #25308: refactor: Reduce number of LoadChainstate parameters and return values (master...pr/retcode) https://github.com/bitcoin/bitcoin/pull/25308
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25307: doc: fix typo in kernel/context.h and add `desig` to ignore-words (master...2022-06-fix-typo-kernel) https://github.com/bitcoin/bitcoin/pull/25307
<bitcoin-git>
[gui] jadijadi opened pull request #615: If -prune=0 is set, Uncheck Prune on Intro page (master...jadi-prune-uncheck) https://github.com/bitcoin-core/gui/pull/615
<bitcoin-git>
[bitcoin] jonatack opened pull request #25306: logging: add LogPrintfCategory to log unconditionally with category (master...2022-06-logprintfcategory) https://github.com/bitcoin/bitcoin/pull/25306
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25304: Revert "ci: Temporarily use clang-13 to work around clang-14 TSan bug" (master...2206-ci-rev-14-💁) https://github.com/bitcoin/bitcoin/pull/25304
<bitcoin-git>
[bitcoin] fanquake merged pull request #25096: [net] Minor improvements to addr caching (master...2022-05-improve-addr-cache) https://github.com/bitcoin/bitcoin/pull/25096
<bitcoin-git>
bitcoin/master 292828c dergoegge: [test] Test addr cache for multiple onion binds
<bitcoin-git>
bitcoin/master f10e80b dergoegge: [net] Use ConnectedThroughNetwork() instead of GetNetwork() to seed addr c...
<bitcoin-git>
bitcoin/master 3382905 dergoegge: [net] Seed addr cache randomizer with port from binding address
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25304: Revert "ci: Temporarily use clang-13 to work around clang-14 TSan bug" (master...2206-ci-rev-14-💁) https://github.com/bitcoin/bitcoin/pull/25304
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25303: refactor: Remove redundant addrman time checks (master...2206-less-addrman-time-checks-🚶) https://github.com/bitcoin/bitcoin/pull/25303
<bitcoin-git>
[bitcoin] laanwj merged pull request #25292: Add LogPrintLevel to lint-format-strings, drop LogPrint-vs-LogPrintf section in dev notes (master...update-lint-format-strings-and-dev-notes) https://github.com/bitcoin/bitcoin/pull/25292
<bitcoin-git>
bitcoin/master 57fb37c furszy: wallet: CommitTransaction, remove extra wtx lookup and add exception for a...
<bitcoin-git>
bitcoin/master 79cabe3 Andrew Chow: Merge bitcoin/bitcoin#25239: wallet: 'CommitTransaction', remove extra wtx...
<bitcoin-git>
[bitcoin] furszy opened pull request #25297: wallet: speedup transactions sync, rescan and load not flushing to db constantly (master...2022_wallet_unified_dbbatch) https://github.com/bitcoin/bitcoin/pull/25297
<bitcoin-git>
bitcoin/master fa243e9 MarcoFalke: Remove no-op TIME_INIT on deser
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25296: Add DataStream without ser-type and ser-version and use it where possible (master...2206-datastream-🎑) https://github.com/bitcoin/bitcoin/pull/25296
<bitcoin-git>
[bitcoin] butterfly1924 opened pull request #25293: scripted-diff: remove duplicate categories from LogPrint output (master...remove_duplicate_categories_from_logprint_output) https://github.com/bitcoin/bitcoin/pull/25293
<bitcoin-git>
[bitcoin] jonatack opened pull request #25292: Add LogPrintLevel to lint-format-strings, drop LogPrint-vs-LogPrintf section in dev notes (master...update-lint-format-strings-and-dev-notes) https://github.com/bitcoin/bitcoin/pull/25292
<hebasto>
as laanwj has noted, let's move further discussion into #bitcoin-core-builds
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24629: Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last pruned block (master...bugfix_rpc_prunebc_retval) https://github.com/bitcoin/bitcoin/pull/24629
<bitcoin-git>
bitcoin/master e593ae0 Luke Dashjr: Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual l...
<bitcoin-git>
[bitcoin] dongcarl opened pull request #25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsManager` (master...2022-02-libbitcoinkernel-argsman-mempool) https://github.com/bitcoin/bitcoin/pull/25290
<bitcoin-git>
[bitcoin] theStack opened pull request #25289: test: implement 'bech32m' mode for `getnewdestination()` helper (master...202206-test-add_bech32m_mode_for_getnewdestination) https://github.com/bitcoin/bitcoin/pull/25289
2022-06-06
<bitcoin-git>
[bitcoin] martinus opened pull request #25288: test: Reliably don't start itself in lint-all.py runs all tests twice (master...2022-06-fix-lint-all-starting-itself) https://github.com/bitcoin/bitcoin/pull/25288