< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18596: test: Try once more when RPC connection fails on Windows (master...2004-testWin) https://github.com/bitcoin/bitcoin/pull/18596
< bitcoin-git>
bitcoin/master faa6557 MarcoFalke: test: Document why connection is re-constructed on windows
< bitcoin-git>
bitcoin/master fae760f MarcoFalke: cirrus: Bump freebsd to 12.1
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18615: test: Avoid accessing free'd memory in validation_chainstatemanager_tests (master...2004-testNoAccessFreeMem) https://github.com/bitcoin/bitcoin/pull/18615
2020-04-12
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #18555: wallet: Abort when assumption fails in debug mode (master...2004-walletAssumeAbortDebug) https://github.com/bitcoin/bitcoin/pull/18555
< bitcoin-git>
bitcoin/master c49971f MarcoFalke: Merge #18584: test: Check that the version message does not leak the local...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18584: test: Check that the version message does not leak the local address (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18584
< bitcoin-git>
bitcoin/master fa404f1 MarcoFalke: test: Check that the version message does not leak the local address of th...
< bitcoin-git>
[bitcoin] pierreN opened pull request #18606: test: check that bitcoin-cli autocomplete is in sync (master...feature-auto-cli) https://github.com/bitcoin/bitcoin/pull/18606
< bitcoin-git>
[bitcoin] fanquake opened pull request #18605: [WIP] build: Link time garbage collection (master...link_time_garbage_collection) https://github.com/bitcoin/bitcoin/pull/18605
< bitcoin-git>
[bitcoin] rebroad opened pull request #18604: Display command line usage to console without requiring X Windows (master...UsageToConsoleIfNotWin32) https://github.com/bitcoin/bitcoin/pull/18604
< jonasschnelli>
achow101: I passed a -upgrade to gbuild and even get a different shasum for bitcoin-0.20.0rc1-osx-unsigned.tar.gz
< bitcoin-git>
[bitcoin] fanquake closed pull request #17272: [POLICY] Make multiple OP_RETURNS in a single TX standard (master...allow-multi-op_return) https://github.com/bitcoin/bitcoin/pull/17272
< bitcoin-git>
[bitcoin] fanquake closed pull request #15268: doc: suggest using timeoutstopsec in systemd file during IBD (master...systemd-tweaks) https://github.com/bitcoin/bitcoin/pull/15268
< bitcoin-git>
bitcoin/master df953a4 Carl Dong: guix: Appease shellcheck.
< bitcoin-git>
[bitcoin] fanquake merged pull request #17595: guix: Enable building for `x86_64-w64-mingw32` target (master...2019-09-guix-staging-win-mingw-6.0.0) https://github.com/bitcoin/bitcoin/pull/17595
< bitcoin-git>
bitcoin/master 91897c9 Carl Dong: guix: Improve guix-build.sh documentation
< bitcoin-git>
bitcoin/master 570d769 Carl Dong: guix: Build support for Windows
< bitcoin-git>
[bitcoin] achow101 opened pull request #18589: Fix naming of macOS SDK and clarify version (master...fix-osx-sdk-extract) https://github.com/bitcoin/bitcoin/pull/18589
< gribble>
https://github.com/bitcoin/bitcoin/issues/18550 | Store destdata for change in separate key for backward compatibility by luke-jr · Pull Request #18550 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/18546 | Bugfix: Wallet: Safely deal with change in the address book [part 2] by luke-jr · Pull Request #18546 · bitcoin/bitcoin · GitHub
< achow101>
"I wonder if in this kind of wallet, ability to mark individual descriptors watchonly or not, ability to display two balances, and ability to have RPCs that know which descriptors are intended for signing regardless of whether private keys are present might help with UX, and maybe let someone get away with just having have one bitcoin wallet instead of two and having to exporting/import between them."
< bitcoin-git>
[bitcoin] laanwj opened pull request #18586: build: Bump gitian descriptors to 0.21 (master...2020_04_bump_descriptors) https://github.com/bitcoin/bitcoin/pull/18586
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17693: rpc: Add generateblock to mine a custom set of transactions (master...generateblock) https://github.com/bitcoin/bitcoin/pull/17693
< bitcoin-git>
bitcoin/master 51e2ce4 MarcoFalke: Merge #17693: rpc: Add generateblock to mine a custom set of transactions
< bitcoin-git>
bitcoin/master dcc8332 Andrew Toth: Add generateblock rpc
< bitcoin-git>
bitcoin/master 7524b64 Andrew Toth: Add tests for generateblock
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18584: test: Check that the version message does not leak the local address (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18584
< sipa>
fanquake: seeing the size of bitcoin-asmap in #18573
< bitcoin-git>
[bitcoin] promag opened pull request #18578: gui: Fix itemWalletAddress leak when not tree mode (master...2020-fix-coincontroldialog-leak) https://github.com/bitcoin/bitcoin/pull/18578
< bitcoin-git>
[bitcoin] gzhao408 opened pull request #18576: wip [test] use unittest for test_framework unit testing (master...framework-unittests) https://github.com/bitcoin/bitcoin/pull/18576
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18575: bench: Remove requirement that all benches use same testing setup (master...2004-benchNoGlobalReg) https://github.com/bitcoin/bitcoin/pull/18575
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18561: test: Properly raise FailedToStartError when rpc shutdown before warmup finished (master...2004-qaFailedToStartConnectionReset) https://github.com/bitcoin/bitcoin/pull/18561
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18572: Wallet: Accept "changedata" db key as an alias to "destdata" (master...changedata_forwardcompat) https://github.com/bitcoin/bitcoin/pull/18572
< Talkless>
jonasschnelli: alternative is just to wait until Bitcoin Qt has BIP39 support and easy HW wallet support, so I could just switch to Bitcoin Qt :)
< fjahr>
@Talkless have you checked out previous attempts to add this index? See for example #14053 which is still active and bitcoin core reviews session https://bitcoincore.reviews/14053.html. If you haven't seen it I think it will provide more context on the issues.
< Talkless>
I have LOCAL full node, LOCAL electrum wallet, I would like that my (and only my) local electrum wallet would connect DIRECTLY to that local bitcoin full node via RPC and could work just like that
< jonasschnelli>
Even if Bitcoin Core would have a such full address index,... I think it would be naive to also add the endpoint with all the required httpd hardening and authentication methods.
< jonasschnelli>
We can't have that in Bitcoin-Core
< jonasschnelli>
I see the usecase for a personal block explorer. But IMO you should use third party software for this. There is no need to add complex indexing to the software that provides also the Bitcoin consensus protocol.
< jonasschnelli>
With multiwallet and enforced watch-only support, I think using Bitcoin Core as a backand for personal wallets is possible/fine.
< bitcoin-git>
[bitcoin] hebasto closed pull request #18501: build: Fix boost detection on Ubuntu ARM 18.04 (master...20200402-boost-arm) https://github.com/bitcoin/bitcoin/pull/18501
< Talkless>
Could it be "controversial" to implement addrindex, so that other third party wallets (like Electrum) would not need intermediary server (like Electrumx) to make it work? It could access all info via Bitcoin RPC instead.