2020-10-19

< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d9d9a293520d...4769942d901a
< bitcoin-git> bitcoin/master fa48405 MarcoFalke: Warn on unknown rw_settings
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20179: test: Fix intermittent issue in wallet_import_rescan (master...2010-testFixInt2) https://github.com/bitcoin/bitcoin/pull/20179
< bitcoin-git> bitcoin/master d9d9a29 MarcoFalke: Merge #20179: test: Fix intermittent issue in wallet_import_rescan
< bitcoin-git> bitcoin/master faab86f MarcoFalke: test: Fix intermittent issue in wallet_send
< bitcoin-git> bitcoin/master faca373 MarcoFalke: test: Fix intermittent issue in wallet_import_rescan
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/152ddb319758...d9d9a293520d
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20180: test: Fix -Wunused-function warnings if configured --without-libs (master...201018-unused) https://github.com/bitcoin/bitcoin/pull/20180
< bitcoin-git> bitcoin/master 76bbcc4 Hennadii Stepanov: test: Fix -Wunused-function warning if configured --without-libs
< bitcoin-git> bitcoin/master 152ddb3 MarcoFalke: Merge #20180: test: Fix -Wunused-function warnings if configured --without...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62af467ff039...152ddb319758
< bitcoin-git> [bitcoin] fanquake merged pull request #20082: [bugfix] random: fixes read buffer to use min rather than max (master...perfmon) https://github.com/bitcoin/bitcoin/pull/20082
< bitcoin-git> bitcoin/master 62af467 fanquake: Merge #20082: [bugfix] random: fixes read buffer to use min rather than ma...
< bitcoin-git> bitcoin/master bd52151 Ethan Heilman: random: fixes read buffer resizing in RandAddSeedPerfmon
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a1e0359618e3...62af467ff039
< bitcoin-git> bitcoin/master a1e0359 fanquake: Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubk...
< bitcoin-git> [bitcoin] fanquake merged pull request #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeyman.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/19986
< bitcoin-git> bitcoin/master 95fedd3 maskoficarus: refactor: Clean up -Wlogical-op warning
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c92aa8357c36...a1e0359618e3
< bitcoin-git> [bitcoin] fanquake merged pull request #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with g_cs_orphans (master...cs_vRecv) https://github.com/bitcoin/bitcoin/pull/19911
< bitcoin-git> bitcoin/master 673247b Neha Narula: Lock before checking if orphan_work_set is empty; indicate it is guarded
< bitcoin-git> bitcoin/master 8803aee Neha Narula: Move m_orphan_work_set to net_processing
< bitcoin-git> bitcoin/master 9c47cb2 Neha Narula: [Rename only] Rename orphan_work_set to m_orphan_work_set.
< bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/80c8a02f1b4f...c92aa8357c36
< bitcoin-git> [bitcoin] hebasto opened pull request #20182: ci: Enable -Werror for Travis builds, and document exceptions (master...201018-error) https://github.com/bitcoin/bitcoin/pull/20182

2020-10-18

< bitcoin-git> [bitcoin] hebasto opened pull request #20180: test: Fix -Wunused-function warning if configured --without-libs (master...201018-unused) https://github.com/bitcoin/bitcoin/pull/20180
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20179: test: Fix intermittent issue in wallet_import_rescan (master...2010-testFixInt2) https://github.com/bitcoin/bitcoin/pull/20179

2020-10-17

< hebasto> definitely, I'm doing something wrong. Cannot figure out what exactly is wrong https://github.com/bitcoin/bitcoin/pull/20172#issuecomment-711081738
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20159: test: mining_getblocktemplate_longpoll.py improvements (use MiniWallet, add logging) (master...20201015-test-improve-mining_getblocktemplate_longpoll) https://github.com/bitcoin/bitcoin/pull/20159
< bitcoin-git> bitcoin/master b128b56 Sebastian Falbesoner: test: add logging for mining_getblocktemplate_longpoll.py
< bitcoin-git> bitcoin/master fddce7e Sebastian Falbesoner: test: use MiniWallet for mining_getblocktemplate_longpoll.py
< bitcoin-git> bitcoin/master 8ee3536 Sebastian Falbesoner: test: remove unused helpers random_transaction(), make_change() and gather...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5d644778da48...80c8a02f1b4f
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20176: test: Fix intermittent issue in p2p_feefilter (master...2010-testFixIntIssue) https://github.com/bitcoin/bitcoin/pull/20176
< bitcoin-git> [bitcoin] fanquake merged pull request #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract (master...const-ComputeEntrySchnorr) https://github.com/bitcoin/bitcoin/pull/20169
< bitcoin-git> bitcoin/master 5d64477 fanquake: Merge #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntry...
< bitcoin-git> bitcoin/master 5136567 practicalswift: script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify co...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b3527fd2e9be...5d644778da48
< bitcoin-git> bitcoin/master b3527fd fanquake: Merge #20168: contrib: Fix gen_key_io_test_vectors.py imports
< bitcoin-git> [bitcoin] fanquake merged pull request #20168: contrib: Fix gen_key_io_test_vectors.py imports (master...2010-contribTestGen) https://github.com/bitcoin/bitcoin/pull/20168
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9e8d2bd076d7...b3527fd2e9be
< bitcoin-git> bitcoin/master fa68755 MarcoFalke: contrib: Fix gen_key_io_test_vectors.py imports

2020-10-16

< bitcoin-git> [bitcoin] hebasto opened pull request #20172: rpc, net: Expose connections_onion_only in getnetworkinfo RPC output (master...201016-tor) https://github.com/bitcoin/bitcoin/pull/20172
< bitcoin-git> [bitcoin] ariard opened pull request #20171: Add functional test test_txid_inv_delay (master...2020-10-txid-delay-test) https://github.com/bitcoin/bitcoin/pull/20171
< jamesob> I don't seem to be able to kick jobs on Travis anymore; can someone rerun https://travis-ci.org/github/bitcoin/bitcoin/jobs/736379874 for me?
< bitcoin-git> [bitcoin] practicalswift opened pull request #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract (master...const-ComputeEntrySchnorr) https://github.com/bitcoin/bitcoin/pull/20169
< bitcoin-git> bitcoin/master 9e8d2bd MarcoFalke: Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallet...
< bitcoin-git> bitcoin/master 0d9d2a1 Jonas Schnelli: Only update the updateSmartFeeLabel once in sync
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cb21d864c52b...9e8d2bd076d7
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20168: contrib: Fix gen_key_io_test_vectors.py imports (master...2010-contribTestGen) https://github.com/bitcoin/bitcoin/pull/20168
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20167: test: Add test for -blockversion (master...2010-testBlockversion) https://github.com/bitcoin/bitcoin/pull/20167
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19401: QA: Use GBT to get block versions correct (master...qa_blockvers) https://github.com/bitcoin/bitcoin/pull/19401
< bitcoin-git> bitcoin/master cb21d86 MarcoFalke: Merge #19401: QA: Use GBT to get block versions correct
< bitcoin-git> bitcoin/master d438d60 Luke Dashjr: QA: Use GBT to get block versions correct
< bitcoin-git> bitcoin/master 1df2cd1 Luke Dashjr: QA: blocktools: Accept block template to create_block
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2947ae6f85d4...cb21d864c52b
< bitcoin-git> [bitcoin] laanwj merged pull request #20035: signet: Fix uninitialized read in validation (master...2009-signetUninitRead) https://github.com/bitcoin/bitcoin/pull/20035
< bitcoin-git> bitcoin/master fa729cd MarcoFalke: doc: Move assumed-values doxygen comments to header
< bitcoin-git> bitcoin/master fa723e3 MarcoFalke: Initialize default-initialized uint256 consensus params to zero explicitly
< bitcoin-git> bitcoin/master fa64892 MarcoFalke: signet: Fix uninitialized read in validation
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/82d3596dfe4e...2947ae6f85d4
< bitcoin-git> bitcoin/master 82d3596 fanquake: Merge #20161: Minor Taproot follow-ups
< bitcoin-git> [bitcoin] fanquake merged pull request #20161: Minor Taproot follow-ups (master...202010_taproot_followup) https://github.com/bitcoin/bitcoin/pull/20161
< bitcoin-git> bitcoin/master 1d22300 Pieter Wuille: Address functional test nits
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cbb5f3a2d584...82d3596dfe4e
< bitcoin-git> bitcoin/master 5669642 Pieter Wuille: docs: mention BIPs 340-342 in doc/bips.md
< bitcoin-git> [bitcoin] fanquake closed pull request #20164: [test] undo truncation of digits in btc amount (master...rpc-testmempoolaccept-fee) https://github.com/bitcoin/bitcoin/pull/20164
< bitcoin-git> [bitcoin] laanwj closed pull request #19419: wallet: let Listwalletdir do not iterate through our blocksdata. (master...wallet_351) https://github.com/bitcoin/bitcoin/pull/19419
< bitcoin-git> [bitcoin] laanwj closed pull request #19635: param: add bool parameter -ephemeraltoronion to generate ephemeral tor addreses (master...ephemeral-tor-onion) https://github.com/bitcoin/bitcoin/pull/19635
< bitcoin-git> [bitcoin] laanwj closed pull request #20091: doc: reflect the current status of Tor support. (master...pr-351-doc) https://github.com/bitcoin/bitcoin/pull/20091
< bitcoin-git> [bitcoin] fanquake opened pull request #20166: [0.20] Backports (0.20...more_020_backports) https://github.com/bitcoin/bitcoin/pull/20166
< bitcoin-git> [bitcoin] sipa opened pull request #20165: Only relay Taproot spends if next block has it active (master...202010_taproot_policy) https://github.com/bitcoin/bitcoin/pull/20165
< bitcoin-git> [bitcoin] fanquake merged pull request #19836: rpc: Properly deserialize txs with witness before signing (master...2008-rpcDeserTxsWitness) https://github.com/bitcoin/bitcoin/pull/19836
< bitcoin-git> bitcoin/master cbb5f3a fanquake: Merge #19836: rpc: Properly deserialize txs with witness before signing
< bitcoin-git> bitcoin/master 3333077 MarcoFalke: rpc: Adjust witness-tx deserialize error message
< bitcoin-git> bitcoin/master cccc752 MarcoFalke: rpc: Properly deserialize txs with witness before signing
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9ad7cd2887ab...cbb5f3a2d584
< bitcoin-git> [bitcoin] riyasingh0799 opened pull request #20164: [test] undo truncation of digits in btc amount (master...rpc-testmempoolaccept-fee) https://github.com/bitcoin/bitcoin/pull/20164
< gribble> https://github.com/bitcoin/bitcoin/issues/13746 | -masterdatadir for datadir bootstrapping by kallewoof · Pull Request #13746 · bitcoin/bitcoin · GitHub
< kallewoof> promag_: I made https://github.com/bitcoin/bitcoin/pull/13746 a few years ago. Closed it due to lack of interest, though, but it seems similar to what you're saying.
< gribble> https://github.com/bitcoin/bitcoin/issues/20080 | Strip any trailing `/` in -datadir path by hebasto · Pull Request #20080 · bitcoin/bitcoin · GitHub
< fanquake> Seems there is at least some unwanted interaction between #20080 and the functional tests. Unclear why Travis / tests don't seem to be failing for anyone else: https://github.com/bitcoin/bitcoin/pull/20080#issuecomment-709708344

2020-10-15

< bitcoin-git> [bitcoin] jonatack opened pull request #20162: p2p, compiler warnings: specify Announcement::m_state bitfield to be 8 bits (master...bitfield-too-small-warning) https://github.com/bitcoin/bitcoin/pull/20162
< bitcoin-git> [bitcoin] sipa opened pull request #20161: Minor Taproot follow-ups (master...202010_taproot_followup) https://github.com/bitcoin/bitcoin/pull/20161
< gribble> https://github.com/bitcoin/bitcoin/issues/17462 | build: macOS fix Info.plist by RandyMcMillan · Pull Request #17462 · bitcoin/bitcoin · GitHub
< luke-jr> btw, why do we use "org.bitcoinfoundation.Bitcoin-Qt" on macOS?
< bitcoin-git> [bitcoin] theStack opened pull request #20159: test: mining_getblocktemplate_longpoll.py improvements (use MiniWallet, add logging) (master...20201015-test-improve-mining_getblocktemplate_longpoll) https://github.com/bitcoin/bitcoin/pull/20159
< gribble> https://github.com/bitcoin/bitcoin/issues/16528 | Native Descriptor Wallets using DescriptorScriptPubKeyMan by achow101 · Pull Request #16528 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dongcarl closed pull request #20050: validation: Prune (in)direct g_chainman usage related to ::LookupBlockIndex (bundle 1) (master...2020-09-libbitcoinruntime-v4) https://github.com/bitcoin/bitcoin/pull/20050
< gribble> https://github.com/bitcoin/bitcoin/issues/20156 | Make sqlite support optional (compile-time) by luke-jr · Pull Request #20156 · bitcoin/bitcoin · GitHub
< jeremyrubin> If you had a contract denom in Bitcoin do you owe BCash and Bitcoin after a fork?
< jeremyrubin> the point being that a lot of various regulators want to chat about how Bitcoin works and how they engage, but also understanding how standards emerge
< aj> there's also coinbase looking to support bitcoin dev projects as of an hour or so ago https://twitter.com/coinbase/status/1316801517983334401
< gribble> https://github.com/bitcoin/bitcoin/issues/20157 | Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet by luke-jr · Pull Request #20157 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19401 | QA: Use GBT to get block versions correct by luke-jr · Pull Request #19401 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19573 | Replace unused BIP 9 logic with draft BIP 8 by luke-jr · Pull Request #19573 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19502 | Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checks by luke-jr · Pull Request #19502 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15846 | [POLICY] Make sending to future native witness outputs standard by sipa · Pull Request #15846 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19953 | Implement BIP 340-342 validation (Schnorr/taproot/tapscript) by sipa · Pull Request #19953 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15846 | [POLICY] Make sending to future native witness outputs standard by sipa · Pull Request #15846 · bitcoin/bitcoin · GitHub
< sipa> one is relay of v1 transaction outputs; bitcoin core will do that since #15846
< bitcoin-git> [bitcoin] meshcollider closed pull request #19933: wallet: bugfix; if datadir has a trailing '/' listwalletdir would strip lead char of walletname (master...wallet-fix-missing-chars-boost-1.47) https://github.com/bitcoin/bitcoin/pull/19933
< gribble> https://github.com/bitcoin/bitcoin/issues/20125 | rpc, wallet: Expose database format in getwalletinfo by promag · Pull Request #20125 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20080 | Strip any trailing `/` in -datadir path by hebasto · Pull Request #20080 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20080 | Strip any trailing `/` in -datadir path by hebasto · Pull Request #20080 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20156 | Make sqlite support optional (compile-time) by luke-jr · Pull Request #20156 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18788 | tests: Update more tests to work with descriptor wallets by achow101 · Pull Request #18788 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19874 | cli, bugfix: degrade -getinfo gracefully for older servers by jonatack · Pull Request #19874 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19933 | wallet: bugfix; if datadir has a trailing / listwalletdir would strip lead char of walletname by Saibato · Pull Request #19933 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20080 | Strip any trailing `/` in -datadir path by hebasto · Pull Request #20080 · 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/19874 | cli, bugfix: degrade -getinfo gracefully for older servers by jonatack · Pull Request #19874 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19961 | doc: tor.md updates by jonatack · Pull Request #19961 · 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
< 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/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/20157 | Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet by luke-jr · Pull Request #20157 · bitcoin/bitcoin · GitHub
< wumpus> luke-jr: well 10-15 is today here https://github.com/bitcoin/bitcoin/issues/18947 , but does it matter, everything tagged as feature was merged
< wumpus> there are some PRs left of course, but nothing that can be labeled feature imo https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.21.0
< luke-jr> [16:22:11] <hebasto> provoostenator: https://github.com/bitcoin-core/gui/pull/96
< wumpus> luke-jr: strange, didn't see it in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
< bitcoin-git> [bitcoin] laanwj merged pull request #20090: [doc] Tiny followups to new getpeerinfo connection type field (master...2020-09-getpeerinfo-conn-type-release-notes) https://github.com/bitcoin/bitcoin/pull/20090
< bitcoin-git> bitcoin/master 9ad7cd2 Wladimir J. van der Laan: Merge #20090: [doc] Tiny followups to new getpeerinfo connection type fiel...
< bitcoin-git> bitcoin/master 41dca08 Amiti Uttarwar: [trivial] Extract connection type doc into file where it is used.
< bitcoin-git> bitcoin/master 3069b56 Amiti Uttarwar: [doc] Improve help for getpeerinfo connection_type field.
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9855422e65ca...9ad7cd2887ab
< bitcoin-git> [bitcoin] dongcarl opened pull request #20158: tree-wide: De-globalize ChainstateManager (master...2020-06-libbitcoinruntime) https://github.com/bitcoin/bitcoin/pull/20158
< bitcoin-git> [bitcoin] laanwj merged pull request #17428: p2p: Try to preserve outbound block-relay-only connections during restart (master...20191109-anchors) https://github.com/bitcoin/bitcoin/pull/17428
< bitcoin-git> bitcoin/master bad16af Hennadii Stepanov: p2p: Add CConnman::GetCurrentBlockRelayOnlyConns()
< bitcoin-git> bitcoin/master c29272a Hennadii Stepanov: p2p: Add ReadAnchors()
< bitcoin-git> bitcoin/master 567008d Hennadii Stepanov: p2p: Add DumpAnchors()
< bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/0d2248235375...9855422e65ca
< gribble> https://github.com/bitcoin/bitcoin/issues/16546 | External signer support - Wallet Box edition by Sjors · Pull Request #16546 · bitcoin/bitcoin · GitHub
< yanmaani> Do you get my posts to the bitcoin-dev list? I can see them online, but I get the "your message awaits approval" message
< bitcoin-git> [bitcoin] laanwj merged pull request #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/improve -netinfo (master...getpeerinfo-GetNetClass) https://github.com/bitcoin/bitcoin/pull/20002
< bitcoin-git> bitcoin/master 5133fab Jon Atack: cli: simplify -netinfo using getpeerinfo network field
< bitcoin-git> bitcoin/master 4938a10 Jon Atack: rpc, test: expose CNodeStats network in RPC getpeerinfo
< bitcoin-git> bitcoin/master 6df7882 Jon Atack: net: add peer network to CNodeStats
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/711ddce94377...0d2248235375
< gribble> https://github.com/bitcoin/bitcoin/issues/11394 | Perform a weaker subtree check in Travis by sipa · Pull Request #11394 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19463 | Prune locks by luke-jr · Pull Request #19463 · bitcoin/bitcoin · GitHub
< provoostenator> I'd like to nominate https://github.com/bitcoin-core/gui/pull/96 for v0.21 too
< bitcoin-git> [bitcoin] luke-jr opened pull request #20157: Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet (master...signet_taproot_fix) https://github.com/bitcoin/bitcoin/pull/20157
< yanmaani> instead of re-implementing overlayfs in bitcoin core
< gribble> https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #20156: Make sqlite support optional (compile-time) (master...opt_sqlite) https://github.com/bitcoin/bitcoin/pull/20156
< kallewoof> andytoshi: it seems to integrate really well with bitcoin core, from what i can tell so far. the old code was a split out thing of its own
< andytoshi> kallewoof: no, i spent about 30 minutes on it :) the old spec was super straightforward (at least, with the existing rust-bitcoin/miniscript infrastructure i have)
< 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
< kallewoof> andytoshi: hope you didn't spend too much time on your implementation. I have begun working on a rough implementation of BIP 322 support here, FYI: https://github.com/bitcoin/bitcoin/pull/20154
< bitcoin-git> [bitcoin] kallewoof opened pull request #20154: BIP-322 support (master...202010-bip322) https://github.com/bitcoin/bitcoin/pull/20154
< bitcoin-git> [bitcoin] S3RK opened pull request #20153: wallet: do not import a descriptor with hardened derivations into a watch-only wallet (master...importdesc_silent_fail) https://github.com/bitcoin/bitcoin/pull/20153
< bitcoin-git> [bitcoin] laanwj merged pull request #20131: test: Remove unused nVersion=1 in p2p tests (master...2010-testnVersion) https://github.com/bitcoin/bitcoin/pull/20131
< bitcoin-git> bitcoin/master 711ddce Wladimir J. van der Laan: Merge #20131: test: Remove unused nVersion=1 in p2p tests
< bitcoin-git> bitcoin/master faad92f MarcoFalke: test: Remove unused nVersion=1 in p2p tests
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/560dea9b26f7...711ddce94377
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") (master...deprecate_whitelisted) https://github.com/bitcoin/bitcoin/pull/19770
< bitcoin-git> bitcoin/master 560dea9 MarcoFalke: Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by...
< bitcoin-git> bitcoin/master 5b57dc5 Luke Dashjr: RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e3b474c54866...560dea9b26f7
< bitcoin-git> bitcoin/master d681a28 Luke Dashjr: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")
< bitcoin-git> [bitcoin] laanwj merged pull request #20140: Restore compatibility with old CSubNet serialization (master...202010_subnet_ser_compact) https://github.com/bitcoin/bitcoin/pull/20140
< bitcoin-git> bitcoin/master e3b474c Wladimir J. van der Laan: Merge #20140: Restore compatibility with old CSubNet serialization
< bitcoin-git> bitcoin/master 883cea7 Pieter Wuille: Restore compatibility with old CSubNet serialization
< bitcoin-git> bitcoin/master 886be97 Pieter Wuille: Ignore incorrectly-serialized banlist.dat entries
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3956165903cf...e3b474c54866
< bitcoin-git> [bitcoin] sipa closed pull request #19997: History for Taproot PR #19953 (master...taproot-history) https://github.com/bitcoin/bitcoin/pull/19997
< bitcoin-git> [bitcoin] jonatack reopened pull request #19874: cli, bugfix: degrade -getinfo gracefully for older servers (master...getinfo-handle-older-servers-gracefully) https://github.com/bitcoin/bitcoin/pull/19874
< bitcoin-git> [bitcoin] jonatack closed pull request #19874: cli, bugfix: degrade -getinfo gracefully for older servers (master...getinfo-handle-older-servers-gracefully) https://github.com/bitcoin/bitcoin/pull/19874
< bitcoin-git> [bitcoin] laanwj merged pull request #17775: DecodeHexTx: Try case where txn has inputs first (master...decode_wit_first) https://github.com/bitcoin/bitcoin/pull/17775
< bitcoin-git> bitcoin/master 3956165 Wladimir J. van der Laan: Merge #17775: DecodeHexTx: Try case where txn has inputs first
< bitcoin-git> bitcoin/master 27fc6a3 Gregory Sanders: DecodeHexTx: Break out transaction decoding logic into own function
< bitcoin-git> bitcoin/master 6020ce3 Gregory Sanders: DecodeHexTx: Try case where txn has inputs first
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3caee1694657...3956165903cf
< bitcoin-git> [bitcoin] hebasto opened pull request #20152: doc: Update wallet files in files.md (master...201015-sqlite) https://github.com/bitcoin/bitcoin/pull/20152
< bitcoin-git> [bitcoin] laanwj merged pull request #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) (master...taproot) https://github.com/bitcoin/bitcoin/pull/19953
< bitcoin-git> bitcoin/master 8bd2b4e Pieter Wuille: refactor: rename scriptPubKey in VerifyWitnessProgram to exec_script
< bitcoin-git> bitcoin/master f8c099e Pieter Wuille: --- [TAPROOT] Refactors ---
< bitcoin-git> bitcoin/master 107b57d Pieter Wuille: scripted-diff: put ECDSA in name of signature functions
< bitcoin-git> [bitcoin] laanwj pushed 20 commits to master: https://github.com/bitcoin/bitcoin/compare/8ed37f6c8497...3caee1694657
< bitcoin-git> [bitcoin] meshcollider merged pull request #19077: wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets (master...sqlite-wallet) https://github.com/bitcoin/bitcoin/pull/19077
< bitcoin-git> bitcoin/master 7577b6e Andrew Chow: Add SQLiteDatabase and SQLiteBatch dummy classes
< bitcoin-git> bitcoin/master e87df82 Andrew Chow: Add sqlite to travis and depends
< bitcoin-git> bitcoin/master 54729f3 Andrew Chow: Add libsqlite3
< bitcoin-git> [bitcoin] meshcollider pushed 27 commits to master: https://github.com/bitcoin/bitcoin/compare/f2e6d1443013...8ed37f6c8497
< bitcoin-git> [bitcoin] fanquake merged pull request #20147: Update libsecp256k1 (endomorphism, test improvements) (master...202010_secp256k1) https://github.com/bitcoin/bitcoin/pull/20147
< bitcoin-git> bitcoin/master f2e6d14 fanquake: Merge #20147: Update libsecp256k1 (endomorphism, test improvements)
< bitcoin-git> bitcoin/master 9e5626d Pieter Wuille: Update libsecp256k1 subtree to latest master
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/661fe5d65cc6...f2e6d1443013
< bitcoin-git> bitcoin/master 52380bf Pieter Wuille: Squashed 'src/secp256k1/' changes from 8ab24e8dad..c6b6b8f1bb
< bitcoin-git> [bitcoin] fanquake opened pull request #20150: [0.19] Backports (0.19...more_019_backports) https://github.com/bitcoin/bitcoin/pull/20150
< bitcoin-git> [bitcoin] fanquake merged pull request #20146: net: Send post-verack handshake messages at most once (master...2010-netPostVerackHandshake) https://github.com/bitcoin/bitcoin/pull/20146
< bitcoin-git> bitcoin/master 661fe5d fanquake: Merge #20146: net: Send post-verack handshake messages at most once
< bitcoin-git> bitcoin/master fa1f6f2 MarcoFalke: net: Send post-verack handshake messages at most once
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c2c4dbaebd95...661fe5d65cc6

2020-10-14

< sipa> it's undergoing heavy changes right now: https://github.com/bitcoin/bips/pull/1003
< andytoshi> generic signed message format, by kalle, https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki
< bitcoin-git> [bitcoin] sipa opened pull request #20147: Update libsecp256k1 (endomorphism, test improvements) (master...202010_secp256k1) https://github.com/bitcoin/bitcoin/pull/20147
< wumpus> bitcoin-commits did have secp256k1 notifications as far as I know? but don't know if it's still the case since github removed their own IRC notification
< luke-jr> well, I guess there's #bitcoin-commits
< bitcoin-git> [bitcoin] laanwj merged pull request #19988: Overhaul transaction request logic (master...202009_txrequest_rand_wtxid) https://github.com/bitcoin/bitcoin/pull/19988
< bitcoin-git> bitcoin/master 5b03121 Pieter Wuille: Add txrequest fuzz tests
< bitcoin-git> bitcoin/master 3c7fe0e Pieter Wuille: Add txrequest unit tests
< bitcoin-git> [bitcoin] laanwj pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/99a1d572eabc...c2c4dbaebd95
< bitcoin-git> bitcoin/master da3b8fd Pieter Wuille: Add txrequest module
< bitcoin-git> [bitcoin] laanwj merged pull request #18750: build: optionally skip external warnings (master...suppress_external_warnings) https://github.com/bitcoin/bitcoin/pull/18750
< bitcoin-git> bitcoin/master 99a1d57 Wladimir J. van der Laan: Merge #18750: build: optionally skip external warnings
< bitcoin-git> bitcoin/master ba8950e Vasil Dimov: build: optionally skip external warnings
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9efa55c715c0...99a1d572eabc
< bitcoin-git> [bitcoin] laanwj merged pull request #20130: Wallet: remove db mode string (master...wallet_remove_mode_3) https://github.com/bitcoin/bitcoin/pull/20130
< bitcoin-git> bitcoin/master 135afa7 Ivan Metlushko: wallet: remove db mode string
< bitcoin-git> bitcoin/master 9efa55c Wladimir J. van der Laan: Merge #20130: Wallet: remove db mode string
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3750f664b349...9efa55c715c0
< gribble> https://github.com/bitcoin/bitcoin/issues/18750 | build: optionally skip external warnings by vasild · Pull Request #18750 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19988 | Overhaul transaction request logic by sipa · Pull Request #19988 · bitcoin/bitcoin · GitHub
< jnewbery> hmmm, #19988 is no longer showing up in my notifications stream in github. I can still open the PR and see it in the list of open bitcoin/bitcoin PRs
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20129: tests: don't export in6addr_loopback (master...fix_export_of_in6addr_loopback) https://github.com/bitcoin/bitcoin/pull/20129
< bitcoin-git> bitcoin/master 3750f66 MarcoFalke: Merge #20129: tests: don't export in6addr_loopback
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e21b824386bf...3750f664b349
< bitcoin-git> bitcoin/master 8e4d622 Vasil Dimov: tests: don't export in6addr_loopback
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20146: net: Send post-verack handshake messages at most once (master...2010-netPostVerackHandshake) https://github.com/bitcoin/bitcoin/pull/20146
< bitcoin-git> [bitcoin] fanquake merged pull request #20109: Release notes and followups from 19339 (master...docs-absurdfee) https://github.com/bitcoin/bitcoin/pull/20109
< bitcoin-git> bitcoin/master e21b824 fanquake: Merge #20109: Release notes and followups from 19339
< bitcoin-git> bitcoin/master 88197b0 gzhao408: [doc] release notes for max fee checking
< bitcoin-git> bitcoin/master c201d73 gzhao408: style and nits for fee-checking in BroadcastTransaction
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ec0453cd5773...e21b824386bf

2020-10-13

< bitcoin-git> [bitcoin] kallewoof opened pull request #20145: contrib: add getcoins.py script to get coins from (signet) faucet (master...202010-signet-getcoins) https://github.com/bitcoin/bitcoin/pull/20145
< jonatack> pierre_rochard: thanks! i'm really happy to see you actively maintaining bitcoin-acks, and the new donation feature for PRs and review seems like a great initiative
< bitcoin-git> [bitcoin] ryanofsky reopened pull request #18897: qt: Handle exceptions instead of crash (master...200506-slot-ex) https://github.com/bitcoin/bitcoin/pull/18897
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20142: [0.20] build: set minimum required Boost to 1.48.0 (0.20...min_boost_actually_1480) https://github.com/bitcoin/bitcoin/pull/20142
< bitcoin-git> bitcoin/0.20 b9ac31f MarcoFalke: Merge #20142: [0.20] build: set minimum required Boost to 1.48.0
< bitcoin-git> bitcoin/0.20 3562c15 fanquake: build: set minimum required Boost to 1.48.0
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/80aa83aa4064...b9ac31f2d29a
< gribble> https://github.com/bitcoin/bitcoin/issues/18335 | bitcoin-cli: print useful error if bitcoind rpc work queue exceeded by LarryRuane · Pull Request #18335 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master ec0453c MarcoFalke: Merge bitcoin-core/gui#102: Fix SplashScreen crash when run with -disablew...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd6e193d4c85...ec0453cd5773
< bitcoin-git> bitcoin/master c056064 Hennadii Stepanov: gui: Fix SplashScreen crash when run with -disablewallet
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_lock acquires) (master...20201011-test-use-miniwallet-for-p2p_leak_tx) https://github.com/bitcoin/bitcoin/pull/20126
< bitcoin-git> bitcoin/master cd6e193 MarcoFalke: Merge #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_l...
< bitcoin-git> bitcoin/master 5b77f80 Sebastian Falbesoner: test: add p2p_lock acquires in p2p_leak_tx.py
< bitcoin-git> bitcoin/master cc8c682 Sebastian Falbesoner: test: use MiniWallet for p2p_leak_tx.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ad90dd9f313a...cd6e193d4c85
< bitcoin-git> [bitcoin] fanquake merged pull request #20141: Avoid the use of abs64 in timedata (master...202010_no_abs64) https://github.com/bitcoin/bitcoin/pull/20141
< bitcoin-git> bitcoin/master ad90dd9 fanquake: Merge #20141: Avoid the use of abs64 in timedata
< bitcoin-git> bitcoin/master d1292f2 Pieter Wuille: Avoid the use of abs64 in timedata
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f79a4a895279...ad90dd9f313a
< bitcoin-git> [bitcoin] vasild closed pull request #19763: net: don't try to relay to the address' originator (master...only_relay_to_unaware) https://github.com/bitcoin/bitcoin/pull/19763
< bitcoin-git> [bitcoin] fanquake opened pull request #20142: [0.20] build: set minimum required Boost to 1.48.0 (0.20...min_boost_actually_1480) https://github.com/bitcoin/bitcoin/pull/20142
< bitcoin-git> [bitcoin] sipa opened pull request #20141: Avoid the use of abs64 in timedata (master...202010_no_abs64) https://github.com/bitcoin/bitcoin/pull/20141

2020-10-12

< gribble> https://github.com/bitcoin/bitcoin/issues/19988 | Overhaul transaction request logic by sipa · Pull Request #19988 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #20140: Restore compatibility with old CSubNet serialization (master...202010_subnet_ser_compact) https://github.com/bitcoin/bitcoin/pull/20140
< gwillen> the /events endpoints also still works, and the /labels endpoint gives an ... interesting failure (https://api.github.com/repos/bitcoin/bitcoin/issues/17298/labels)
< gribble> https://github.com/bitcoin/bitcoin/issues/11812 | MinGW Runtime Assertion - Assertion failed! · Issue #11812 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17298 | HTTP Error 404: Not Found
< bitcoin-git> [bitcoin] stackman27 opened pull request #20139: Removed unused warning and formatted RPC result (master...upgradewallet_rpc_cleanup) https://github.com/bitcoin/bitcoin/pull/20139
< gribble> https://github.com/bitcoin/bitcoin/issues/17298 | HTTP Error 404: Not Found
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20138: net: Assume that SetCommonVersion is called at most once per peer (master...2010-netVersionOnlyOnce) https://github.com/bitcoin/bitcoin/pull/20138
< bitcoin-git> [bitcoin] practicalswift opened pull request #20137: tests: Update UBSan suppressions file with suppressions needed for clang 12 (current trunk) (master...clang-12-ubsan-suppressions) https://github.com/bitcoin/bitcoin/pull/20137
< aj> generated by -- for a in `seq 1 18`; do curl -s https://api.github.com/repos/bitcoin/bitcoin/pulls/19988/comments?page=$a >19988_comments.$a; echo $a; done and cat 19988_comments.? 19988_comments.?? | jq -r '.[] | (.user.login + " " + .path + ":" + ((.line//.original_line | tostring) // empty) + " " + (.created_at), .body, "--------------------------")' > 19988_COMMENTS.txt
< aj> generated by -- for a in `seq 1 18`; do curl -s https://api.github.com/repos/bitcoin/bitcoin/pulls/19988/comments?page=$a >19988_comments.$a; echo $a; done and for a in `seq 1 18`; do curl -s https://api.github.com/repos/bitcoin/bitcoin/pulls/19988/comments?page=$a >19988_comments.$a; echo $a; done
< gribble> https://github.com/bitcoin/bitcoin/issues/19502 | Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checks by luke-jr · Pull Request #19502 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #19998: net: Add CNode::ConnectedThroughNetwork member function (master...200922-istor) https://github.com/bitcoin/bitcoin/pull/19998
< bitcoin-git> bitcoin/master 49fba9c Hennadii Stepanov: net: Add CNode::ConnectedThroughNetwork member function
< bitcoin-git> bitcoin/master 3984b78 Hennadii Stepanov: test: Add tests for CNode::ConnectedThroughNetwork
< bitcoin-git> bitcoin/master d4dde24 Hennadii Stepanov: net: Add CNode::m_inbound_onion data member
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/af22322dab1a...f79a4a895279
< gribble> https://github.com/bitcoin/bitcoin/issues/20125 | rpc, wallet: Expose database format in getwalletinfo by promag · Pull Request #20125 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18818 | Fix release tarball generated by gitian by luke-jr · Pull Request #18818 · bitcoin/bitcoin · GitHub
< jonatack> wumpus: it looks like fanquake reported it 2-3 days ago: http://www.erisian.com.au/bitcoin-core-dev/log-2020-10-10.html#l-42
< gribble> https://github.com/bitcoin/bitcoin/issues/19988 | Overhaul transaction request logic by sipa · Pull Request #19988 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20097: fuzz: Version handshake (master...2010-fuzzHandshake) https://github.com/bitcoin/bitcoin/pull/20097
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20131: test: Remove unused nVersion=1 in p2p tests (master...2010-testnVersion) https://github.com/bitcoin/bitcoin/pull/20131
< bitcoin-git> [bitcoin] S3RK opened pull request #20130: Wallet: remove db mode string (master...wallet_remove_mode_3) https://github.com/bitcoin/bitcoin/pull/20130
< gribble> https://github.com/bitcoin/bitcoin/issues/4089 | devtools: add script to check symbols from Linux gitian executables by laanwj · Pull Request #4089 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] vasild opened pull request #20129: tests: don't export in6addr_loopback (master...fix_export_of_in6addr_loopback) https://github.com/bitcoin/bitcoin/pull/20129
< bitcoin-git> [bitcoin] fanquake merged pull request #20119: BIP155 follow-ups (master...202010_bip155_followup) https://github.com/bitcoin/bitcoin/pull/20119
< bitcoin-git> bitcoin/master af22322 fanquake: Merge #20119: BIP155 follow-ups
< bitcoin-git> bitcoin/master 56f9dba Pieter Wuille: Only relay IPv4, IPv6, Tor addresses
< bitcoin-git> bitcoin/master 79f3d9b Pieter Wuille: Mention BIP155 in doc/bips.md
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0b2abaa666d6...af22322dab1a
< gribble> https://github.com/bitcoin/bitcoin/issues/20104 | [RFC] qt: Minimum required Qt5 · Issue #20104 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13478 | [RFC] gui: Minimum required Qt5 · Issue #13478 · bitcoin/bitcoin · GitHub

2020-10-11

< bitcoin-git> [bitcoin] theStack opened pull request #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_locks acquires) (master...20201011-test-use-miniwallet-for-p2p_leak_tx) https://github.com/bitcoin/bitcoin/pull/20126
< fanquake> luke-jr: no idea what you're talking about. I was replying to "fanquake: why is 13478 linked from https://github.com/bitcoin/bitcoin/issues/20104 ? it doesn't have recent discussion like claimed"
< bitcoin-git> [bitcoin] promag opened pull request #20125: rpc, wallet: Expose database format in getwalletinfo (master...2020-10-walletinfoformat) https://github.com/bitcoin/bitcoin/pull/20125
< bitcoin-git> [bitcoin] decryp2kanon opened pull request #20124: Add blockhash prefix (0x) for Testnet and Regtest (master...master) https://github.com/bitcoin/bitcoin/pull/20124
< ja> luke-jr: when would an ack be necessary for marking 'obsolete'? i thought it would be analogous to 'final' which you seem to wait for an explicit ack for here: https://github.com/bitcoin/bips/pull/926
< ja> wooow, i got an ack from Gavin! https://github.com/bitcoin/bips/pull/1010
< vasild> https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki "Status: Draft" -- should the status be changed?
< ja> fanquake: why is 13478 linked from https://github.com/bitcoin/bitcoin/issues/20104 ? it doesn't have recent discussion like claimed
< bitcoin-git> [bitcoin] practicalswift opened pull request #20122: Make Assert(…) usable in all contexts. Make implicit assumptions explicit. (master...Assert) https://github.com/bitcoin/bitcoin/pull/20122