2020-10-29

< queip> fanquake: FYI this is same guy that in past days is running around various IRC channels, threatens to kill Bitcoin developers. He rambles about Zeronet (which he ~falsely claims to be top developer of), about politics, bitcoin wiki, uses VPN, switches nicks, runs some scam foundation for "human rights"
< bitcoin-git> [bitcoin] laanwj merged pull request #20115: cli: -netinfo quick updates/fixups for 0.21 (master...netinfo-fixups) https://github.com/bitcoin/bitcoin/pull/20115
< bitcoin-git> bitcoin/master 773f4c9 Jon Atack: cli -netinfo: handle longer tor v3 local addresses
< bitcoin-git> bitcoin/master 33e9874 Jon Atack: cli -netinfo: make age column variable-width
< bitcoin-git> bitcoin/master f8a1c4d Jon Atack: cli -netinfo: various quick updates and fixes
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f3727fd73538...2e2419711702
< bitcoin-git> [bitcoin] laanwj merged pull request #20156: build: Make sqlite support optional (compile-time) (master...opt_sqlite) https://github.com/bitcoin/bitcoin/pull/20156
< bitcoin-git> bitcoin/master bbb42a6 Luke Dashjr: RPC: createwallet: Nicer error message if descriptor wallet requested and ...
< bitcoin-git> bitcoin/master 6608fec Luke Dashjr: GUI: Create Wallet: Nicely disable descriptor wallet checkbox if sqlite su...
< bitcoin-git> bitcoin/master 7b54d76 Luke Dashjr: Make sqlite support optional (compile-time)
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/924a4ff7eb62...f3727fd73538
< gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #20242: fuzz: Properly initialize PrecomputedTransactionData (master...2010-fuzzInit) https://github.com/bitcoin/bitcoin/pull/20242
< bitcoin-git> bitcoin/master fa56d56 MarcoFalke: fuzz: Properly initialize PrecomputedTransactionData
< bitcoin-git> bitcoin/master 924a4ff Wladimir J. van der Laan: Merge #20242: fuzz: Properly initialize PrecomputedTransactionData
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6196cf77e574...924a4ff7eb62
< bitcoin-git> [bitcoin] laanwj merged pull request #19753: p2p: don't add AlreadyHave transactions to recentRejects (master...2020-08-clean-tx-processing) https://github.com/bitcoin/bitcoin/pull/19753
< bitcoin-git> bitcoin/master 6196cf7 Wladimir J. van der Laan: Merge #19753: p2p: don't add AlreadyHave transactions to recentRejects
< bitcoin-git> bitcoin/master d419fde Troy Giorshev: [net processing] Don't add AlreadyHave txs to recentRejects
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f512f3d5639...6196cf77e574
< bosch-0> Next Bitcoin Core design call is scheduled for next Wednesday at 9:00AM UTC - https://github.com/BitcoinDesign/Meta/issues/40 - For discussion around this join ##bitcoin-core-gui

2020-10-28

< bitcoin-git> [bitcoin] achow101 opened pull request #20260: wallet: Create named SQLite wallet files instead of wallet directories (master...single-file-sqlite) https://github.com/bitcoin/bitcoin/pull/20260
< bitcoin-git> [gui] hebasto opened pull request #123: rpc: Do not accept command while executing another one (master...201028-prompt) https://github.com/bitcoin-core/gui/pull/123
< gribble> https://github.com/bitcoin/bitcoin/issues/19960 | build: The vcpkg tool has introduced a proper way to use manifests by sipsorcery · Pull Request #19960 · bitcoin/bitcoin · GitHub
< sdaftuar_> anyone know what went wrong here: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/35983641 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20258: tests: Remove getnettotals/getpeerinfo consistency test (master...2020-10-remove-net-totals-test) https://github.com/bitcoin/bitcoin/pull/20258
< bitcoin-git> bitcoin/master 3f512f3 MarcoFalke: Merge #20258: tests: Remove getnettotals/getpeerinfo consistency test
< bitcoin-git> bitcoin/master 778cd0d John Newbery: [tests] Remove getnettotals/getpeerinfo consistency test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/db26eeba71fb...3f512f3d5639
< yanmaani> ah ok, it's https://github.com/bitcoin/bitcoin/blob/master/contrib/seeds/makeseeds.py that has max_per_net, and this is for ip4/6/onion.
< gribble> https://github.com/bitcoin/bitcoin/issues/20237 | net: Hardcoded seeds update for 0.21 by laanwj · Pull Request #20237 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16999 | net: 0.19 seeds update by laanwj · Pull Request #16999 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18506 | net: Hardcoded seeds update for 0.20 by laanwj · Pull Request #18506 · bitcoin/bitcoin · GitHub
< wumpus> jnewbery: previous PRs like it might be a guide there (#18506, #16999), e.g. people could try to repeat the last step in https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds#seeds and see if it ends up with the same .h file, you could also repeat the entire process but as the list of peers from the seeder will be different every time that will give a (slightly, hopefully)
< gribble> https://github.com/bitcoin/bitcoin/issues/20237 | net: Hardcoded seeds update for 0.21 by laanwj · Pull Request #20237 · bitcoin/bitcoin · GitHub
< Relis> Hi, is anyone exploring using zk tech to scale bitcoin?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18784: net: RecordBytesSent under cs_vSend lock (master...2004-netLockRecordBytesSent) https://github.com/bitcoin/bitcoin/pull/18784
< bitcoin-git> [bitcoin] jnewbery opened pull request #20258: [tests] Remove getnettotals/getpeerinfo consistency test (master...2020-10-remove-net-totals-test) https://github.com/bitcoin/bitcoin/pull/20258
< wumpus> i've added the bitcoin/gui repository here for the bot, i hope it won't be a mess
< bitcoin-git> [bitcoin] laanwj merged pull request #19877: [test] clarify rpc_net & p2p_disconnect_ban functional tests (master...2020-09-rpcnet-fixes) https://github.com/bitcoin/bitcoin/pull/19877
< bitcoin-git> bitcoin/master db26eeb Wladimir J. van der Laan: Merge #19877: [test] clarify rpc_net & p2p_disconnect_ban functional tests...
< bitcoin-git> bitcoin/master 47ff509 Amiti Uttarwar: [test] Clarify setup of node topology.
< bitcoin-git> bitcoin/master 0672522 Amiti Uttarwar: [move-only, test]: Match test order with run order
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/488b77f72e8f...db26eeba71fb
< gribble> https://github.com/bitcoin/bitcoin/issues/19753 | p2p: dont add AlreadyHave transactions to recentRejects by troygiorshev · Pull Request #19753 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20256: qt: Pre-splitoff translations update (master...2020_10_translations_update) https://github.com/bitcoin/bitcoin/pull/20256
< bitcoin-git> bitcoin/master 488b77f MarcoFalke: Merge #20256: qt: Pre-splitoff translations update
< bitcoin-git> bitcoin/master a193f96 Wladimir J. van der Laan: qt: Pre-splitoff translations update
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55b1ffcd259c...488b77f72e8f
< bitcoin-git> [bitcoin] sipa opened pull request #20257: Update secp256k1 subtree to latest master (master...202010-secp256k1) https://github.com/bitcoin/bitcoin/pull/20257
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16856: Do not allow descendants of BLOCK_FAILED_VALID blocks to be BLOCK_FAILED_VALID (master...2019-09-invalidate-block-child-invalid) https://github.com/bitcoin/bitcoin/pull/16856

2020-10-27

< sipa> bip322 proves the ability to spend coins sent to a particular bitcoin address; a lightning equivalent sounds like it would need a lightning-specific solution
< gribble> https://github.com/bitcoin/bitcoin/issues/18818 | Fix release tarball generated by gitian by luke-jr · Pull Request #18818 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #20256: qt: Pre-splitoff translations update (master...2020_10_translations_update) https://github.com/bitcoin/bitcoin/pull/20256
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20255: util: Add Assume() identity function (master...2010-assume) https://github.com/bitcoin/bitcoin/pull/20255
< bitcoin-git> [bitcoin] jonatack closed pull request #20240: script: fix linter error in test runner (master...fix-python-linter-error) https://github.com/bitcoin/bitcoin/pull/20240
< bitcoin-git> bitcoin/master 55b1ffc Jonas Schnelli: Merge bitcoin-core/gui#116: Fix unreasonable default size of the main wind...
< bitcoin-git> bitcoin/master 7b2e42e Hennadii Stepanov: qt: Add WalletFrame::sizeHint
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/83363f7b62f9...55b1ffcd259c
< jonasschnelli> wumpus: I think you should add githubmerge.pushmirrors=git@github.com:bitcoin-core/gui.git to your merge master repository
< bitcoin-git> [bitcoin] vasild opened pull request #20254: Add I2P support using statically configured destinations (master...i2p_static) https://github.com/bitcoin/bitcoin/pull/20254
< bitcoin-git> [bitcoin] fanquake opened pull request #20253: net: use std::chrono throughout maxOutbound logic (master...net_unused_outbound) https://github.com/bitcoin/bitcoin/pull/20253
< vasild> https://github.com/bitcoin/bitcoin/blob/master/src/net.cpp#L1346 - this looks strange, it would check whether both POLLERR and POLLHUP are set at the same time.
< bitcoin-git> bitcoin/master fa9b485 MarcoFalke: test: Add test for -blockversion
< bitcoin-git> [bitcoin] laanwj merged pull request #20167: test: Add test for -blockversion (master...2010-testBlockversion) https://github.com/bitcoin/bitcoin/pull/20167
< bitcoin-git> bitcoin/master fa7fb0e MarcoFalke: test: Default blockversion to 4 in feature_block
< bitcoin-git> bitcoin/master fa2b778 MarcoFalke: test: Remove unused -blockversion from tests
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c1564baf3b5e...83363f7b62f9
< gribble> https://github.com/bitcoin/bitcoin/issues/19877 | [test] clarify rpc_net & p2p_disconnect_ban functional tests by amitiuttarwar · Pull Request #19877 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #19124: doc: Document ALLOW_HOST_PACKAGES dependency option (master...allowHostDoc) https://github.com/bitcoin/bitcoin/pull/19124
< bitcoin-git> bitcoin/master 47e2a35 skmcontrib: doc: Document ALLOW_HOST_PACKAGES dependency option
< bitcoin-git> bitcoin/master c1564ba Wladimir J. van der Laan: Merge #19124: doc: Document ALLOW_HOST_PACKAGES dependency option
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67d4643a1a76...c1564baf3b5e
< bitcoin-git> [bitcoin] fanquake merged pull request #20152: doc: Update wallet files in files.md (master...201015-sqlite) https://github.com/bitcoin/bitcoin/pull/20152
< bitcoin-git> bitcoin/master 67d4643 fanquake: Merge #20152: doc: Update wallet files in files.md
< bitcoin-git> bitcoin/master defe48a Hennadii Stepanov: doc: Update wallet files in files.md
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa463f116377...67d4643a1a76
< bitcoin-git> [bitcoin] fanquake closed pull request #20224: doc: CI system link added, clarity increased (squashed into a single commit) (master...master) https://github.com/bitcoin/bitcoin/pull/20224
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20247: fuzz: Check for addrv1 compatibility before using addrv1 serializer. Fuzz addrv2 serialization. (master...fuzzers-netaddr-post-addrv2) https://github.com/bitcoin/bitcoin/pull/20247
< bitcoin-git> bitcoin/master fa463f1 MarcoFalke: Merge #20247: fuzz: Check for addrv1 compatibility before using addrv1 ser...
< bitcoin-git> bitcoin/master 903f3d0 practicalswift: fuzz: Check for addrv1 compatibility before using addrv1 serializer
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d67883d01e50...fa463f116377
< gribble> https://github.com/bitcoin/bitcoin/issues/19224 | [0.20] Backports by fanquake · Pull Request #19224 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17621 | IsUsedDestination should count any known single-key address by instagibbs · Pull Request #17621 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub

2020-10-26

< luke-jr> actual consensus rules versioning would look something very different: https://en.bitcoin.it/wiki/Consensus_versions
< bitcoin-git> [bitcoin] luke-jr opened pull request #20251: Move major version to first version integer as specified by SemVer (master...semver2) https://github.com/bitcoin/bitcoin/pull/20251
< bitcoin-git> [bitcoin] luke-jr opened pull request #20250: Bugfix: RPC/Wallet: Make BTC/kB and sat/B fee modes work sanely (master...rpcwallet_explicit_fixups) https://github.com/bitcoin/bitcoin/pull/20250
< roconnor> Strangely BitcoinABC's CNetAddr:IsRoutable() gets miscompiled, but not Bitcoin's. I have no explaination.
< bitcoin-git> [bitcoin] dgpv opened pull request #20248: Fix test: length of R check in test/key_tests.cpp:key_signature_tests (master...fix-test-key-signature-low-r) https://github.com/bitcoin/bitcoin/pull/20248
< bitcoin-git> [bitcoin] practicalswift opened pull request #20247: fuzz: Check for addrv1 compatibility before using addrv1 serializer. Fuzz addrv2 address serialization. (master...fuzzers-netaddr-post-addrv2) https://github.com/bitcoin/bitcoin/pull/20247
< gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
< luke-jr> AdulrunaRedviva: again, #bitcoin
< luke-jr> AdulrunaRedviva: #Bitcoin for user questions, but rephrase it
< wumpus> AdulrunaRedviva: it's unclear to me what you mean, I suppose you are using multiwallet but what are yo trying to do? to select a wallet for RPC getbalance in bitcoin-cli you can pass -rpcwallet=<walletname>
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20245: test: Run script_assets_test even if built --with-libs=no (master...2010-testAssetTestlibconsensus) https://github.com/bitcoin/bitcoin/pull/20245
< bitcoin-git> [bitcoin] fanquake closed pull request #20244: Create BITCOIN (master...patch-2) https://github.com/bitcoin/bitcoin/pull/20244
< bitcoin-git> [bitcoin] MewTww opened pull request #20244: Create BITCOIN (master...patch-2) https://github.com/bitcoin/bitcoin/pull/20244
< bitcoin-git> [bitcoin] hebasto opened pull request #20243: rpc, wallet: Expose wallet id in getwalletinfo RPC output (master...201026-wid) https://github.com/bitcoin/bitcoin/pull/20243
< vasild> luke-jr: https://github.com/bitcoin/bitcoin/pull/20234#issuecomment-716045914 what do you mean in particular? I think all is in the PR description, but apparently not, since you ask...
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20242: fuzz: Properly initialize PrecomputedTransactionData (master...2010-fuzzInit) https://github.com/bitcoin/bitcoin/pull/20242
< bitcoin-git> [bitcoin] instagibbs closed pull request #18723: Expand on contracting carve-out rule test (master...onemore_again) https://github.com/bitcoin/bitcoin/pull/18723
< gribble> https://github.com/bitcoin/bitcoin/issues/19683 | depends: Pin clang search paths for darwin host by dongcarl · Pull Request #19683 · bitcoin/bitcoin · GitHub
< ossifrage> bitcoin-qt: validation.cpp:1977: bool CChainState::ConnectBlock(const CBlock&, BlockValidationState&, CBlockIndex*, CCoinsViewCache&, const CChainParams&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.

2020-10-25

< bitcoin-git> [bitcoin] jonatack opened pull request #20240: script: fix linter error in test runner (master...fix-python-linter-error) https://github.com/bitcoin/bitcoin/pull/20240
< bitcoin-git> [bitcoin] decryp2kanon opened pull request #20238: Trivial: Missing comments for signet parameters (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20238
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19918: sync: Replace LockAssertion with AssertLockHeldUnverified (master...pr/lockb) https://github.com/bitcoin/bitcoin/pull/19918
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19865: scripted-diff: Restore AssertLockHeld after #19668, remove LockAssertion (master...pr/locka) https://github.com/bitcoin/bitcoin/pull/19865
< bitcoin-git> [bitcoin] laanwj opened pull request #20237: net: Hardcoded seeds update for 0.21 (master...2020_10_seeds_update) https://github.com/bitcoin/bitcoin/pull/20237

2020-10-24

< gribble> https://github.com/bitcoin/bitcoin/issues/95 | Increase -maxsendbuffer -maxreceivebuffer defaults by gavinandresen · Pull Request #95 · bitcoin/bitcoin · GitHub
< luke-jr> https://github.com/bitcoin-core/gui/pull/107 should get tagged for 0.21
< bitcoin-git> [bitcoin] vasild opened pull request #20234: net: don't extra bind for Tor if binds are restricted (master...bind) https://github.com/bitcoin/bitcoin/pull/20234
< gribble> https://github.com/bitcoin/bitcoin/issues/20156 | Make sqlite support optional (compile-time) by luke-jr · Pull Request #20156 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr reopened pull request #14066: gitian-linux: Build binaries for 64-bit POWER (master...gitian_power64) https://github.com/bitcoin/bitcoin/pull/14066
< bitcoin-git> [bitcoin] jonatack closed pull request #20231: wallet, rpc: universal feerate (sat/vB) param/option (master...universal-feerate) https://github.com/bitcoin/bitcoin/pull/20231
< bitcoin-git> [bitcoin] jonatack closed pull request #19874: cli: degrade -getinfo gracefully for older servers (master...getinfo-handle-older-servers-gracefully) https://github.com/bitcoin/bitcoin/pull/19874
< bitcoin-git> bitcoin/master d67883d MarcoFalke: Merge bitcoin-core/gui#43: bugfix: Call setWalletActionsEnabled(true) only...
< bitcoin-git> bitcoin/master 20c9e03 Hennadii Stepanov: gui: Call setWalletActionsEnabled(true) only for the first wallet
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/49984b44cfcd...d67883d01e50

2020-10-23

< bitcoin-git> [bitcoin] jnewbery opened pull request #20233: addrman: make sanity checks a runtime option (master...2020-10-addrman-sanity) https://github.com/bitcoin/bitcoin/pull/20233
< gribble> https://github.com/bitcoin/bitcoin/issues/20120 | net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo, regression tests by jonatack · Pull Request #20120 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20115 | cli: -netinfo quick updates/fixups and release note by jonatack · Pull Request #20115 · bitcoin/bitcoin · GitHub
< luke-jr> "Welcome to Bitcoin Core 2022.11. You are using an ancient wallet version, that will not be supported in the next release. Do you want to upgrade now? This will invalidate old backups!"
< achow101> meshcollider: https://github.com/bitcoin/bitcoin/projects/16 can be closed/removed/whatever happens to completed project boards
< jtimon> so what's the status on using bitcoin core with hardware wallets, multisig and all those cool things? is it still a separated branch?
< gribble> https://github.com/bitcoin/bitcoin/issues/17356 | RPC: Internal named params by luke-jr · Pull Request #17356 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19543 | Normalize fee units for RPC ("BTC/kB" and "sat/B) · Issue #19543 · bitcoin/bitcoin · GitHub
< sipa> Murch: the bitcoin core RPC also lets you pass any amount as a string, in case your client library can't produce JSON numbers without going through a floating-point type
< luke-jr> emzy: but msat isn't an existing unit (in Bitcoin/Core at least)
< sipa> bitcoin core has no problem with this, it parses the decimals exactly from json, without conversion to a floating point type at any point
< gribble> https://github.com/bitcoin/bitcoin/issues/20220 | wallet, rpc: explicit feerate follow-ups by jonatack · Pull Request #20220 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19543 | Normalize fee units for RPC ("BTC/kB" and "sat/B) · Issue #19543 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20220 | wallet, rpc: explicit feerate follow-ups by jonatack · Pull Request #20220 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17356 | RPC: Internal named params by luke-jr · Pull Request #17356 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19543 | Normalize fee units for RPC ("BTC/kB" and "sat/B) · Issue #19543 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19453 | refactor: reduce DefaultRequestHandler memory allocations by jonatack · Pull Request #19453 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20220 | wallet, rpc: explicit feerate follow-ups by jonatack · Pull Request #20220 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11413 | [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option by kallewoof · Pull Request #11413 · bitcoin/bitcoin · GitHub
< achow101> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball ariard digi_james amiti fjahr jeremyrubin emilengler jonatack hebasto
< bitcoin-git> [bitcoin] jonatack opened pull request #20231: wallet, rpc: universal feerate (sat/vB) param/option (master...universal-feerate) https://github.com/bitcoin/bitcoin/pull/20231
< bitcoin-git> [bitcoin] hebasto opened pull request #20230: wallet: Fix bug when just created encrypted wallet cannot get address (master...201023-signal) https://github.com/bitcoin/bitcoin/pull/20230
< jonasschnelli> ##bitcoin-core-gui
< jonasschnelli> join #bitcoin-core-gui
< jonasschnelli> For the one not following the GUI repository: https://github.com/bitcoin-core/gui/pull/108 (interactive mempool statistics). Ideas, reviews and testing welcome
< queip> kinlo: if yes then great opportunity to ditch github. Or at least prepare to do so in future. if we distribute PRs, Issues, and maybe searching all servers for git remote modules, then we can ignore any such problems. anyway if bitcoin GH is officially mirrored to other gits, wouldn't hurt to promote that knowledge in places
< queip> I am curious now, they commited some bitcoin.svg just to change git glame to them or something, got rejected, and now are DMCA-mad that their pressious bitcoin.svg sits there in PR? or smth? (besides that svg file is 404 anyway already)
< queip> MarcoFalke: probably that troll, now asks in #bitcoin with some fake DMCA I guess
< jonasschnelli> The SV people recently started foundation activity in Switzerland.... I think its them. The webpage also links to bitcoin.com.
< gribble> https://github.com/bitcoin/bitcoin/issues/20229 | Adding a new Bitcoin logo, and release it under the public domain license. by bitcoin-foundation-admin · Pull Request #20229 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20229: Adding a new Bitcoin logo, and release it under the public domain license. (master...master) https://github.com/bitcoin/bitcoin/pull/20229
< bitcoin-git> [bitcoin] bitcoin-foundation-admin opened pull request #20229: Adding a new Bitcoin logo, and release it under the public domain license. (master...master) https://github.com/bitcoin/bitcoin/pull/20229
< jonasschnelli> I'm again banned in #bitcoin-dev and #bitcoin and #bitcoin-wizards ... if anyone know how to unban: thanks.
< bitcoin-git> bitcoin/master 49984b4 Jonas Schnelli: Merge bitcoin-core/gui#71: Fix visual quality of text in QR image
< bitcoin-git> bitcoin/master 6954156 Hennadii Stepanov: qt: Fix visual quality of text in QR image
< bitcoin-git> bitcoin/master 8071c75 Hennadii Stepanov: qt, refactor: Limit scope of QPainter object
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9af7c1993b35...49984b44cfcd
< bitcoin-git> [bitcoin] jnewbery opened pull request #20228: [addrman] Make addrman a top-level component (master...2020-10-addrman) https://github.com/bitcoin/bitcoin/pull/20228
< jonasschnelli> achow101: I guess your answer for https://github.com/bitcoin-core/gui/pull/43 would be welcome.
< gribble> https://github.com/bitcoin/bitcoin/issues/20200 | doc: revert #18949 since CODEOWNERS require write permission by adamjonas · Pull Request #20200 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] S3RK opened pull request #20226: wallet, rpc: add listdescriptors command (master...listdescriptors) https://github.com/bitcoin/bitcoin/pull/20226
< bitcoin-git> [bitcoin] fanquake merged pull request #20216: wallet: fix buffer over-read in SQLite file magic check (master...20201022-wallet-fix-sqlite-magic-buffer-overread) https://github.com/bitcoin/bitcoin/pull/20216
< bitcoin-git> bitcoin/master 9af7c19 fanquake: Merge #20216: wallet: fix buffer over-read in SQLite file magic check
< bitcoin-git> bitcoin/master 56a461f Sebastian Falbesoner: wallet: fix buffer over-read in SQLite file magic check
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9453fbf5a022...9af7c1993b35

2020-10-22

< bitcoin-git> [bitcoin] fanquake closed pull request #20215: doc: CI system link added, clarity increased (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20215
< yanmaani> Would a PR to add an option to make Bitcoin Core crash/quit if an incorrect RPC password attempt is made be welcomed?
< yanmaani> Does the Bitcoin Core RPC use HTTP 2.0? Is there any way to query it asynchronously?
< jonasschnelli> wumpus: do you have an idea how to correct my latest merge: https://github.com/bitcoin/bitcoin/commits/master?
< jonasschnelli> Oh no. I think I messed up my first GUI repository merge. Made it the "wrong way" (so messed up bitcoin/bitcoin).
< luke-jr> fjahr: Core and Bitcoin are different things
< fjahr> Major versions means breaking API changes. If we say breaking API changes are breaking consensus changes in Bitcoin wouldn't it make sense to keep 0.x until we have to do a hardfork? I know that's not how people think of the versioning but I think that would make sense.
< sipa> Bitcoin Core releases are versioned as follows: 0.MAJOR.MINOR, and release candidates are suffixed with rc1, rc2 etc.
< bitcoin-git> bitcoin/master 9453fbf Jonas Schnelli: Merge #20: Wrap tooltips in the intro window
< bitcoin-git> bitcoin/master 6ed4bca Hennadii Stepanov: qt: Wrap tooltips in the intro window
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88271184e822...9453fbf5a022
< gribble> https://github.com/bitcoin/bitcoin/issues/20223 | Drop the leading 0 from the version number by achow101 · Pull Request #20223 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sushant-varanasi opened pull request #20224: doc: CI system link added, clarity increased (squashed into a single commit) (master...master) https://github.com/bitcoin/bitcoin/pull/20224
< emzy> The howto to set it up is here: https://github.com/sipa/bitcoin-seeder/pull/85
< gribble> https://github.com/bitcoin/bitcoin/issues/19714 | ops: Enable DNSSEC on all Bitcoin DNS Seed domain names · Issue #19714 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20205 | wallet: Properly support a wallet id by achow101 · Pull Request #20205 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19543 | Normalize fee units for RPC ("BTC/kB" and "sat/B) · Issue #19543 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20220 | wallet, rpc, test: explicit feerate follow-ups by jonatack · Pull Request #20220 · bitcoin/bitcoin · GitHub
< hebasto> is any way to label with 0.21 milestone prs from the https://github.com/bitcoin-core/gui ?
< emzy> I have a DNSSEC setup for dnsseed. Not directly bitcoin core related.
< wumpus> no topics have been proposed yet in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< bitcoin-git> [bitcoin] achow101 opened pull request #20223: Drop the leading 0 from the version number (master...drop-leading-0) https://github.com/bitcoin/bitcoin/pull/20223
< bitcoin-git> [bitcoin] ellemouton opened pull request #20222: refactor: CTxMempool constructor clean up (master...ctxmempool_refactor) https://github.com/bitcoin/bitcoin/pull/20222
< bitcoin-git> [bitcoin] hebasto opened pull request #20221: net: compat.h related cleanup (master...201022-compat) https://github.com/bitcoin/bitcoin/pull/20221
< bitcoin-git> [bitcoin] jonatack opened pull request #20220: rpc, test, doc: explicit feerate follow-ups (master...explicit-feerate-follow-ups) https://github.com/bitcoin/bitcoin/pull/20220
< bitcoin-git> [bitcoin] luke-jr closed pull request #20204: Wallet: Generate UUID for SQLite wallets (master...sqlite_wallet_uuid) https://github.com/bitcoin/bitcoin/pull/20204
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20218: test: Suppress MaybeCompactWalletDB data race (master...2010-testSuppWalletRace) https://github.com/bitcoin/bitcoin/pull/20218
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20112: test: Speed up wallet_resendwallettransactions with mockscheduler RPC (master...2010-testFasterMock) https://github.com/bitcoin/bitcoin/pull/20112
< bitcoin-git> bitcoin/master 8827118 MarcoFalke: Merge #20112: test: Speed up wallet_resendwallettransactions with mocksche...
< bitcoin-git> bitcoin/master fa299ac MarcoFalke: test: Speed up wallet_resendwallettransactions test with mockscheduler RPC
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7012db2a6bcd...88271184e822
< bitcoin-git> [bitcoin] jnewbery opened pull request #20217: net: Remove g_relay_txes (master...2020-10-remove-grelaytxes) https://github.com/bitcoin/bitcoin/pull/20217
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20176: test: Fix intermittent issue in p2p_feefilter (master...2010-testFixIntIssue) https://github.com/bitcoin/bitcoin/pull/20176
< bitcoin-git> bitcoin/master 7012db2 MarcoFalke: Merge #20176: test: Fix intermittent issue in p2p_feefilter
< bitcoin-git> bitcoin/master fa5a91a MarcoFalke: test: Fix typo (one tx is enough) in p2p_feefilter
< bitcoin-git> bitcoin/master fa3af2c MarcoFalke: test: Fix intermittent issue in p2p_feefilter
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1cb4e339f978...7012db2a6bcd
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20039: test: Convert amounts from float to decimal (master...floatdecimal) https://github.com/bitcoin/bitcoin/pull/20039
< bitcoin-git> bitcoin/master 1cb4e33 MarcoFalke: Merge #20039: test: Convert amounts from float to decimal
< bitcoin-git> bitcoin/master 5aadd4b Prayank: Convert amounts from float to decimal
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dda18e7310a2...1cb4e339f978
< bitcoin-git> [bitcoin] theStack opened pull request #20216: wallet: fix buffer over-read in SQLite file magic check (master...20201022-wallet-fix-sqlite-magic-buffer-overread) https://github.com/bitcoin/bitcoin/pull/20216
< bitcoin-git> [bitcoin] fanquake merged pull request #20214: test: Fix rpc_net intermittent issue (master...2010-testFixNet) https://github.com/bitcoin/bitcoin/pull/20214
< bitcoin-git> bitcoin/master dda18e7 fanquake: Merge #20214: test: Fix rpc_net intermittent issue
< bitcoin-git> bitcoin/master fa5f466 MarcoFalke: test: Fix rpc_net intermittent issue
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b46f37ba5ec4...dda18e7310a2

2020-10-21

< bitcoin-git> [bitcoin] ryanofsky closed pull request #19793: bitcoin-wallet salvage: Return false instead of asserting when a loaded tx isn't new (master...pr/badsalv) https://github.com/bitcoin/bitcoin/pull/19793
< bitcoin-git> [bitcoin] sushant-varanasi opened pull request #20215: Travis CI system link (https://travis-ci.org/) added for clarity (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20215
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20214: test: Fix rpc_net intermittent issue (master...2010-testFixNet) https://github.com/bitcoin/bitcoin/pull/20214
< MarcoFalke> If you want to merge pull from the gui repo, you'll have to update to https://github.com/bitcoin-core/bitcoin-maintainer-tools/commit/4ac57664c899fbfb138229361ca444c9e832871e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20198: Show name, format and if uses descriptors in bitcoin-wallet tool (master...2020/10/wallet_tool_sqlite) https://github.com/bitcoin/bitcoin/pull/20198
< bitcoin-git> bitcoin/master b46f37b MarcoFalke: Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet ...
< bitcoin-git> bitcoin/master fa4074b Jonas Schnelli: Show name, format and if uses descriptors in bitcoin-wallet tool
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/47fc883106fb...b46f37ba5ec4
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19967: test: Replace (dis)?connect_nodes globals with TestFramework methods (master...connect-nodes) https://github.com/bitcoin/bitcoin/pull/19967
< bitcoin-git> bitcoin/master 3c7d9ab Elliott Jin: test: Move (dis)?connect_nodes globals into TestFramework as helpers
< bitcoin-git> bitcoin/master 4b16c61 Prayank: scripted-diff: test: Replace uses of (dis)?connect_nodes global
< bitcoin-git> bitcoin/master be38684 Elliott Jin: test: Replace use of (dis)?connect_nodes globals
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0f86e7f1285c...47fc883106fb
< bitcoin-git> [bitcoin] vasild opened pull request #20212: net: fix output of peer address in version message (master...fix_version_message_print) https://github.com/bitcoin/bitcoin/pull/20212
< jonasschnelli> hebasto: I just tested https://github.com/bitcoin-core/gui/pull/59 and it still locks the GUI thread if I call generatetoaddress(1000, getnewaddress())
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20157: Bugfix: chainparams: Add missing (always enabled) Taproot deployment for Signet (master...signet_taproot_fix) https://github.com/bitcoin/bitcoin/pull/20157
< bitcoin-git> bitcoin/master 0f86e7f MarcoFalke: Merge #20157: Bugfix: chainparams: Add missing (always enabled) Taproot de...
< bitcoin-git> bitcoin/master 2d5793c Luke Dashjr: Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f5bd46a4cc6d...0f86e7f1285c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20211: Use -Wswitch for TxoutType where possible (master...2010-WswitchTxoutType) https://github.com/bitcoin/bitcoin/pull/20211
< fanquake> jonasschnelli: correct. Mine is "git@github.com:bitcoin-core/gui.git"
< bitcoin-git> [bitcoin] jonatack opened pull request #20210: net: ensure CNode::m_inbound_onion is inbound, add getter, unit tests (master...CNode-IsInboundOnion) https://github.com/bitcoin/bitcoin/pull/20210
< jonasschnelli> hebasto: with https://github.com/bitcoin-core/gui/pull/59, the calls are still executed synchronously?
< gribble> https://github.com/bitcoin/bitcoin/issues/20153 | wallet: do not import a descriptor with hardened derivations into a watch-only wallet by S3RK · Pull Request #20153 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19602 | wallet: Migrate legacy wallets to descriptor wallets by achow101 · Pull Request #19602 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20160 | Proposed Timeline for Legacy Wallet and BDB removal · Issue #20160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19137 | wallettool: Add dump and createfromdump commands by achow101 · Pull Request #19137 · bitcoin/bitcoin · GitHub

2020-10-20

< bitcoin-git> [bitcoin] sipa opened pull request #20207: Follow-up extra comments on taproot code and tests (master...202010_taproot-comments) https://github.com/bitcoin/bitcoin/pull/20207
< bitcoin-git> [bitcoin] hebasto opened pull request #20206: wallet, refactor: Include headers instead of function declarations (master...201020-headers) https://github.com/bitcoin/bitcoin/pull/20206
< bitcoin-git> [bitcoin] achow101 opened pull request #20205: wallet: Properly support a wallet id (master...wallet-id) https://github.com/bitcoin/bitcoin/pull/20205
< bitcoin-git> [bitcoin] luke-jr opened pull request #20204: Wallet: Generate UUID for SQLite wallets (master...sqlite_wallet_uuid) https://github.com/bitcoin/bitcoin/pull/20204
< gribble> https://github.com/bitcoin/bitcoin/issues/19463 | Prune locks by luke-jr · Pull Request #19463 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] achow101 opened pull request #20202: wallet: Make BDB support optional (master...opt-sqlite-bdb) https://github.com/bitcoin/bitcoin/pull/20202
< bitcoin-git> [bitcoin] hebasto opened pull request #20201: build: pkg-config related cleanup (master...201020-pkg) https://github.com/bitcoin/bitcoin/pull/20201
< bitcoin-git> [bitcoin] adamjonas opened pull request #20200: doc: Remove breaking line of CODEOWNERS file (master...102020-fix-codeowners) https://github.com/bitcoin/bitcoin/pull/20200
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #20199: Ignoring (but warn) on dublicate -wallet parameters (master...2020/10/de-duplicate-wallets) https://github.com/bitcoin/bitcoin/pull/20199
< gribble> https://github.com/bitcoin/bitcoin/issues/20120 | net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo, regression tests by jonatack · Pull Request #20120 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< jnewbery> ariard: you can find current release issues/prs here: https://github.com/bitcoin/bitcoin/milestone/45
< gribble> https://github.com/bitcoin/bitcoin/issues/19858 | Periodically make block-relay connections and sync headers by sdaftuar · Pull Request #19858 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #20198: Show name, format and if uses descriptors in bitcoin-wallet tool (master...2020/10/wallet_tool_sqlite) https://github.com/bitcoin/bitcoin/pull/20198
< gribble> https://github.com/bitcoin/bitcoin/issues/20187 | Addrman: test-before-evict bugfix and improvements for block-relay-only peers by sdaftuar · Pull Request #20187 · bitcoin/bitcoin · GitHub
< ariard> the fact it's not used by core addrman doesn't mean it's not used by some other bitcoin clients to decide its peering
< gribble> https://github.com/bitcoin/bitcoin/issues/20 | JSON-RPC callback · Issue #20 · bitcoin/bitcoin · GitHub
< jnewbery> #bitcoin-core-dev P2P Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< jonasschnelli> ryanofsky: the reason why I look at that issue is that probably some users have specified --wallet(s) in bitcoin.conf (or CLI parameter) and will eventually run into the load/unload issue
< ryanofsky> but in general the idea is for the gui to simply reload the same wallets you loaded last time, so you can stop using bitcoin.conf
< ryanofsky> there maybe be similar cases worth fixing. like if a bitcoin.conf specifies a wallet to load, and you unload it and reload it in the gui, that should not trigger any duplicate wallet error
< jonasschnelli> I guess the issue if someone creates a wallet with --wallet=mywallet in bitcoin.conf or via cli parameter, unloaded it and loads it again in the GUI (or with load_on_startup), restarts bitcoin with the same parameter will lead to a halt due to a duplicate -wallet parameter?
< gribble> https://github.com/bitcoin/bitcoin/issues/20186 | wallet: Make -wallet setting not create wallets by ryanofsky · Pull Request #20186 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #20197: p2p: improve onion detection in AttemptToEvictConnection() (master...AttemptToEvictConnection-identify-onions-with-m_inbound_onion) https://github.com/bitcoin/bitcoin/pull/20197
< bitcoin-git> [bitcoin] jonatack closed pull request #20193: p2p: practicalswift would like review of 19972 (master...evict-inbound-onions) https://github.com/bitcoin/bitcoin/pull/20193
< vasild> jnewbery: I renamed the option from --forcerun to --ihave1111 and opened a PR, lets see if travis will still execute the code below this line: https://github.com/bitcoin/bitcoin/pull/20196/files#diff-6b91c5b0a9bd8c4d007ea9548808ae7ba98beb22ff236324d238815c68b3b8b1R62
< bitcoin-git> [bitcoin] vasild opened pull request #20196: net: fix GetListenPort() to derive the proper port (master...fix_GetListenPort) https://github.com/bitcoin/bitcoin/pull/20196
< bitcoin-git> [bitcoin] fanquake opened pull request #20195: build: fix mutex detection when building bdb on macOS (master...bdb_xcode12_implicit_function_decleration) https://github.com/bitcoin/bitcoin/pull/20195
< bitcoin-git> [bitcoin] fanquake closed pull request #20190: net: Hardcoded seeds update for 0.20.1 (master...seeds) https://github.com/bitcoin/bitcoin/pull/20190
< bitcoin-git> [bitcoin] jonatack opened pull request #20193: p2p: improve onion detection in AttemptToEvictConnection (master...evict-inbound-onions) https://github.com/bitcoin/bitcoin/pull/20193
< bitcoin-git> [bitcoin] fanquake closed pull request #20192: README.md (master...master) https://github.com/bitcoin/bitcoin/pull/20192
< bitcoin-git> [bitcoin] yash2121ja opened pull request #20192: README.md (master...master) https://github.com/bitcoin/bitcoin/pull/20192
< bitcoin-git> [bitcoin] S3RK opened pull request #20191: wallet, refactor: make DescriptorScriptPubKeyMan agnostic of internal flag (master...remove_m_internal) https://github.com/bitcoin/bitcoin/pull/20191
< gribble> https://github.com/bitcoin/bitcoin/issues/14053 | Add address-based index (attempt 4?) by marcinja · Pull Request #14053 · bitcoin/bitcoin · GitHub
< yanmaani> Are there any benchmarks on Bitcoin Core's RPC done?

2020-10-19

< bitcoin-git> [bitcoin] meshcollider merged pull request #20125: rpc, wallet: Expose database format in getwalletinfo (master...2020-10-walletinfoformat) https://github.com/bitcoin/bitcoin/pull/20125
< bitcoin-git> bitcoin/master f5bd46a Samuel Dobson: Merge #20125: rpc, wallet: Expose database format in getwalletinfo
< bitcoin-git> bitcoin/master 5e737a0 João Barbosa: rpc, wallet: Expose database format in getwalletinfo