<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27774: refactor: Add [[nodiscard]] where ignoring a Result return type is an error (master...2305-nodiscard-result-error-) https://github.com/bitcoin/bitcoin/pull/27774
<bitcoin-git>
[bitcoin] fanquake closed pull request #22693: RPC/Wallet: Add "use_txids" to output of getaddressinfo (master...getaddressinfo_txids) https://github.com/bitcoin/bitcoin/pull/22693
<bitcoin-git>
[bitcoin] fanquake merged pull request #27765: test: Throw error when -signetchallenge is non-hex (master...2305-test-signetchallenge-) https://github.com/bitcoin/bitcoin/pull/27765
<bitcoin-git>
[bitcoin] hebasto opened pull request #27771: ci: Use docker image cache for "Win64 native [vs2022]" task (master...230528-docker-win) https://github.com/bitcoin/bitcoin/pull/27771
2023-05-27
<bitcoin-git>
[bitcoin] achow101 merged pull request #27145: wallet: when a block is disconnected, update transactions that are no longer conflicted (master...mark_not_conflicted_inactive) https://github.com/bitcoin/bitcoin/pull/27145
<bitcoin-git>
bitcoin/master dced203 ishaanam: wallet, tests: mark unconflicted txs as inactive
<bitcoin-git>
bitcoin/master 89df798 Antoine Riard: Add wallets_conflicts
<bitcoin-git>
bitcoin/master 096487c ishaanam: wallet: introduce generic recursive tx state updating function
<bitcoin-git>
[bitcoin] fanquake merged pull request #27766: fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting (master...2305-fuzz-limit-msg-type-) https://github.com/bitcoin/bitcoin/pull/27766
<bitcoin-git>
[gui] hebasto closed pull request #658: Intro: Never change the prune checkbox after the user has touched it (master...intro_dont_change_user_prune) https://github.com/bitcoin-core/gui/pull/658
<jamesob>
For what it's worth, I've created ##bitcoin-assumeutxo and ##bitcoin-bip345 for discussion on those topics. I'm going to try to post more in there as opposed to DMing, so if you've been active on those projects, please join!
<bitcoin-git>
[bitcoin] fanquake merged pull request #27735: test: Move test_chain_listunspent wallet check from mempool_packages to wallet_basic (master...2305-mempool-legacy-wallet-) https://github.com/bitcoin/bitcoin/pull/27735
<bitcoin-git>
bitcoin/master ffffe62 MarcoFalke: test: Move test_chain_listunspent wallet check from mempool_packages to wa...
<bitcoin-git>
bitcoin/master 5f49cb1 MarcoFalke: util: Add void support to util::Result
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27766: fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting (master...2305-fuzz-limit-msg-type-) https://github.com/bitcoin/bitcoin/pull/27766
<MacroFake>
for example, "git range-diff bitcoin-core/master 7869b169f2 0ff26b8c0f" will be too large
<MacroFake>
I meant "diff of diff too large", for example the difference between commit_a and commit_b in the call "git range-diff bitcoin-core/master commit_a commit_b"
<bitcoin-git>
[bitcoin] LarryRuane closed pull request #27748: bugfix: account for system-allocated memory in pool resource (master...2023-05-resource-pool-system-alloc) https://github.com/bitcoin/bitcoin/pull/27748
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #27748: bugfix: account for system-allocated memory in pool resource (master...2023-05-resource-pool-system-alloc) https://github.com/bitcoin/bitcoin/pull/27748
<bitcoin-git>
[bitcoin] russeree opened pull request #27747: Use 'byte'/'bytes' for bech32(m) validation error message - 27727 follow up. (master...27727-ext) https://github.com/bitcoin/bitcoin/pull/27747
2023-05-24
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #27746: Draft: rework validation logic for assumeutxo (master...2023-05-assumeutxo-validation-improvements) https://github.com/bitcoin/bitcoin/pull/27746
<bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #27745: addrman: select addresses by network follow-up (master...2023-04-sbn-followups) https://github.com/bitcoin/bitcoin/pull/27745
<bitcoin-git>
[bitcoin] instagibbs opened pull request #27743: Unconditionally return when compact block status == READ_STATUS_FAILED (master...parallel_fail_fix) https://github.com/bitcoin/bitcoin/pull/27743
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27739: ci: Add missing set -e to 01_base_install.sh (master...2305-ci-bash-sob-) https://github.com/bitcoin/bitcoin/pull/27739
<bitcoin-git>
[bitcoin] fanquake opened pull request #27737: ci: compile Clang and compiler-rt in msan jobs (master...fix_native_fuzz_with_msan) https://github.com/bitcoin/bitcoin/pull/27737
<bitcoin-git>
[bitcoin] fanquake closed pull request #27485: ci: standardize custom libc++ usage in MSAN jobs (master...msan_use_isystem_nostdlib) https://github.com/bitcoin/bitcoin/pull/27485
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27735: test: Disable legacy wallet for mempool_packages.py (master...2305-mempool-legacy-wallet-) https://github.com/bitcoin/bitcoin/pull/27735
<bitcoin-git>
[bitcoin] theStack opened pull request #27733: test: refactor: introduce `generate_keypair` helper with WIF support (master...generate_wif_bytes_keypair) https://github.com/bitcoin/bitcoin/pull/27733
2023-05-23
<bitcoin-git>
[bitcoin] fjahr opened pull request #27731: Prevent file descriptor exhaustion from too many RPC calls (master...2023-05-fd-exhaust) https://github.com/bitcoin/bitcoin/pull/27731
<josie>
rahl: this is a channel for technical discussions, id suggest going over to https://bitcoin.stackexchange.com and checking some of the answers there
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #27724: build: disable boost multi index safe mode in debug mode (master...disable-boost-MI-safe-mode) https://github.com/bitcoin/bitcoin/pull/27724
<rahl>
I discovered bitcoin-cli abandontransaction but that complains the tx is not eligible. Afaict this is because it's made it into my mempool.
<bitcoin-git>
[bitcoin] fanquake merged pull request #27696: build: Do not define `ENABLE_ZMQ` when ZMQ is not available (master...230518-zmq) https://github.com/bitcoin/bitcoin/pull/27696
<bitcoin-git>
[bitcoin] fanquake closed pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<harding>
Is it expected that #24137 hid the generate* RPCs when running bitcoin-cli -regtest help ? I understand hiding them on mainnet and signet (and maybe also testnet), but to me they seem like a regular part of using regtest and something that should be made discoverable through the help system.
<bitcoin-git>
[bitcoin] glozow merged pull request #27021: Implement Mini version of BlockAssembler to calculate mining scores (master...add-mini-miner) https://github.com/bitcoin/bitcoin/pull/27021
<bitcoin-git>
bitcoin/master 3f3f2d5 glozow: [unit test] GatherClusters and MiniMiner unit tests
<bitcoin-git>
bitcoin/master 59afcc8 glozow: Implement Mini version of BlockAssembler to calculate mining scores
<bitcoin-git>
[bitcoin] josibake opened pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<bitcoin-git>
[bitcoin] fanquake merged pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695
<bitcoin-git>
[bitcoin] fanquake merged pull request #27458: build: Detect USDT the same way how it is used in the code (master...230413-freebsd) https://github.com/bitcoin/bitcoin/pull/27458
<bitcoin-git>
bitcoin/master 2f1403a fanquake: Merge bitcoin/bitcoin#27458: build: Detect USDT the same way how it is use...