<bitcoin-git>
bitcoin/master fab02f7 MarcoFalke: streams: Fix read-past-the-end and integer overflows
<bitcoin-git>
bitcoin/master fa1b89a MarcoFalke: scripted-diff: Rename nReadPos to m_read_pos in streams.h
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24296: ci: use Ubuntu Jammy for Windows cross-compilation CI (master...win_ci_gcc_10_3) https://github.com/bitcoin/bitcoin/pull/24296
<bitcoin-git>
[gui] jonatack opened pull request #554: Add and improve peers tab address fields dev notes and tooltips (master...improve-peers-tab-address-fields-extracomments-and-tooltips) https://github.com/bitcoin-core/gui/pull/554
<bitcoin-git>
[bitcoin] hebasto opened pull request #24401: wallet: Add external-signer-support specific error message (master...220220-signer) https://github.com/bitcoin/bitcoin/pull/24401
<bitcoin-git>
[bitcoin] fanquake opened pull request #24385: build: remove boost dep from libmultiprocess (master...boost_less_multiprocess) https://github.com/bitcoin/bitcoin/pull/24385
<bitcoin-git>
[bitcoin] vasild opened pull request #24378: refactor: make bind() and listen() mockatble/testable (master...mockable_bind_and_listen) https://github.com/bitcoin/bitcoin/pull/24378
<laanwj>
re: rpc bindings in bitcoin core, the sentiment seems to be 'no', that there is a percieved need for something to be 'well-maintained' doesn't mean it needs to end up on the plate of the maintainers of bitcoin core, see also the discussion in #23468 (and that's about Python, not some language)
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24360: doc: improve -netinfo help based on feedback from users and devs (master...netinfo-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24360
<jeremyrubin>
i think this is bitcoin-core specific, but are there any well maintained bitcoin core RPC libraries for javascript/typescript?
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #24375: Do not use `LocalTestingSetup` in getarg_tests test file. (master...pr/fixt) https://github.com/bitcoin/bitcoin/pull/24375
2022-02-17
<bitcoin-git>
[bitcoin] achow101 merged pull request #24281: docs: Update to match new default wallet type (master...doc-fix-default-wallet) https://github.com/bitcoin/bitcoin/pull/24281
<luke-jr>
might be nice to investigate a disappeared-Bitcoin system and see if the logs say why
<hebasto>
for now we have multiple claims that macos removes Bitcoin Core; assuming it could be related to lack of notarization
<fanquake>
users are reporting their bitcoin core apps just flat out disappearing
<gribble>
https://github.com/bitcoin/bitcoin/issues/24365 | wallet: Dont generate keys for wallets with private keys disabled during upgradewallet by achow101 · Pull Request #24365 · bitcoin/bitcoin · GitHub
<bitcoin-git>
bitcoin/master 7f2f35f Hennadii Stepanov: build: Fix gcc-cross-x86_64-w64-mingw32-10.3.0 in Guix
<bitcoin-git>
bitcoin/master b3617a9 Hennadii Stepanov: build: Point Guix to recent commit on the master branch
<bitcoin-git>
bitcoin/master 9761192 fanquake: Merge bitcoin/bitcoin#24348: build: Fix Guix build for Windows (attempt 2)...
<jonatack>
laanwj: wrt 23542, potential privacy gain but if many DNS seeds take advantage of it before the seeder and bitcoin core code reading them are updated... be good to have those updated before this release (or the next one)
<bitcoin-git>
[bitcoin] achow101 opened pull request #24365: wallet: Don't generate keys for wallets with private keys disabled during upgradewallet (master...upgrade-disable-privkeys) https://github.com/bitcoin/bitcoin/pull/24365
<bitcoin-git>
[bitcoin] jamesob opened pull request #24364: refactor: remove duplicate code from BlockAssembler (master...2022-02-ba-dup-code) https://github.com/bitcoin/bitcoin/pull/24364
2022-02-16
<bitcoin-git>
[bitcoin] hebasto opened pull request #24363: ci: Catch assertion error message into logs for test_bitcoin.exe (master...220216-assert) https://github.com/bitcoin/bitcoin/pull/24363
<bitcoin-git>
[bitcoin] achow101 opened pull request #24362: wallet: Do not match legacy addresses for change type (master...rm-legacy-change) https://github.com/bitcoin/bitcoin/pull/24362
<bitcoin-git>
[bitcoin] dongcarl closed pull request #24332: [kernel 2/n] Decouple from `netaddress`+`asmap`, parts of `timedata`+`init/common` (master...2022-02-libbitcoinkernel-p2-minimal) https://github.com/bitcoin/bitcoin/pull/24332
<bitcoin-git>
[bitcoin] jonatack opened pull request #24360: doc: improve -netinfo help based on feedback from users and devs (master...netinfo-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24360
<bitcoin-git>
[bitcoin] vasild opened pull request #24357: refactor: make setsockopt() and SetSocketNoDelay() mockable/testable (master...mockable_SetSocketNoDelay_and_setsockopt) https://github.com/bitcoin/bitcoin/pull/24357
<bitcoin-git>
[bitcoin] vasild opened pull request #24356: refactor: replace CConnman::SocketEvents() with mockable Sock::WaitMany() (master...WaitMany) https://github.com/bitcoin/bitcoin/pull/24356
<laanwj>
i meannn it's the same discussion every time but clearly bitcoin and cryptocurrency is still experimental on several levels, which makes it useful as a warning/disclaimer, and also not in some other ways, it's really not worth getting into that discussion over a single word in the documentation
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #24295: Remove std::move from fs wrapper to work around -D_LIBCPP_DEBUG=1 bug (master...2202-bug) https://github.com/bitcoin/bitcoin/pull/24295
<bitcoin-git>
[bitcoin] kristapsk opened pull request #24353: RPC: Return external_signer command in getwalletinfo (master...getwalletinfo-external_signer-2) https://github.com/bitcoin/bitcoin/pull/24353
<ronoaldo>
I'm not sure if this is the proper place to ask but the bitcoin client qt displays "This is experimental software." when you go to about -> About Bitcoin Core. Is there a goal to consider the software no longer experimental? Like, it won't be experimental when a milestone/feature set is reached.
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24117: index: make indices robust against init aborts (master...202201_index_startup) https://github.com/bitcoin/bitcoin/pull/24117
<yanmaani>
start bitcoin again, wait for it to sync up, kill it with -9
<yanmaani>
to reproduce: install bitcoin core, sync it until it's like a week behind, close it orderly
<yanmaani>
Why doesn't Bitcoin Core sync db after completing ibd?
<provoostenator>
Can move to #bitcoin-dev if the answer is "complicated" :-)
<michaelfolkson>
provoostenator: Probably should be in #bitcoin-dev (and I think only luke-jr can answer it) but BIP 148, 149 weren't given single digits and allocated at similar time. But they were entitled to be SegWit specific rather than general activation mechanism
<bitcoin-git>
bitcoin/master 66afa28 Hennadii Stepanov: qt, refactor: Replace BitcoinGUI::trayIconActivated with a lambda
<bitcoin-git>
bitcoin/master c3ca836 Hennadii Stepanov: qt, refactor: Replace BitcoinGUI::macosDockIconActivated with a lambda
<bitcoin-git>
bitcoin/master 78189da Hennadii Stepanov: qt, refactor: Fill up trayIconMenu before connections
<bitcoin-git>
[bitcoin] JeremyRand opened pull request #24345: doc: Release process: fix broken link to Guix building docs (master...guix-link) https://github.com/bitcoin/bitcoin/pull/24345
<bitcoin-git>
[gui] jonatack opened pull request #549: gui, refactor: use std::chrono for formatDurationStr() helper (master...formatDurationStr-std-chrono) https://github.com/bitcoin-core/gui/pull/549
2022-02-14
<bitcoin-git>
[bitcoin] thonkle closed pull request #24116: Document listening on port 0 assigns a random unused port (master...doc-port-0) https://github.com/bitcoin/bitcoin/pull/24116
<bitcoin-git>
bitcoin/master 8fe6f5a fanquake: Merge bitcoin/bitcoin#24326: build: minor cleanups to native_clang package...
<bitcoin-git>
[bitcoin] fanquake opened pull request #24341: build: remove some no-longer-needed var unexporting from configure (master...remove_redundant_un_export) https://github.com/bitcoin/bitcoin/pull/24341
<bitcoin-git>
[bitcoin] kiminuo opened pull request #24339: Improve RPC help by explicitly mentioning output types (master...feature/2022-02-output-types) https://github.com/bitcoin/bitcoin/pull/24339
<bitcoin-git>
[bitcoin] laanwj opened pull request #24338: util: Work around libstdc++ create_directories issue (master...2022-02-create-directories) https://github.com/bitcoin/bitcoin/pull/24338
<bitcoin-git>
[bitcoin] hebasto opened pull request #24337: build: Define `PROVIDE_FUZZ_MAIN_FUNCTION` macro only when needed (master...220214-fuzz) https://github.com/bitcoin/bitcoin/pull/24337
<Guest71>
I want to contribute to bitcoin-core
<bitcoin-git>
[bitcoin] fanquake merged pull request #24309: test: test that OP_1-OP_16 (but not lower/higher) start witness programs (master...cherrypick_test_13062) https://github.com/bitcoin/bitcoin/pull/24309
<bitcoin-git>
[bitcoin] dongcarl opened pull request #24332: [kernel 2/n] Decouple from `netaddress`+`asmap`, parts of `timedata`+`init/common` (master...2022-02-libbitcoinkernel-p2-minimal) https://github.com/bitcoin/bitcoin/pull/24332
<bitcoin-git>
[bitcoin] fanquake merged pull request #24277: build: Fix `make deploy` for Windows when building out of source tree (master...220206-deploy) https://github.com/bitcoin/bitcoin/pull/24277
<bitcoin-git>
bitcoin/master b6b7815 fanquake: Merge bitcoin/bitcoin#24277: build: Fix `make deploy` for Windows when bui...
<bitcoin-git>
bitcoin/master a5f67b4 Hennadii Stepanov: build: Fix `make deploy` for Windows when building out of source tree
<bitcoin-git>
[bitcoin] fanquake closed pull request #24327: MIT Vulnerability from Lack of Definition and Escape from the Law. (master...master) https://github.com/bitcoin/bitcoin/pull/24327
<bitcoin-git>
[bitcoin] PublicResourceLicense opened pull request #24327: MIT Vulnerability from Lack of Definition and Escape from the Law. (master...master) https://github.com/bitcoin/bitcoin/pull/24327