<bitcoin-git>
[bitcoin] fanquake opened pull request #27485: [WIP] ci: standardize custom libc++ usage in MSAN jobs (master...msan_use_isystem_nostdlib) https://github.com/bitcoin/bitcoin/pull/27485
<bitcoin-git>
[bitcoin] furszy closed pull request #27478: wallet: bugfix, 'AvailableCoins' invalid output type set for raw PK outputs (master...2023_wallet_fix_p2pk_type) https://github.com/bitcoin/bitcoin/pull/27478
<bitcoin-git>
[bitcoin] fanquake opened pull request #27484: doc: remove outdated version number usage from release-process (master...remove_leading_0_versions) https://github.com/bitcoin/bitcoin/pull/27484
<bitcoin-git>
[bitcoin] furszy opened pull request #27478: wallet: bugfix, 'AvailableCoins' invalid output type set for raw PK outputs (master...2023_wallet_fix_p2pk_type) https://github.com/bitcoin/bitcoin/pull/27478
<bitcoin-git>
[bitcoin] theStack opened pull request #27477: test: add regression tests for #27468 (invalid URI segfaults) (master...202304-test-add_regression_for_27468) https://github.com/bitcoin/bitcoin/pull/27477
<bitcoin-git>
[bitcoin] glozow opened pull request #27476: mempool: keep CPFP'd transactions when loading from mempool.dat (master...2023-04-persist-packages) https://github.com/bitcoin/bitcoin/pull/27476
<bitcoin-git>
[gui] hebasto closed pull request #537: Point out position of invalid characters in Bech32 addresses (master...gui_bech32_errpos) https://github.com/bitcoin-core/gui/pull/537
<bitcoin-git>
[gui] hebasto closed pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<bitcoin-git>
[gui] hebasto closed pull request #152: Initialise DBus notifications in another thread (master...gui_notify_setup_bg) https://github.com/bitcoin-core/gui/pull/152
<dviola>
I'm trying to compile bitcoin from source but I'm kind of unsure which environment variable I need to pass so that it compiles with built-in boost
2023-04-14
<bitcoin-git>
[bitcoin] pablomartin4btc opened pull request #27468: bugfix: rest: avoid segfault for invalid URI (master...http-rest-fix-segfault-for-25.0) https://github.com/bitcoin/bitcoin/pull/27468
<bitcoin-git>
[bitcoin] achow101 merged pull request #27461: verify-commits: error and exit cleanly when git is too old. (master...verify-commits-git-version-error) https://github.com/bitcoin/bitcoin/pull/27461
<bitcoin-git>
bitcoin/master 1fefcf2 Cory Fields: verify-commits: error and exit cleanly when git is too old.
<bitcoin-git>
bitcoin/master 69460bd Andrew Chow: Merge bitcoin/bitcoin#27461: verify-commits: error and exit cleanly when g...
<bitcoin-git>
[bitcoin] 1440000bytes closed pull request #27454: doc: remove incorrect line from example (master...walletcreatefundedpsbt-example) https://github.com/bitcoin/bitcoin/pull/27454
<sipa>
@real_or_random Seems your guess about what was wrong was indeed right, though I had to also prevent some Bitcoin Core CI linters from checking the libsecp python script.
2023-04-13
<bitcoin-git>
[bitcoin] achow101 merged pull request #27374: p2p: skip netgroup diversity of new connections for tor/i2p/cjdns (master...followup-27264) https://github.com/bitcoin/bitcoin/pull/27374
<bitcoin-git>
bitcoin/master b5585ba stratospher: p2p: skip netgroup diversity of new connections for tor/i2p/cjdns networks
<bitcoin-git>
bitcoin/master 2bfe43d Andrew Chow: Merge bitcoin/bitcoin#27374: p2p: skip netgroup diversity of new connectio...
<bitcoin-git>
[bitcoin] theuni opened pull request #27461: verify-commits: error and exit cleanly when git is too old. (master...verify-commits-git-version-error) https://github.com/bitcoin/bitcoin/pull/27461
<gribble>
https://github.com/bitcoin/bitcoin/issues/27231 | Fix logging RPC and -debugexclude with 0/none values, add test coverage, improve docs by jonatack ยท Pull Request #27231 ยท bitcoin/bitcoin ยท GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/27253 | httpserver, rest: fix segmentation fault on evhttp_uri_get_query by pablomartin4btc ยท Pull Request #27253 ยท bitcoin/bitcoin ยท GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/27145 | wallet: when a block is disconnected, update transactions that are no longer conflicted by ishaanam ยท Pull Request #27145 ยท bitcoin/bitcoin ยท GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/27145 | wallet: when a block is disconnected, update transactions that are no longer conflicted by ishaanam ยท Pull Request #27145 ยท bitcoin/bitcoin ยท GitHub
<bitcoin-git>
[bitcoin] fanquake opened pull request #27459: ci: explicitly install libclang-rt-dev in valgrind jobs (master...explicit_libclang_rt_dev) https://github.com/bitcoin/bitcoin/pull/27459
<bitcoin-git>
[bitcoin] fanquake merged pull request #27444: ci: use Debian Bookworm and Valgrind 3.19 in Valgrind jobs (master...valgrind_3_20_source_clang_16) https://github.com/bitcoin/bitcoin/pull/27444
<bitcoin-git>
[bitcoin] 1440000bytes opened pull request #27454: doc: remove incorrect line from example (master...walletcreatefundedpsbt-example) https://github.com/bitcoin/bitcoin/pull/27454
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #27452: test: cover addrv2 anchors by adding TorV3 to CAddress in messages.py (master...test-anchors-addrv2) https://github.com/bitcoin/bitcoin/pull/27452
<bitcoin-git>
[bitcoin] fanquake merged pull request #27217: wallet: Replace use of purpose strings with an enum (master...address-purpose-enums) https://github.com/bitcoin/bitcoin/pull/27217
<bitcoin-git>
bitcoin/master e83babe Andrew Chow: wallet: Replace use of purpose strings with an enum
<bitcoin-git>
bitcoin/master 74eac3a furszy: test: add coverage for 'useAvailableBalance' functionality
<bitcoin-git>
bitcoin/master cd98b71 furszy: gui: 'getAvailableBalance', include watch only balance
<bitcoin-git>
[bitcoin] fanquake opened pull request #27448: ci: build libc++ in DEBUG mode in MSAN jobs (master...msan_with_enable_debug_mode) https://github.com/bitcoin/bitcoin/pull/27448
<bitcoin-git>
bitcoin/master 6766715 fanquake: test: LLVM/Clang 16 for MSAN jobs
<bitcoin-git>
[bitcoin] kallewoof closed pull request #24162: rpc: add require_checksum flag to deriveaddresses (master...202201-deriveaddr-nochecksum) https://github.com/bitcoin/bitcoin/pull/24162
<bitcoin-git>
[bitcoin] kallewoof closed pull request #24161: rpc/doc: describe using combo(privkey) to get checksum and then list โฆ (master...202201-derivefromprivkey) https://github.com/bitcoin/bitcoin/pull/24161
<bitcoin-git>
[bitcoin] benthecarman opened pull request #27446: Allow configuirng target block time for a signet (master...configure-signet-blockitme) https://github.com/bitcoin/bitcoin/pull/27446
<gribble>
https://github.com/bitcoin/bitcoin/issues/27279 | Add "warnings", deprecate "warning" in {create,load,unload,restore}wallet by jonatack ยท Pull Request #27279 ยท bitcoin/bitcoin ยท GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/27231 | Fix logging RPC and -debugexclude with 0/none values, add test coverage, improve docs by jonatack ยท Pull Request #27231 ยท bitcoin/bitcoin ยท GitHub
<jonatack3>
achow101: I suggested at the last bitcoin-core-dev meeting to add a v25 milestone to #27231 and #27279 (the latter fixes #27138). They haven't been tagged yet.
<bitcoin-git>
[bitcoin] achow101 merged pull request #27441: doc: correct sqlite & qrencode versions used in depenendencies.md (master...sqlite_deps_version) https://github.com/bitcoin/bitcoin/pull/27441
<gribble>
https://github.com/bitcoin/bitcoin/issues/27039 | blockstorage: do not flush block to disk if it is already there by pinheadmz ยท Pull Request #27039 ยท bitcoin/bitcoin ยท GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo ยท Pull Request #27021 ยท bitcoin/bitcoin ยท GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo ยท Pull Request #27021 ยท bitcoin/bitcoin ยท GitHub
<bitcoin-git>
[bitcoin] theStack opened pull request #27432: contrib: add tool to convert compact-serialized UTXO set to SQLite database (master...add-utxo_to_sqlite-conversion-tool) https://github.com/bitcoin/bitcoin/pull/27432
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27429: ci: Run base install at most once (master...2304-ci-base-install-once-) https://github.com/bitcoin/bitcoin/pull/27429
<bitcoin-git>
bitcoin/master 54e4061 fanquake: refactor: don't avoid sys/types.h on when building for Windows
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #27422: test: add coverage to rpc_scantxoutset.py (master...2023-04-test-coverage-rpc_scantxoutset) https://github.com/bitcoin/bitcoin/pull/27422
<btcdev>
with the official bitcoin client i think
<sipa>
Bitcoin Core is only one implementation of the Bitcoin protocol, so this is not the place to discuss protocol changes like that. You'll need to write a proposal, and get widespread agreement from the entire community to adopt it.
<sipa>
If you actually want to propose a protocol change to get your coins back, the procedure would be to discuss it first on the bitcoin-dev mailing list.
<btcdev>
where then? is not this for bitcoin core dev? like maintenance of the gitcoin source code by issuing patchs and things like that?
<sipa>
No, that site is about further questions on how Bitcoin works.
<btcdev>
to discuss that patch is the bitcoin.stackexchange.com then