2022-03-17

<Guest7843> jonatack: it wasnt me. we can select our own nick in webchat using this url: https://web.libera.chat/#bitcoin-core-dev and GuestN can be anyone. N depends if its available imo. Guest99 at 00:00 UTC wont me same as Guest99 at 00:30 most of the times.
<laanwj> this channel is for implementation issues, the mailing list or #bitcoin-wizards would be a better place to discuss proposed consensus changes
<Guest28> jonatack ok! Is there any chance the upcoming Mimblewimble solution on extension blocks on Litecoin will come to Bitcoin Core? :)
<gribble> https://github.com/bitcoin/bitcoin/issues/7573 | P2P: add maxtimeadjustment command line option by mruddy · Pull Request #7573 · bitcoin/bitcoin · GitHub
<Guest28> Hi, I would like to know if there is some upcoming privacy method to Bitcoin Core. Even something basic like PayJoin would be nice. Thx!
<jonatack> lightlike: yes, mentioned that during the meeting (https://www.erisian.com.au/bitcoin-core-dev/log-2022-03-17.html#l-592)
<laanwj> that said, system time in seconds is a pretty lousy fingerprinting vector, and besides, it's also part of many lower level network packets already, so removing it from the bitcoin protocol doesn't do that much to prevent it being used
<gribble> https://github.com/bitcoin/bitcoin/issues/23631 | p2p: Dont use timestamps from inbound peers for Adjusted Time by mzumsande · Pull Request #23631 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24585: doc: mention that BDB is for the legacy wallet in build-osx.md (master...build_osx_descriptor_legacy_switch) https://github.com/bitcoin/bitcoin/pull/24585
<bitcoin-git> bitcoin/master e09cf64 MarcoFalke: Merge bitcoin/bitcoin#24585: doc: mention that BDB is for the legacy walle...
<bitcoin-git> bitcoin/master bf84677 fanquake: doc: cleanup wallet docs in build-osx.md
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8435d7f11a89...e09cf64c4828
<bitcoin-git> bitcoin/master 57f3f5c fanquake: doc: s/Compiler/Dependency in dependencies.md
<gribble> https://github.com/bitcoin/bitcoin/issues/7573 | P2P: add maxtimeadjustment command line option by mruddy · Pull Request #7573 · bitcoin/bitcoin · GitHub
<dongcarl> Hi all I just set up https://github.com/bitcoin/bitcoin/projects/18 to keep track of all the libbitcoinkernel PRs
<core-meetingbot`> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<laanwj> i mean, with all the complications and exceptions it's not realistic as an attack on bitcoin, that's all i was trying to say
<MarcoFalke> adjust your system time to Bitcoin (timechain) MTP
<laanwj> in any case, if you're serious about mitigating attacks on timeservers i'd guess that has a much bigger scope than bitcoin
<gribble> https://github.com/bitcoin/bitcoin/issues/4521 | AddTimeData will never update nTimeOffset past 199 samples · Issue #4521 · bitcoin/bitcoin · GitHub
<MarcoFalke> Jup, any business or third party software should have a test suite to check that their use of Bitcoin Core doesn't break with an upgrade
<gribble> https://github.com/bitcoin/bitcoin/issues/24555 | doc: create initial doc/cjdns.md for CJDNS how-to documentation by jonatack · Pull Request #24555 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21528 | [p2p] Reduce addr blackholes by amitiuttarwar · Pull Request #21528 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/16807 | Let validateaddress locate error in Bech32 address by meshcollider · Pull Request #16807 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<stickies-v> From the release notes (https://github.com/bitcoin-core/bitcoin-devwiki/wiki/23.0-Release-Notes-draft), I've selected the 5 changes I think most worthwhile to test, and 1 extra if I have time to get to it. I'd very much appreciate feedback on if you think anything else should really be included, and if maybe something can be omitted.
<gribble> https://github.com/bitcoin/bitcoin/issues/24555 | doc: create initial doc/cjdns.md for CJDNS how-to documentation by jonatack · Pull Request #24555 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22693 | RPC/Wallet: Add "use_txids" to output of getaddressinfo by luke-jr · Pull Request #22693 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23595 | util: Add ParseHex () helper by MarcoFalke · Pull Request #23595 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24058 | BIP-322 basic support by kallewoof · Pull Request #24058 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 at the moment there's 8 blockers, 1 chasing concept ACK
<laanwj> welcome to the weekly bitcoin-core-dev general meeting
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball
<core-meetingbot`> Meeting started Thu Mar 17 19:00:09 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24605: 2203 mini 🐧 (master...2203-mini-🐧) https://github.com/bitcoin/bitcoin/pull/24605
<gribble> https://github.com/bitcoin/bitcoin/issues/23417 | wallet, spkm: Move key management from DescriptorScriptPubKeyMan to wallet level KeyManager by achow101 · Pull Request #23417 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24604: build: fix copypasta in OpenBSD C{XX} flags (master...openbsd_copy_pasta) https://github.com/bitcoin/bitcoin/pull/24604
<bitcoin-git> [bitcoin] fanquake opened pull request #24603: macdeploy: remove unused detached-sig-apply.sh (master...unused_detached_sig_apply) https://github.com/bitcoin/bitcoin/pull/24603
<stickies-v> #proposedmeetingtopic important changes in 23.0 to cover in the new RC Testing Guide (see https://github.com/bitcoin-core/bitcoin-devwiki/wiki/22.0-Release-Candidate-Testing-Guide)
<bitcoin-git> [bitcoin] mzumsande opened pull request #24602: fuzz: add target for coinselection algorithms (master...202203_fuzz_coinselection) https://github.com/bitcoin/bitcoin/pull/24602
<bitcoin-git> [bitcoin] josibake opened pull request #24601: ci: add ci/scratch dir to .gitignore (master...add-ci-scratch-gitignore) https://github.com/bitcoin/bitcoin/pull/24601
<bitcoin-git> [bitcoin] fanquake opened pull request #24600: doc: mention that BDB is for the legacy wallet in build-freebsd.md (master...freebsd_legacy_descriptor_switch) https://github.com/bitcoin/bitcoin/pull/24600
<bitcoin-git> [bitcoin] fanquake opened pull request #24599: guix: remove mingw-w64 std::filesystem workaround (master...remove_newlib_workaround) https://github.com/bitcoin/bitcoin/pull/24599
<bitcoin-git> [bitcoin] prusnak opened pull request #24598: Add *.xip to .gitignore (master...gitignore-xip) https://github.com/bitcoin/bitcoin/pull/24598
<bitcoin-git> [bitcoin] laanwj merged pull request #24593: [23.x] macOS / build backports (23.x...more_macos_backports_rc3) https://github.com/bitcoin/bitcoin/pull/24593
<bitcoin-git> [bitcoin] fanquake merged pull request #24597: doc, guix: Include `arm64-apple-darwin` into codesigned archs (master...220317-docs) https://github.com/bitcoin/bitcoin/pull/24597
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bf2c0fb2a264...8435d7f11a89
<bitcoin-git> bitcoin/master 1f4801b Hennadii Stepanov: doc, guix: Include arm64-apple-darwin into codesigned archs
<bitcoin-git> bitcoin/master 8435d7f fanquake: Merge bitcoin/bitcoin#24597: doc, guix: Include `arm64-apple-darwin` into ...
<laanwj> please take general usage questions to #bitcoin
<Alexthek1d> Does bitcoin-core copy the data temporarily to the drive of the OS first (so "caching") or in memory/RAM and then to the external hdd?
<Alexthek1d> if you download the full node with bitcoin-core and i choose an external hard drive as target for the node:
<bitcoin-git> [bitcoin] hebasto opened pull request #24597: doc, guix: Include `arm64-apple-darwin` into codesigned archs (master...220317-docs) https://github.com/bitcoin/bitcoin/pull/24597
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24472: fuzz: execute each file in dir without fuzz engine (master...202203-phuzztesting) https://github.com/bitcoin/bitcoin/pull/24472
<bitcoin-git> bitcoin/master f59bee3 Anthony Towns: fuzz: execute each file in dir without fuzz engine
<bitcoin-git> bitcoin/master bf2c0fb MarcoFalke: Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz e...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/601bfc417d1f...bf2c0fb2a264
<bitcoin-git> [bitcoin] hebasto opened pull request #24596: [23.x] GUI backport (23.x...220317-23.x-backport) https://github.com/bitcoin/bitcoin/pull/24596
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24515: Only load BlockMan in BlockMan member functions (master...2022-03-kirby-p2.5) https://github.com/bitcoin/bitcoin/pull/24515
<bitcoin-git> bitcoin/master 3bbb6fe Carl Dong: style-only: Various blockstorage.cpp cleanups
<bitcoin-git> bitcoin/master 5be9ee3 Anthony Towns: refactor: more const annotations for uses of CBlockIndex*
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/aece56624941...601bfc417d1f
<bitcoin-git> bitcoin/master 42e56d9 Carl Dong: style-only: No need for std::pair for vSortedByHeight
<bitcoin-git> [gui] hebasto merged pull request #555: Restore Send button when using external signer (master...2022/02/send_button) https://github.com/bitcoin-core/gui/pull/555
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/74f8c551e9ba...aece56624941
<bitcoin-git> bitcoin/master 4b5a6cd Sjors Provoost: refactor: helper function signWithExternalSigner()
<bitcoin-git> bitcoin/master 2efdfb8 Sjors Provoost: gui: restore Send for external signer
<bitcoin-git> bitcoin/master 026b5b4 Sjors Provoost: move-only: helper function to present PSBT
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24553: contrib: fix signet miner (sighash mismatch) (master...202203-contrib-fix_signet_miner_sighash_mismatch) https://github.com/bitcoin/bitcoin/pull/24553
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6cb4e8ff0d0...74f8c551e9ba
<bitcoin-git> bitcoin/master 12cc020 Sebastian Falbesoner: contrib: fix signet miner (sighash mismatch)
<bitcoin-git> bitcoin/master 74f8c55 MarcoFalke: Merge bitcoin/bitcoin#24553: contrib: fix signet miner (sighash mismatch)
<bitcoin-git> [bitcoin] ajtowns opened pull request #24595: WIP remove g_versionbitscache global (master...202202-cchainparams-chainstatemanager) https://github.com/bitcoin/bitcoin/pull/24595
<bitcoin-git> [bitcoin] ajtowns closed pull request #24563: wallet: Don't override sighash specified in PSBT (master...202203-fillpsbt) https://github.com/bitcoin/bitcoin/pull/24563

2022-03-16

<luke-jr> would be good to get https://github.com/bitcoin-core/gui/pull/555 in for rc3 - 2 utACKs currently
<bitcoin-git> [bitcoin] gruve-p opened pull request #24594: doc: update release-process.md with correct codesigning url (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24594
<bitcoin-git> [bitcoin] fanquake opened pull request #24593: [23.x] macOS / build backports (23.x...more_macos_backports_rc3) https://github.com/bitcoin/bitcoin/pull/24593
<gribble> https://github.com/bitcoin/bitcoin/issues/24563 | wallet: Dont override sighash specified in PSBT by ajtowns · Pull Request #24563 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #24549: guix: Use $HOST instead of generic osx{64} for macOS artifacts (master...220313-arm64) https://github.com/bitcoin/bitcoin/pull/24549
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9b56b2e2a7f5...d6cb4e8ff0d0
<bitcoin-git> bitcoin/master 933a430 Hennadii Stepanov: guix: Use $HOST instead of generic osx{64} for macOS artifacts
<bitcoin-git> bitcoin/master 4b4b04a Hennadii Stepanov: guix: Drop "-signed" suffix for signed macOS .dmg files
<bitcoin-git> bitcoin/master 53dd616 Hennadii Stepanov: guix: Use "win64" for Windows artifacts consistently
<bitcoin-git> [bitcoin] fanquake merged pull request #24588: doc: Drop a note about Intel-based Macs (master...220316-intel) https://github.com/bitcoin/bitcoin/pull/24588
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/114754adf455...9b56b2e2a7f5
<bitcoin-git> bitcoin/master 9b56b2e fanquake: Merge bitcoin/bitcoin#24588: doc: Drop a note about Intel-based Macs
<bitcoin-git> bitcoin/master e359ba6 Hennadii Stepanov: doc: Drop a note about Intel-based Macs
<bitcoin-git> [bitcoin] achow101 merged pull request #24519: doc: update multisig-tutorial.md to descriptor wallet by default (master...multisig-tutorial-update) https://github.com/bitcoin/bitcoin/pull/24519
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8992f2d4ae4...114754adf455
<bitcoin-git> bitcoin/master 114754a Andrew Chow: Merge bitcoin/bitcoin#24519: doc: update multisig-tutorial.md to descripto...
<bitcoin-git> bitcoin/master 5347c97 Jon Atack: doc: update multisig-tutorial.md to default wallet type
<bitcoin-git> [bitcoin] achow101 merged pull request #24592: doc: Delete old line of code that was commented out (master...2022-03-delete-comment) https://github.com/bitcoin/bitcoin/pull/24592
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3617d225628f...b8992f2d4ae4
<bitcoin-git> bitcoin/master b8992f2 Andrew Chow: Merge bitcoin/bitcoin#24592: doc: Delete old line of code that was comment...
<bitcoin-git> bitcoin/master 9a5b4d7 Michael Folkson: doc: Delete old line of code that was commented out
<bitcoin-git> [bitcoin] michaelfolkson opened pull request #24592: doc: Delete old line of code that was commented out (master...2022-03-delete-comment) https://github.com/bitcoin/bitcoin/pull/24592
<bitcoin-git> [bitcoin] kibnakamoto opened pull request #24589: sha512.cpp improvements (master...master) https://github.com/bitcoin/bitcoin/pull/24589
<bitcoin-git> [bitcoin] hebasto opened pull request #24588: doc: Drop a note about Intel-based Macs (master...220316-intel) https://github.com/bitcoin/bitcoin/pull/24588
<bitcoin-git> [bitcoin] ayush933 opened pull request #24587: test: use MiniWallet for rpc_createmultisig.py (master...createmultisig-miniwallet) https://github.com/bitcoin/bitcoin/pull/24587
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #14752: tests: Unit tests for IsPayToWitnessScriptHash and IsWitnessProgram (master...script-segwit-tests) https://github.com/bitcoin/bitcoin/pull/14752
<bitcoin-git> [bitcoin] prusnak opened pull request #24586: doc: add more info to dependencies.md (master...dependencies) https://github.com/bitcoin/bitcoin/pull/24586
<bitcoin-git> [bitcoin] fanquake merged pull request #24573: Update signapple for platform identifier fix (master...signapple-correct-platform) https://github.com/bitcoin/bitcoin/pull/24573
<bitcoin-git> bitcoin/master bce9aaf Daniel Kraft: Unit tests for IsWitnessProgram and IsP2WSH.
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bdc990daf28...3617d225628f
<bitcoin-git> bitcoin/master 3617d22 MarcoFalke: Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHas...
<bitcoin-git> [bitcoin] fanquake opened pull request #24585: doc: mention that BDB is for the legacy wallet in build-osx.md (master...build_osx_descriptor_legacy_switch) https://github.com/bitcoin/bitcoin/pull/24585
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e4d61d9759d9...4bdc990daf28
<bitcoin-git> bitcoin/master 3c74f77 Andrew Chow: Update signapple for platform identifier fix
<bitcoin-git> bitcoin/master 4bdc990 fanquake: Merge bitcoin/bitcoin#24573: Update signapple for platform identifier fix
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #18815: bench: Add logging benchmark (master...2004-benchLog) https://github.com/bitcoin/bitcoin/pull/18815
<bitcoin-git> [bitcoin] fanquake merged pull request #23565: doc: rewrite dependencies.md (master...cleanup_dependencies_doc) https://github.com/bitcoin/bitcoin/pull/23565
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ee4780028d9b...e4d61d9759d9
<bitcoin-git> bitcoin/master fa31dc9 MarcoFalke: bench: Add logging benchmark
<bitcoin-git> bitcoin/master e4d61d9 MarcoFalke: Merge bitcoin/bitcoin#18815: bench: Add logging benchmark
<bitcoin-git> bitcoin/master fafe06c MarcoFalke: bench: Sort bench_bench_bitcoin_SOURCES
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/310ba924949b...ee4780028d9b
<bitcoin-git> bitcoin/master 893e180 fanquake: doc: rework dependencies.md
<bitcoin-git> bitcoin/master ee47800 fanquake: Merge bitcoin/bitcoin#23565: doc: rewrite dependencies.md
<michaelfolkson> jp_: Not related to Core and not maintained anymore so wouldn't recommend using it https://pypi.org/project/bitcoin/
<bitcoin-git> [bitcoin] josibake opened pull request #24584: [RFC] wallet: avoid mixing different `OutputTypes` during coin selection (master...josibake-coin-selection-v2) https://github.com/bitcoin/bitcoin/pull/24584
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24583: doc: Add template for empty release notes (master...2203-docRel-🌟) https://github.com/bitcoin/bitcoin/pull/24583
<bitcoin-git> [bitcoin] fanquake closed pull request #20610: doc: update for NetBSD 9.1, add GUI Build Instructions (master...netbsd-docs) https://github.com/bitcoin/bitcoin/pull/20610
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24582: Move txoutproof RPCs to txoutproof.cpp (master...2203-txoutproof-move-🍤) https://github.com/bitcoin/bitcoin/pull/24582
<bitcoin-git> [bitcoin] hebasto closed pull request #24556: [POC] build: Use "build ID" instead of "debug link" to specify debug info (master...220314-build-id) https://github.com/bitcoin/bitcoin/pull/24556
<jp__> <jp__> is the python pip3 bitcoin module broken? trying some exercises online converting privtoaddr gives incorrect addresses
<bitcoin-git> [bitcoin] S3RK opened pull request #24580: test: coinselection edge cases (master...coinselection_tests) https://github.com/bitcoin/bitcoin/pull/24580
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24537: rpc: Split mempool RPCs from blockchain.cpp (master...2203-mempoolRpc-🌛) https://github.com/bitcoin/bitcoin/pull/24537
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/760651214cd2...310ba924949b
<bitcoin-git> bitcoin/master fa2a5f3 MarcoFalke: rpc: Move mempool RPCs to new file
<bitcoin-git> bitcoin/master fafd40b MarcoFalke: refactor: Avoid int64_t -> size_t -> int64_t conversion
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24579: doc: Fix getblockchaininfo/getdeploymentinfo RPC docs (master...2203-docRpc-🔅) https://github.com/bitcoin/bitcoin/pull/24579
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24578: test: Fix intermittent failure in feature_segwit (master...2203-testInt-💮) https://github.com/bitcoin/bitcoin/pull/24578
<bitcoin-git> bitcoin/master fa43933 MarcoFalke: ci: Temporarily use clang-13 to work around clang-14 TSan bug
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7b83c7d609ba...760651214cd2

2022-03-15

<jeremyrubin> only mildly core-dev related, but i've sorta 'take over' a fork of the bitcoin-core npm lib, if anyone is interested in contributing on this https://www.npmjs.com/package/bitcoin-core-ts i think there are some other improvements we could make (already it's a lot better than the unmaintained version since it now supports typescript and gives you
<bitcoin-git> [bitcoin] theStack opened pull request #24576: contrib: testgen: remove redundant base58 implementation (master...202203-contrib-various_testgen_improvements) https://github.com/bitcoin/bitcoin/pull/24576
<laanwj> rc2 binaries up https://bitcoincore.org/bin/bitcoin-core-23.0/test.rc2/ , apple dmgs have been renamed to bitcoin-23.0rc2-arm64-apple-darwin.dmg bitcoin-23.0rc2-x86_64-apple-darwin.dmg because of a naming conflict due to adding the ARM binary, will be fixed in next rc
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24574: test: Actually print TSan tracebacks (master...2203-tsan-bug-🐳) https://github.com/bitcoin/bitcoin/pull/24574
<bitcoin-git> [bitcoin] achow101 opened pull request #24573: Update signapple for platform identifier fix (master...signapple-correct-platform) https://github.com/bitcoin/bitcoin/pull/24573
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24572: ci: Temporarily use clang-13 to work around clang-14 TSan bug (master...2203-tsan-clang-bug-🎵) https://github.com/bitcoin/bitcoin/pull/24572
<keymeta> i found this book https://www.amazon.co.uk/Undocumented-Internals-Bitcoin-Ethereum-Blockchains/dp/1980909067 (the author died after writing the book)
<bitcoin-git> [bitcoin] dergoegge opened pull request #24571: p2p: Prevent block index fingerprinting by sending additional getheaders messages (master...2022-03-header-fingerprinting) https://github.com/bitcoin/bitcoin/pull/24571
<achow101> keymeta: you can use `bitcoin-wallet -wallet=<wallet> -dumpfile=<file> dump` to get all of the records of a wallet file dumped to a file as hex strings
<keymeta> @Guest7564 like i said search how to restore electrum wallet this place for bitcoin core
<bitcoin-git> [bitcoin] josibake opened pull request #24570: test, refactor: fund tx deterministically in `test/functional/feature_coinstatindex.py` (master...josibake-make-coinstatindex-test-deterministic) https://github.com/bitcoin/bitcoin/pull/24570
<michaelfolkson> Guest7564: #bitcoin please. This is for Core development discussion
<bitcoin-git> [bitcoin] fanquake opened pull request #24569: [POC] guix: cross-architecture reproducibility (x86_64 & aarch64) (master...cross_arch_reproducibility) https://github.com/bitcoin/bitcoin/pull/24569
<MarcoFalke> Might be a recent bitcoin-cli change, looking at the TSan failure
<keymeta> what wallet client did you use to create the wallet Guest7564 because bitcoin core doesnt support mnemonic words afaik
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24510: test: check for importprunedfunds RPC errors (master...202203-test-check_for_importprunedfunds_RPC_errors) https://github.com/bitcoin/bitcoin/pull/24510
<bitcoin-git> bitcoin/master 7b83c7d MarcoFalke: Merge bitcoin/bitcoin#24510: test: check for importprunedfunds RPC errors
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/28bdaa3f7697...7b83c7d609ba
<bitcoin-git> bitcoin/master 7573789 Sebastian Falbesoner: test: check for importprunedfunds RPC errors
<stickies-v> will the 23.0 rc binaries be added to https://bitcoincore.org/bin/bitcoin-core-23.0/, like they were for e.g. https://bitcoincore.org/bin/bitcoin-core-22.0/test.rc3/ or has that process changed?
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24567: Enforce BIP 68 from genesis (master...2203-lessCode-🚖) https://github.com/bitcoin/bitcoin/pull/24567

2022-03-14

<bitcoin-git> [bitcoin] hebasto opened pull request #24566: build: Drop redundant checks for ranlib and strip tools (master...220314-conf) https://github.com/bitcoin/bitcoin/pull/24566
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24565: Remove LOCKTIME_MEDIAN_TIME_PAST constant (master...2203-remConstant-🕴) https://github.com/bitcoin/bitcoin/pull/24565
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24564: doc: Clarify that CheckSequenceLocksAtTip is a validation function (master...2203-docVal-🍡) https://github.com/bitcoin/bitcoin/pull/24564
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24080: policy: Remove unused locktime flags (master...2201-lockstuff) https://github.com/bitcoin/bitcoin/pull/24080
<bitcoin-git> bitcoin/master fa8d4d9 MarcoFalke: scripted-diff: Clarify CheckFinalTxAtTip name
<bitcoin-git> bitcoin/master fa4e30b MarcoFalke: policy: Remove unused locktime flags
<bitcoin-git> bitcoin/master 28bdaa3 MarcoFalke: Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/25d045a9ecc2...28bdaa3f7697
<bitcoin-git> [bitcoin] ajtowns opened pull request #24563: wallet: Don't override sighash specified in PSBT (master...202203-fillpsbt) https://github.com/bitcoin/bitcoin/pull/24563
<bitcoin-git> [bitcoin] dhruv closed pull request #23900: rpc: p2p_v2 rpc argument for addnode (master...addnode-advertise-services) https://github.com/bitcoin/bitcoin/pull/23900
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24562: Remove unused feebumper code (master...2203-remFeeBumpCode-🐇) https://github.com/bitcoin/bitcoin/pull/24562
<bitcoin-git> [bitcoin] fanquake opened pull request #24561: [POC] guix: use LIEF 0.12.0 (master...lief_0_12_0) https://github.com/bitcoin/bitcoin/pull/24561
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24560: wallet: Pass FastRandomContext& to DiscourageFeeSniping (master...2203-RandWallet-🗾) https://github.com/bitcoin/bitcoin/pull/24560
<bitcoin-git> [bitcoin] prusnak closed pull request #24551: test: remove explicit descriptors=True for createwallet RPC calls (master...tests-remove-explicit-descriptors-true) https://github.com/bitcoin/bitcoin/pull/24551
<bitcoin-git> [bitcoin] theStack opened pull request #24559: test: add test for signet miner script (master...202203-test-add_test_for_signet_miner) https://github.com/bitcoin/bitcoin/pull/24559
<bitcoin-git> [bitcoin] fanquake opened pull request #24558: build: explicitly disable Boost multi_index serialization (master...no_boost_multi_index_serialization) https://github.com/bitcoin/bitcoin/pull/24558
<bitcoin-git> [bitcoin] achow101 merged pull request #24225: wallet: Add sanity checks to DiscourageFeeSniping (master...2202-walletStuff) https://github.com/bitcoin/bitcoin/pull/24225
<bitcoin-git> bitcoin/master fa8e76b MarcoFalke: wallet: Add sanity checks to AntiFeeSnipe
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e0881aa5f0cd...25d045a9ecc2
<bitcoin-git> bitcoin/master 25d045a Andrew Chow: Merge bitcoin/bitcoin#24225: wallet: Add sanity checks to DiscourageFeeSni...
<bitcoin-git> [bitcoin] hebasto opened pull request #24556: [POC] build: Use "build ID" instead of "debug link" to specify debug info (master...220314-build-id) https://github.com/bitcoin/bitcoin/pull/24556
<bitcoin-git> [bitcoin] jonatack opened pull request #24555: doc: create initial doc/cjdns.md for CJDNS how-to documentation (master...cjdns-doc) https://github.com/bitcoin/bitcoin/pull/24555
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24505: wallet: Add a deprecation warning for newly created legacy wallets (master...deprecate-warning-new-legacy-wallets) https://github.com/bitcoin/bitcoin/pull/24505
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e04720ec3336...e0881aa5f0cd
<bitcoin-git> bitcoin/master 6115218 Andrew Chow: wallet: Add a deprecation warning for newly created legacy wallets
<bitcoin-git> bitcoin/master e0881aa MarcoFalke: Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly c...
<jb55> ifeanyi: and yes it's a must to run bitcoin-core if you want to know your balance without relying on and leaking your pubkeys to a third party
<jb55> ifeanyi: this isn't a general support channel, questions like this are best for #bitcoin. but to answer your question you can enable pruning which doesn't require that much space
<ifeanyi> Hello!, To contribute to bitcoin-core, Is it a must to run bitcoin-core on my pc?? it requires about 400GB space which I don't Have.

2022-03-13

<bitcoin-git> [bitcoin] theStack opened pull request #24553: contrib: fix signet miner (sighash mismatch) (master...202203-contrib-fix_signet_miner_sighash_mismatch) https://github.com/bitcoin/bitcoin/pull/24553
<bitcoin-git> [bitcoin] prusnak opened pull request #24552: guix: make it possible to override gpg binary (master...guix-attest-override-gpg) https://github.com/bitcoin/bitcoin/pull/24552
<bitcoin-git> [bitcoin] prusnak opened pull request #24551: test: remove explicit descriptors=True for createwallet RPC calls (master...tests-remove-explicit-descriptors-true) https://github.com/bitcoin/bitcoin/pull/24551
<michaelfolkson> Something like this but for your project https://github.com/bitcoin/bitcoin/issues/24303
<michaelfolkson> dhruv: Looks like the labels don't typically go as granular as specifying a particular BIP number https://github.com/bitcoin/bitcoin/labels
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24528: rpc: rename getdeploymentinfo status-next to status_next (master...getdeploymentinfo-rename-status-next-to-status_next) https://github.com/bitcoin/bitcoin/pull/24528
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2860a91df0d7...e04720ec3336
<bitcoin-git> bitcoin/master e04720e MarcoFalke: Merge bitcoin/bitcoin#24528: rpc: rename getdeploymentinfo status-next to ...
<bitcoin-git> bitcoin/master 5d7c69b Jon Atack: rpc: rename getdeploymentinfo status-next to status_next
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24527: test: set segwit height back to 0 on regtest (master...202203_regtest_segwitheight) https://github.com/bitcoin/bitcoin/pull/24527
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f94784f5bcfd...2860a91df0d7
<bitcoin-git> bitcoin/master 5ce3057 Martin Zumsande: test: set segwit height back to 0 on regtest
<bitcoin-git> bitcoin/master 2860a91 MarcoFalke: Merge bitcoin/bitcoin#24527: test: set segwit height back to 0 on regtest
<bitcoin-git> [bitcoin] hebasto opened pull request #24549: guix: Use $HOST instead of generic osx{64} for macOS artifacts (master...220313-arm64) https://github.com/bitcoin/bitcoin/pull/24549
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24533: test: use MiniWallet for feature_maxuploadtarget.py (master...202203-test-use_MiniWallet_for_feature_maxuploadtarget) https://github.com/bitcoin/bitcoin/pull/24533
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/deb847b75710...f94784f5bcfd
<bitcoin-git> bitcoin/master aab552f Sebastian Falbesoner: test: use MiniWallet for feature_maxuploadtarget.py
<bitcoin-git> bitcoin/master f94784f MarcoFalke: Merge bitcoin/bitcoin#24533: test: use MiniWallet for feature_maxuploadtar...
<bitcoin-git> [bitcoin] laanwj merged pull request #24491: contrib: fix implicit function decleration in win symbol check (master...fix_implicit_declaration_win_checks) https://github.com/bitcoin/bitcoin/pull/24491
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd381d86b1ad...deb847b75710
<bitcoin-git> bitcoin/master e4e9dd3 fanquake: contrib: fix implicit function decleration in win symbol check
<bitcoin-git> bitcoin/master deb847b laanwj: Merge bitcoin/bitcoin#24491: contrib: fix implicit function decleration in...

2022-03-12

<bitcoin-git> [bitcoin] fanquake merged pull request #24526: build: don't install deprecated libevent headers (master...dont_install_deprecated_libevent_headers) https://github.com/bitcoin/bitcoin/pull/24526
<bitcoin-git> bitcoin/master 339b4a5 fanquake: build: don't install deprecated libevent headers
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e7db4e245aba...fd381d86b1ad
<bitcoin-git> bitcoin/master fd381d8 fanquake: Merge bitcoin/bitcoin#24526: build: don't install deprecated libevent head...
<gribble> https://github.com/bitcoin/bitcoin/issues/24005 | test: add python implementation of Elligator squared by stratospher · Pull Request #24005 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23441 | fuzz: Differential fuzzing for ChaCha20Forward4064-Poly1305@bitcoin cipher suite by stratospher · Pull Request #23441 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24545 | BIP324: Enable v2 P2P encrypted transport by dhruv · Pull Request #24545 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23561 | BIP324: Handshake prerequisites by dhruv · Pull Request #23561 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23432 | BIP324: CPubKey encode/decode to elligator-squared by dhruv · Pull Request #23432 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23233 | BIP324: Add encrypted p2p transport {de}serializer by dhruv · Pull Request #23233 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/20962 | Alter the ChaCha20Poly1305@Bitcoin AEAD to the new specification by jonasschnelli · Pull Request #20962 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] dhruv opened pull request #24545: BIP324: Enable v2 P2P encrypted transport (master...bip324-enable) https://github.com/bitcoin/bitcoin/pull/24545
<prayank> Deleting my accounts was good for my mental health, privacy and others. I will continue to follow bitcoin dev in a different way. And last message from this IRC account.
<prayank> I love Bitcoin and everyone including who said something on twitter which my brother shared.. please consider different opinions and yes I was rude/aggresive at times. Sorry.
<prayank> Internship, everyone was paid except me. Ignored. Wasabi devs ignored legit things, ignored. Bitcoin Core IRC. maybe i abused it but i was just trying to express myself. Sorry.
<prayank> I went to lot of parties in India related to bitcoin and events, people ask me how to create new token and why is POW bad for energy? I said BS or smiled.
<prayank> I lost everything in my life for same reasons but I tried again. Because it was Bitcoin.
<prayank> I always wanted to contribute to bitcoin since 2015 when I first did the transaction on darknet.
<bitcoin-git> [bitcoin] dergoegge opened pull request #24543: net processing: Move remaining globals into PeerManagerImpl (master...deglobl_net_processing) https://github.com/bitcoin/bitcoin/pull/24543
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24164: build: Bump minimum required clang/libc++ to 8.0 (master...2201-clangRoll) https://github.com/bitcoin/bitcoin/pull/24164
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c109e7d51c9c...e7db4e245aba
<bitcoin-git> bitcoin/master fab53b5 MarcoFalke: ci/doc: Set minimum required clang/libc++ version to 8.0
<bitcoin-git> bitcoin/master fae20e6 MarcoFalke: Revert "Avoid the use of P0083R3 std::set::merge"
<bitcoin-git> bitcoin/master e7db4e2 MarcoFalke: Merge bitcoin/bitcoin#24164: build: Bump minimum required clang/libc++ to ...
<bitcoin-git> [bitcoin] hebasto closed pull request #24541: Bitcoin-vn (master...bitcoin-vn) https://github.com/bitcoin/bitcoin/pull/24541
<bitcoin-git> [bitcoin] uvhw opened pull request #24541: Bitcoin-vn (master...bitcoin-vn) https://github.com/bitcoin/bitcoin/pull/24541
<bitcoin-git> [bitcoin] hebasto opened pull request #24540: ci: Integrate ccache into MSVC build (master...220312-ccache) https://github.com/bitcoin/bitcoin/pull/24540

2022-03-11

<bitcoin-git> [bitcoin] sstone opened pull request #24539: Add a "tx output spender" index (master...add-txospender-index) https://github.com/bitcoin/bitcoin/pull/24539
<sipa> that = Bitcoin Core's PSBT RPC is internally implemented with calls to logic that "signs"
<sipa> the bitcoin core signing logic also works like that
<core-meetingbot`> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/24530 | wallet: assert BnBs internally calculated waste is the same as GetSelectionWaste by glozow · Pull Request #24530 · bitcoin/bitcoin · GitHub
<sipa> this seems more like rust-miniscript API question than a question about wallets (and even less about bitcoin core's wallet)
<michaelfolkson> I saw rust-bitcoin (?) wanted to merge something/release something?
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier paveljanik
<core-meetingbot`> Meeting started Fri Mar 11 19:00:17 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] glozow opened pull request #24538: miner: bug fix? update for ancestor inclusion using modified fees, not base (master...2022-03-miner-prioritised) https://github.com/bitcoin/bitcoin/pull/24538
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24537: rpc: Split mempool RPCs from blockchain.cpp (master...2203-mempoolRpc-🌛) https://github.com/bitcoin/bitcoin/pull/24537
<bitcoin-git> [bitcoin] achow101 merged pull request #24530: wallet: assert BnB's internally calculated waste is the same as GetSelectionWaste (master...2022-03-bnb-waste) https://github.com/bitcoin/bitcoin/pull/24530
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a81717443f04...c109e7d51c9c
<bitcoin-git> bitcoin/master c109e7d Andrew Chow: Merge bitcoin/bitcoin#24530: wallet: assert BnB's internally calculated wa...
<bitcoin-git> bitcoin/master ec7d736 glozow: [wallet] assert BnB internally calculated waste is the same as GetSelectio...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24535: test: Fix generate calls and comments in feature_segwit (master...2203-test_fix_seg-🏌) https://github.com/bitcoin/bitcoin/pull/24535
<bitcoin-git> [bitcoin] prusnak opened pull request #24534: contrib: macdeploy: make gen-sdk deterministic (master...deterministic-macos-sdk) https://github.com/bitcoin/bitcoin/pull/24534
<bitcoin-git> [bitcoin] theStack opened pull request #24533: test: use MiniWallet for feature_maxuploadtarget.py (master...202203-test-use_MiniWallet_for_feature_maxuploadtarget) https://github.com/bitcoin/bitcoin/pull/24533
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24453: Bugfix: doc: Correct change_address/changeAddress in wallet RPC help (master...fix_rpcdoc_changeaddr_STR) https://github.com/bitcoin/bitcoin/pull/24453
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/23e8c702bc95...a81717443f04
<bitcoin-git> bitcoin/master 9d5e693 Luke Dashjr: Bugfix: doc: Correct type of change_address/changeAddress in wallet RPC he...
<bitcoin-git> bitcoin/master e827202 Luke Dashjr: doc: Use human-friendly DefaultHint for change_address/changeAddress in wa...
<bitcoin-git> bitcoin/master a817174 MarcoFalke: Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAdd...
<bitcoin-git> [bitcoin] fanquake merged pull request #24421: miner: always assume we can build witness blocks (master...2022-02-miner-fincludewitness) https://github.com/bitcoin/bitcoin/pull/24421
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb0b39ce6fde...23e8c702bc95
<bitcoin-git> bitcoin/master 40e871d glozow: [miner] always assume we can create witness blocks
<bitcoin-git> bitcoin/master 23e8c70 fanquake: Merge bitcoin/bitcoin#24421: miner: always assume we can build witness blo...
<fanquake> I have invited Murch (Xekyo) to the bitcoin and bitcoin-core organisations, so we can request reviews from him.
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24531: Use designated initializers (master...2203-designated_init-🛍) https://github.com/bitcoin/bitcoin/pull/24531
<bitcoin-git> [bitcoin] glozow opened pull request #24530: wallet: assert BnB's internally calculated waste is the same as GetSelectionWaste (master...2022-03-bnb-waste) https://github.com/bitcoin/bitcoin/pull/24530
<bitcoin-git> [bitcoin] fanquake merged pull request #24524: doc: remove Boost LDFLAGS from netBSD build docs (master...remove_boost_ldflags) https://github.com/bitcoin/bitcoin/pull/24524
<bitcoin-git> bitcoin/master 8336a06 fanquake: doc: remove Boost LDFLAGS from netBSD build docs
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce1fabe5454d...bb0b39ce6fde
<bitcoin-git> bitcoin/master bb0b39c fanquake: Merge bitcoin/bitcoin#24524: doc: remove Boost LDFLAGS from netBSD build d...
<bitcoin-git> [bitcoin] fanquake merged pull request #24509: doc: Add `guix` prefix for changes to reproducible builds (master...220309-prefix) https://github.com/bitcoin/bitcoin/pull/24509
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f661da70b932...ce1fabe5454d
<bitcoin-git> bitcoin/master f1f994a Hennadii Stepanov: doc: Add `guix` prefix for changes to reproducible builds
<bitcoin-git> bitcoin/master ce1fabe fanquake: Merge bitcoin/bitcoin#24509: doc: Add `guix` prefix for changes to reprodu...
<bitcoin-git> [bitcoin] fanquake merged pull request #24521: build: Fix Boost.Process detection on macOS arm64 (master...220310-boost) https://github.com/bitcoin/bitcoin/pull/24521
<bitcoin-git> bitcoin/master f661da7 fanquake: Merge bitcoin/bitcoin#24521: build: Fix Boost.Process detection on macOS a...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/93feabcb30e3...f661da70b932
<bitcoin-git> bitcoin/master 1d4157a Hennadii Stepanov: build: Fix Boost.Process detection on macOS arm64
<bitcoin-git> [bitcoin] jonatack reopened pull request #24528: rpc: rename getdeploymentinfo status-next to status_next (master...getdeploymentinfo-rename-status-next-to-status_next) https://github.com/bitcoin/bitcoin/pull/24528
<bitcoin-git> [bitcoin] jonatack closed pull request #24528: rpc: rename getdeploymentinfo status-next to status_next (master...getdeploymentinfo-rename-status-next-to-status_next) https://github.com/bitcoin/bitcoin/pull/24528
<bitcoin-git> [bitcoin] jonatack opened pull request #24528: rpc: rename getdeploymentinfo status-next to status_next (master...getdeploymentinfo-rename-status-next-to-status_next) https://github.com/bitcoin/bitcoin/pull/24528
<ebaySatoshi> Where can I see the lines of code of Satoshi that were removed, possibly related to the implementation of a shopping feature in Bitcoin a bit like ebay shopping system?

2022-03-10

<gribble> https://github.com/bitcoin/bitcoin/issues/24294 | RPC: Switch getblockfrompeer back to standard param names blockhash and nodeid by luke-jr · Pull Request #24294 · bitcoin/bitcoin · GitHub
<core-meetingbot`> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<bitcoin-git> [bitcoin] mzumsande opened pull request #24527: test: set segwit height back to 0 on regtest (master...202203_regtest_segwitheight) https://github.com/bitcoin/bitcoin/pull/24527
<gribble> https://github.com/bitcoin/bitcoin/issues/24032 | Refactor vDeployments setup to avoid uninitialized variables by ajtowns · Pull Request #24032 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23363 | Discussion: Upgrading to C++20 · Issue #23363 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24169 | build: Add --enable-c++20 option by MarcoFalke · Pull Request #24169 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24322 | [kernel 1/n] Introduce initial `libbitcoinkernel` by dongcarl · Pull Request #24322 · bitcoin/bitcoin · GitHub
<dongcarl> Could I have #24322 for high prio? Will update within the next hour with the changes just discussed in #bitcoin-core-builds (shouldn't change much)
<provoostenator> I'd still like to get this into v23 if if survives more review: https://github.com/bitcoin-core/gui/pull/555
<gribble> https://github.com/bitcoin/bitcoin/issues/24080 | policy: Remove unused locktime flags by MarcoFalke · Pull Request #24080 · bitcoin/bitcoin · GitHub
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball