2021-02-05

< bitcoin-git> bitcoin/master 506e658 Jon Atack: gui: display plain "Inbound" in peer details
< bitcoin-git> bitcoin/master 6c61408 Jonas Schnelli: Merge bitcoin-core/gui#203: Display plain "Inbound" in peer details
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/173cf31299eb...6c6140846f37
< bitcoin-git> [gui] jonasschnelli merged pull request #203: Display plain "Inbound" in peer details (master...display-plain-inbound-and-add-release-notes) https://github.com/bitcoin-core/gui/pull/203
< gribble> https://github.com/bitcoin/bitcoin/issues/21036 | gitian: Bump descriptors to Focal for 22.0 by fanquake · Pull Request #21036 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] jonatack closed pull request #201: gui: ensure inbound block relay peers have relevant services (master...inbound-block-relay) https://github.com/bitcoin-core/gui/pull/201
< bitcoin-git> bitcoin/master 173cf31 Wladimir J. van der Laan: Merge #20839: fuzz: Avoid extraneous copy of input data, using Span<>
< bitcoin-git> [bitcoin] laanwj merged pull request #20839: fuzz: Avoid extraneous copy of input data, using Span<> (master...2101-fuzzSpan) https://github.com/bitcoin/bitcoin/pull/20839
< bitcoin-git> bitcoin/master faf7d74 MarcoFalke: fuzz: Avoid extraneous copy of input data, using Span<>
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b829894f8483...173cf31299eb
< bitcoin-git> [bitcoin] laanwj merged pull request #20764: cli -netinfo peer connections dashboard updates 🎄 ✨ (master...netinfo-updates-dec-2020) https://github.com/bitcoin/bitcoin/pull/20764
< bitcoin-git> bitcoin/master 5de7a6c Jon Atack: netinfo: display manual peers count
< bitcoin-git> bitcoin/master d3cca3b Jon Atack: netinfo: update to use peer connection types
< bitcoin-git> bitcoin/master 62bf5b7 Jon Atack: netinfo: add ConnectionTypeForNetinfo member helper function
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/a6b1bf64399f...b829894f8483
< bitcoin-git> [bitcoin] laanwj merged pull request #20267: Disable and fix tests for when BDB is not compiled (master...tests-opt-sqlite-bdb) https://github.com/bitcoin/bitcoin/pull/20267
< bitcoin-git> bitcoin/master 3641597 Andrew Chow: tests: Don't make any wallets unless wallet is required
< bitcoin-git> bitcoin/master b9b88f5 Andrew Chow: Skip legacy wallet reliant tests if BDB is not compiled
< bitcoin-git> [bitcoin] laanwj pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/3931732191fb...a6b1bf64399f
< bitcoin-git> bitcoin/master 6f36242 Andrew Chow: tests: Set descriptors default based on compilation
< bitcoin-git> [bitcoin] WillyTheCat opened pull request #21086: ResetBlockFailureFlags did not remove the invalidity flag in other chain (master...master) https://github.com/bitcoin/bitcoin/pull/21086
< bitcoin-git> [bitcoin] Saibato opened pull request #21085: test: enable self.chain = 'main' to work in python bitcoin test framework (master...mainettests) https://github.com/bitcoin/bitcoin/pull/21085
< bitcoin-git> [bitcoin] laanwj merged pull request #20646: doc: refer to BIPs 339/155 in feature negotiation (master...signet-keep-post-verack-sendaddrv2-peers) https://github.com/bitcoin/bitcoin/pull/20646
< bitcoin-git> bitcoin/master 3931732 Wladimir J. van der Laan: Merge #20646: doc: refer to BIPs 339/155 in feature negotiation
< bitcoin-git> bitcoin/master e1e6714 Jon Atack: doc: refer to BIPs 339/155 in feature negotiation
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/53730a78bc3b...3931732191fb
< bitcoin-git> [bitcoin] jonatack reopened pull request #20646: doc: refer to BIPs 339/155 in feature negotiation (master...signet-keep-post-verack-sendaddrv2-peers) https://github.com/bitcoin/bitcoin/pull/20646
< bitcoin-git> [bitcoin] jonatack closed pull request #20646: doc: refer to BIPs 339/155 in feature negotiation (master...signet-keep-post-verack-sendaddrv2-peers) https://github.com/bitcoin/bitcoin/pull/20646
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21077: doc: clarify -timeout and -peertimeout config options (master...2021-02-peertimeout) https://github.com/bitcoin/bitcoin/pull/21077
< bitcoin-git> bitcoin/master 53730a7 MarcoFalke: Merge #21077: doc: clarify -timeout and -peertimeout config options
< bitcoin-git> bitcoin/master eecb7ab gzhao408: [doc] clarify -peertimeout and -timeout descriptions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01d2cf2674fd...53730a78bc3b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21080: fuzz: Configure check for main function (take 2) (master...2101-fuzzTake2) https://github.com/bitcoin/bitcoin/pull/21080
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4013e44c7444...01d2cf2674fd
< bitcoin-git> bitcoin/master fac4be3 MarcoFalke: fuzz: Configure check for main function (take 2)
< bitcoin-git> bitcoin/master 01d2cf2 MarcoFalke: Merge #21080: fuzz: Configure check for main function (take 2)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21082: refactor: Treat ArgsManager::Flags as uint32_t explicitly (master...2102-unsigned) https://github.com/bitcoin/bitcoin/pull/21082
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea5a50f92a6f...4013e44c7444
< bitcoin-git> bitcoin/master faf3b4b MarcoFalke: refactor: Treat ArgsManager::Flags as uint32_t explicitly
< bitcoin-git> bitcoin/master 4013e44 MarcoFalke: Merge #21082: refactor: Treat ArgsManager::Flags as uint32_t explicitly
< sipa> you're right of course that using the same key in schnorr and ecdsa should be discouraged (i personally expect it is not less secure than just ecdsa with that key, but i also don't think anyone has formally analyzed this)... but in the context of bitcoin script signing, this advice is sort of preempted by the fact that you shouldn't be reusing keys _at all_ for whatever purpose
< bitcoin-git> [bitcoin] brunoerg opened pull request #21084: test: fix timeout decrease in feature_assumevalid (master...fix-timeout-assumevalid) https://github.com/bitcoin/bitcoin/pull/21084
< bitcoin-git> [bitcoin] achow101 opened pull request #21083: wallet: Avoid requesting fee rates multiple times during coin selection (master...createtx-same-feerate) https://github.com/bitcoin/bitcoin/pull/21083

2021-02-04

< sipa> sdaftuar, luke-jr: the second paragraph of sdaftuar's ML post about it (https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-January/018340.html) is probably a good start
< sipa> sdaftuar: impressive, you have a 100% acceptance rate on your bitcoin SE answers
< core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
< gribble> https://github.com/bitcoin/bitcoin/issues/15847 | Feedback for GitHub CEO · Issue #15847 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13411 | Moving to self-hosted issue and patch management · Issue #13411 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16472 | Github started banning/restricting whole countries · Issue #16472 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20227 | Dependency on GitHub · Issue #20227 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15847 | Feedback for GitHub CEO · Issue #15847 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19145 | Add hash_type MUHASH for gettxoutsetinfo by fjahr · Pull Request #19145 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21036 | gitian: Bump descriptors to Focal for 22.0 by fanquake · Pull Request #21036 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19716 | build: Qt 5.15.x by fanquake · Pull Request #19716 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20861 | BIP 350: Implement Bech32m and use it for v1+ segwit addresses by sipa · Pull Request #20861 · bitcoin/bitcoin · GitHub
< sipa> can i have #bitcoin-core-dev #20861 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/15946 | Allow maintaining the blockfilterindex when using prune by jonasschnelli · Pull Request #15946 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20962 | Alter the ChaCha20Poly1305@Bitcoin AEAD to the new specification by jonasschnelli · Pull Request #20962 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20017 | rpc: Add RPCContext by promag · Pull Request #20017 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17331 | Use effective values throughout coin selection by achow101 · Pull Request #17331 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 8 blockers, 1 bugfix, 2 chasing concept ACK
< gribble> https://github.com/bitcoin/bitcoin/issues/20944 | rpc: Return total fee in getmempoolinfo by MarcoFalke · Pull Request #20944 · bitcoin/bitcoin · GitHub
< wumpus> doesn't look like there are any topics proposed in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt for this week
< wumpus> #bitcoin-core-dev Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik
< gribble> https://github.com/bitcoin/bitcoin/issues/21082 | refactor: Treat ArgsManager::Flags as uint32_t explicitly by MarcoFalke · Pull Request #21082 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21082: refactor: Treat ArgsManager::Flags as uint32_t explicitly (master...2102-unsigned) https://github.com/bitcoin/bitcoin/pull/21082
< aj> oh, maybe it's just when bitcoin.conf is entirely missing that you don't get the assert failure
< gribble> https://github.com/bitcoin/bitcoin/issues/21039 | refactor: dont throw in GetChainName() by fanquake · Pull Request #21039 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] brunoerg opened pull request #21081: test, refactor: fix the unreachable code at feature_taproot (master...taproot-test-return) https://github.com/bitcoin/bitcoin/pull/21081
< aj> oh, i wonder if i could make the "p2p dashboard" thing a patch to https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/77
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21080: fuzz: Configure check for main function (take 2) (master...2101-fuzzTake2) https://github.com/bitcoin/bitcoin/pull/21080
< jnewbery> it's nice that we can export all the metadata into bitcoin-gh-metadata, but it's only moderately useful until there are other bug trackers/review platforms that can import it and reconstruct all of the cross-references.
< wumpus> "works offline: in a plane or under the sea? Keep reading and writing bugs!" is nice, sure we can do this sort of by cloning bitcoin-gh-metadata but only in one way
< Kimi_> https://github.com/bitcoin/bitcoin/pull/21075#discussion_r570125634 - this comment made me think. Would .editorconfig (https://editorconfig.org/) be useful to avoid similar issues sooner?
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21042: doc, test: Improve setup_clean_chain documentation (master...scc-docs) https://github.com/bitcoin/bitcoin/pull/21042
< bitcoin-git> bitcoin/master ea5a50f MarcoFalke: Merge #21042: doc, test: Improve setup_clean_chain documentation
< bitcoin-git> bitcoin/master 590bda7 Fabian Jahr: scripted-diff: Remove setup_clean_chain if default is not changed
< bitcoin-git> bitcoin/master 98892f3 Fabian Jahr: doc: Improve setup_clean_chain documentation
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f1239b70d116...ea5a50f92a6f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21025: validation: Guard chainman chainstates with cs_main (master...2021-01-chainman-activechainstate-locking) https://github.com/bitcoin/bitcoin/pull/21025
< bitcoin-git> bitcoin/master f1239b7 MarcoFalke: Merge #21025: validation: Guard chainman chainstates with cs_main
< bitcoin-git> bitcoin/master 20677ff Carl Dong: validation: Guard all chainstates with cs_main
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e946ebcf111...f1239b70d116
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet (master...2012-argsCmd) https://github.com/bitcoin/bitcoin/pull/20715
< bitcoin-git> bitcoin/master 7777105 MarcoFalke: refactor: Move all command dependend checks to ExecuteWalletToolFunc
< bitcoin-git> bitcoin/master fa06bce MarcoFalke: test: Add tests
< bitcoin-git> bitcoin/master fac05cc MarcoFalke: wallet: [refactor] Pass ArgsManager to WalletAppInit
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5a429d3d0fec...4e946ebcf111
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21049: Add release notes for listdescriptors RPC (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21049
< bitcoin-git> bitcoin/master 5a429d3 MarcoFalke: Merge #21049: Add release notes for listdescriptors RPC
< bitcoin-git> bitcoin/master 51f3752 Ivan Metlushko: Add release notes for listdescriptors RPC
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f18080c29c2...5a429d3d0fec
< bitcoin-git> [bitcoin] fanquake opened pull request #21078: guix: only download sources for hosts being built (master...guix_selective_download) https://github.com/bitcoin/bitcoin/pull/21078
< bitcoin-git> [bitcoin] fanquake merged pull request #21065: build: make macOS HOST in download-osx generic (master...correct_host_download_osx) https://github.com/bitcoin/bitcoin/pull/21065
< bitcoin-git> bitcoin/master 5f18080 fanquake: Merge #21065: build: make macOS HOST in download-osx generic
< bitcoin-git> bitcoin/master f22a3ec fanquake: build: make macOS HOST in download-osx generic
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea96e17e1f2c...5f18080c29c2

2021-02-03

< wumpus> https://github.com/bitcoin/bitcoin/pull/21077#issuecomment-772821622 i'm very quickly losing my patience
< bitcoin-git> [bitcoin] glozow opened pull request #21077: doc: clarify -peertimeout (master...2021-02-peertimeout) https://github.com/bitcoin/bitcoin/pull/21077
< jonatack> sorry, the irc channel is #bitcoin-core-pr-reviews
< jonatack> hi cguida, thanks for having a look. the review club IRC channel is ##bitcoin-core-pr-reviews. would you like to open a pull request with your proposed edits here? at https://github.com/bitcoin-core-review-club/website
< sdaftuar> cguida: #bitcoin-core-pr-reviews seems like the appropriate channel to comment, as i believe that's where the original discussion would have happened (and that's the irc home of the pr review club)
< bitcoin-git> [bitcoin] gunar opened pull request #21075: doc: Fix markdown formatting (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21075
< luke-jr> bitcoin-core/leveldb branch bitcoin-fork-new might be best to rename over bitcoin-fork or soemthing?
< bitcoin-git> [bitcoin] Saibato opened pull request #21073: wallet: check when create wallets for the reserved name "wallets" (master...sanitycheck) https://github.com/bitcoin/bitcoin/pull/21073
< gribble> https://github.com/bitcoin/bitcoin/issues/21070 | RPC: conf var rpcallowip=::/0 stopped working when upgrading to 0.21 · Issue #21070 · bitcoin/bitcoin · GitHub
< ghost43> luke-jr: I have "rpcbind=0.0.0.0:8332" in bitcoin.conf, and passing "-rpcallowip=::/0" on CLI. it is all part of a non-trivial docker setup; so it is not actually exposed to the internet
< sanket1729> Where libsecp256k1 library is built in bitcoin core build process? I can't find it in src/.libs
< bitcoin-git> [bitcoin] fanquake merged pull request #21060: doc: More precise -debug and -debugexclude doc (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21060
< bitcoin-git> bitcoin/master ea96e17 fanquake: Merge #21060: doc: More precise -debug and -debugexclude doc
< bitcoin-git> bitcoin/master 572fd0f wodry: doc: More precise -debug and -debugexclude doc
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/384e090f9345...ea96e17e1f2c
< ghost43> luke-jr: my bitcoin.conf has a line "rpcauth=..."

2021-02-02

< wumpus> "src/bitcoin-cli -chain=test -chain=main getblockchaininfo" doesn't raise any error here, it's interpreted as just -chain=main
< aj> less typing when invoking "bitcoin-cli -testnet .." etc is a win
< gribble> https://github.com/bitcoin/bitcoin/issues/21039 | refactor: dont throw in GetChainName() by fanquake · Pull Request #21039 · bitcoin/bitcoin · GitHub
< miketwenty1> Between Noon and 5 pm EST on March 30th (Tuesday).. There will be a remote speaking opportunity for a bitcoin core developer at a "Open Source 101" event. The idea would be someone who can explain about how the project is maintained, how people can contribute, why it's important, etc. Less about the bitcoin tech and more about the project and contribution to the project. I imagine history would also be a very interesting piece
< bitcoin-git> [bitcoin] practicalswift opened pull request #21068: Add GitHub Codespaces integration to allow for easy onboarding of future generations of contributors (master...github-codespaces) https://github.com/bitcoin/bitcoin/pull/21068
< bitcoin-git> [bitcoin] hebasto closed pull request #21066: build: Drop boost-system dependency (master...210202-system) https://github.com/bitcoin/bitcoin/pull/21066
< luke-jr> /home/dev/Bitcoin/bitcoin/wt1/src/pubkey.cpp:180: undefined reference to `secp256k1_xonly_pubkey_parse'
< bitcoin-git> [bitcoin] fanquake closed pull request #21067: Fix whitepaper link in ReadMe (master...fix-whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21067
< bitcoin-git> [bitcoin] x4e opened pull request #21067: Fix whitepaper link in ReadMe (master...fix-whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21067
< bitcoin-git> [bitcoin] jonatack reopened pull request #20877: netinfo: user help and argument parsing improvements (master...netinfo-help-follow-ups) https://github.com/bitcoin/bitcoin/pull/20877
< bitcoin-git> [bitcoin] jonatack closed pull request #20877: netinfo: user help and argument parsing improvements (master...netinfo-help-follow-ups) https://github.com/bitcoin/bitcoin/pull/20877
< bitcoin-git> [bitcoin] hebasto opened pull request #21066: build: Drop boost-system dependency (master...210202-system) https://github.com/bitcoin/bitcoin/pull/21066
< bitcoin-git> [bitcoin] fanquake opened pull request #21065: build: make macOS HOST in download-osx generic (master...correct_host_download_osx) https://github.com/bitcoin/bitcoin/pull/21065
< Kiminuo> 1. One can leave it as it is in https://github.com/bitcoin/bitcoin/pull/20744/files#diff-2bd57d7fbec4bb262834d155c304ebe15d26f73fea87c75ff273df3529a15510R1819. I don't like this too much though. Hence the PR.
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19509: Per-Peer Message Capture (master...message-dump) https://github.com/bitcoin/bitcoin/pull/19509
< Kiminuo> Hi, I was thinking that it would be nice to replace: https://github.com/bitcoin/bitcoin/pull/20744/files#diff-2bd57d7fbec4bb262834d155c304ebe15d26f73fea87c75ff273df3529a15510R1819 with a function. So I did https://github.com/bitcoin/bitcoin/pull/21052/files#diff-56faa53f40da7bfc47077d7c93254d0d1f7eba69a3c5d88f67be9505f334178eR42 but this is problematic because it introduces a new circular dependency: fs -> random -> logging -> fs where I add
< bitcoin-git> bitcoin/master f2a77ff Troy Giorshev: Add CaptureMessage
< bitcoin-git> bitcoin/master 4d1a582 Troy Giorshev: Call CaptureMessage at appropriate locations
< bitcoin-git> bitcoin/master dbf779d Troy Giorshev: Clean PushMessage and ProcessMessages
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/1e69800d5e60...384e090f9345
< bitcoin-git> [bitcoin] laanwj merged pull request #21059: Drop boost/preprocessor dependencies (master...210201-macro) https://github.com/bitcoin/bitcoin/pull/21059
< bitcoin-git> bitcoin/master e99db77 Hennadii Stepanov: Drop boost/preprocessor dependencies
< bitcoin-git> bitcoin/master 1e69800 Wladimir J. van der Laan: Merge #21059: Drop boost/preprocessor dependencies
< bitcoin-git> bitcoin/master 12f5028 Hennadii Stepanov: refactor: Move STRINGIZE macro to macros.h
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f72d80b07af8...1e69800d5e60
< wumpus> I don't think the author needs write permission normally for cirrus builds we have these enabled for all PRs on bitcoin
< real_or_random> https://github.com/bitcoin-core/secp256k1/pull/889 cirrus ci doesn't build this PR. I suspect because the author doesn't have write permission.
< gribble> https://github.com/bitcoin/bitcoin/issues/17245 | wallet: Remove Boost from DecodeDumpTime by elichai · Pull Request #17245 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #21064: refactor: use std::shared_mutex & remove Boost Thread (master...use_std_shared_mutex) https://github.com/bitcoin/bitcoin/pull/21064
< bitcoin-git> [bitcoin] S3RK opened pull request #21063: wallet, rpc: update listdescriptors response format (master...listdescriptors_format) https://github.com/bitcoin/bitcoin/pull/21063
< gribble> https://github.com/bitcoin/bitcoin/issues/21051 | Fix -Wmismatched-tags warnings by hebasto · Pull Request #21051 · bitcoin/bitcoin · GitHub

2021-02-01

< bitcoin-git> [gui] RandyMcMillan opened pull request #208: docs: update README notes for /interfaces (master...interfaces-notes) https://github.com/bitcoin-core/gui/pull/208
< gribble> https://github.com/bitcoin/bitcoin/issues/21051 | Fix -Wmismatched-tags warnings by hebasto · Pull Request #21051 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] cdecker opened pull request #21056: rpc: Add a `-rpcwaittimeout` parameter to limit time spent waiting (master...rpcwait-timeout) https://github.com/bitcoin/bitcoin/pull/21056
< bitcoin-git> [bitcoin] dongcarl opened pull request #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation functions (master...2020-09-reduce-validation-ccsactiveglobal-usage) https://github.com/bitcoin/bitcoin/pull/21055
< bitcoin-git> [bitcoin] theStack opened pull request #21053: rpc, test: document {previous,next}blockhash as optional (master...2021-rpc-test-document-previousnextblockhash-as-optional) https://github.com/bitcoin/bitcoin/pull/21053
< bitcoin-git> [bitcoin] laanwj merged pull request #20464: refactor: Treat CDataStream bytes as uint8_t (master...2011-dataStream) https://github.com/bitcoin/bitcoin/pull/20464
< bitcoin-git> bitcoin/master fada14b MarcoFalke: Treat CDataStream bytes as uint8_t
< bitcoin-git> bitcoin/master faa96f8 MarcoFalke: Remove unused CDataStream methods
< bitcoin-git> bitcoin/master fa8bdb0 MarcoFalke: refactor: Drop CDataStream constructors in favor of one taking a Span of b...
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/56fcf93349c3...2c0fc856a6b0
< bitcoin-git> [bitcoin] laanwj merged pull request #21026: doc: Document use of make-tag script to make tags (master...2021-01-make-tag) https://github.com/bitcoin/bitcoin/pull/21026
< bitcoin-git> bitcoin/master 56fcf93 Wladimir J. van der Laan: Merge #21026: doc: Document use of make-tag script to make tags
< bitcoin-git> bitcoin/master cc30dfb Wladimir J. van der Laan: doc: Document use of make-tag script to make tags
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d0d256536cdf...56fcf93349c3
< bitcoin-git> [bitcoin] laanwj closed pull request #20951: doc: APS explanation clarified in 0.21.0 release notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20951
< bitcoin-git> [bitcoin] kiminuo opened pull request #21052: [draft] refactor: Replace fs::unique_path with GetUniquePath(path) calls (master...feature/fs-unique-path) https://github.com/bitcoin/bitcoin/pull/21052
< bitcoin-git> [bitcoin] hebasto opened pull request #21051: Fix -Wmismatched-tags warnings (master...210201-warning) https://github.com/bitcoin/bitcoin/pull/21051
< bitcoin-git> [bitcoin] laanwj merged pull request #21016: refactor: remove boost::thread_group usage (master...remove_boost_threadgroup) https://github.com/bitcoin/bitcoin/pull/21016
< bitcoin-git> bitcoin/master dc8be12 fanquake: refactor: remove boost::thread_group usage
< bitcoin-git> bitcoin/master d0d2565 Wladimir J. van der Laan: Merge #21016: refactor: remove boost::thread_group usage
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/44f4bcd302d6...d0d256536cdf
< bitcoin-git> [gui] hebasto closed pull request #87: Choose monospaced font in C++ code rather in `*.ui` file (master...200910-mono) https://github.com/bitcoin-core/gui/pull/87
< bitcoin-git> [gui] hebasto opened pull request #207: scripted-diff: Use Courier New as tabular figures font in Overview page (master...210201-mono) https://github.com/bitcoin-core/gui/pull/207
< bitcoin-git> [bitcoin] laanwj merged pull request #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex (master...2020-09-libbitcoinruntime-v4) https://github.com/bitcoin/bitcoin/pull/20749
< bitcoin-git> bitcoin/master eae54e6 Carl Dong: scripted-diff: Use BlockManager::LookupBlockIndex
< bitcoin-git> bitcoin/master 15d20f4 Carl Dong: validation: Move LookupBlockIndex to BlockManager
< bitcoin-git> bitcoin/master f92dc65 Carl Dong: validation: Guard the active_chainstate with cs_main
< bitcoin-git> [bitcoin] laanwj pushed 18 commits to master: https://github.com/bitcoin/bitcoin/compare/636e754a8175...44f4bcd302d6
< bitcoin-git> [gui] jonatack opened pull request #206: Display fRelayTxes and bip152_highbandwidth_{to, from} in peer details (master...add-fields-to-peer-details) https://github.com/bitcoin-core/gui/pull/206
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception (master...rpcman-sendrawtx) https://github.com/bitcoin/bitcoin/pull/20941
< bitcoin-git> bitcoin/master 636e754 MarcoFalke: Merge #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception
< bitcoin-git> bitcoin/master 74d23bf Jarol Rodriguez: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87394b6741df...636e754a8175
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20868: validation: remove redundant check on pindex (master...redundant-check-validation) https://github.com/bitcoin/bitcoin/pull/20868
< bitcoin-git> bitcoin/master c943282 jarolrod: validation: remove redundant check on pindex
< bitcoin-git> bitcoin/master 87394b6 MarcoFalke: Merge #20868: validation: remove redundant check on pindex
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7dc4807691b9...87394b6741df
< bitcoin-git> [bitcoin] meshcollider merged pull request #20040: wallet: Refactor OutputGroups to handle fees and spending eligibility on grouping (master...inner-groupoutputs) https://github.com/bitcoin/bitcoin/pull/20040
< bitcoin-git> bitcoin/master 99b399a Andrew Chow: Move fee setting of OutputGroup to Insert
< bitcoin-git> bitcoin/master 2acad03 Andrew Chow: Remove OutputGroup non-default constructors
< bitcoin-git> bitcoin/master 6148a8a Andrew Chow: Move GroupOutputs into SelectCoinsMinConf
< bitcoin-git> [bitcoin] meshcollider pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/4c55f92c7644...7dc4807691b9
< bitcoin-git> [bitcoin] S3RK opened pull request #21049: Add release notes for listdescriptors RPC (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21049
< bitcoin-git> [bitcoin] EthanHeilman opened pull request #21045: [wip] build: adds switch to enable/disable randomized base address in MSVC builds (master...winnoaslr) https://github.com/bitcoin/bitcoin/pull/21045

2021-01-31

< bitcoin-git> [bitcoin] practicalswift opened pull request #21043: net: Avoid UBSan warning in ProcessMessage(...) (master...ubsan-nTime) https://github.com/bitcoin/bitcoin/pull/21043
< bitcoin-git> [bitcoin] fjahr closed pull request #19168: Refactor: Improve setup_clean_chain semantics (master...test_chain) https://github.com/bitcoin/bitcoin/pull/19168
< bitcoin-git> [bitcoin] fjahr opened pull request #21042: doc, test: Improve setup_clean_chain documentation (master...scc-docs) https://github.com/bitcoin/bitcoin/pull/21042
< bitcoin-git> [bitcoin] practicalswift opened pull request #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" log message to debug category (master...pre-allocation-up-to-position-0xff-in-foo.dat) https://github.com/bitcoin/bitcoin/pull/21041
< Talkless> Would "getwhitepaper [directory]" RPC for retrieving bitcoin.pdf (using https://bitcoinhackers.org/@jb55/105595146491662406 technique, working for pruned nodes) be considered "waste of reviewer time" ? :)
< bitcoin-git> [gui] hebasto opened pull request #205: Save/restore TransactionView and recentRequestsView tables column sizes (master...210131-header) https://github.com/bitcoin-core/gui/pull/205
< bitcoin-git> [gui] hebasto opened pull request #204: Drop buggy TableViewLastColumnResizingFixer class (master...210131-resize) https://github.com/bitcoin-core/gui/pull/204
< bitcoin-git> [bitcoin] kootoopas opened pull request #21040: wallet: Fix already-being-loaded message grammar (master...fix-wallet-being-loaded-error-message) https://github.com/bitcoin/bitcoin/pull/21040
< bitcoin-git> [bitcoin] fanquake opened pull request #21039: refactor: don't throw in GetChainName() (master...dont_throw_getchainname) https://github.com/bitcoin/bitcoin/pull/21039
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20954: test: Declare `nodes` type in test_framework.py. (master...feature/202101-test_framework-types) https://github.com/bitcoin/bitcoin/pull/20954
< bitcoin-git> bitcoin/master 4c55f92 MarcoFalke: Merge #20954: test: Declare `nodes` type in test_framework.py.
< bitcoin-git> bitcoin/master 5353b0c Kiminuo: Change type definitions for "chain" and "setup_clean_chain" from type comm...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1f514332eda2...4c55f92c7644
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21037: fuzz: Avoid designated initialization (C++20) in fuzz tests (master...c++20-false-start) https://github.com/bitcoin/bitcoin/pull/21037
< bitcoin-git> bitcoin/master 1f51433 MarcoFalke: Merge #21037: fuzz: Avoid designated initialization (C++20) in fuzz tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/16b784d95336...1f514332eda2
< bitcoin-git> bitcoin/master dee2d6f practicalswift: fuzz: Avoid designated initialization (C++20) in fuzz tests
< bitcoin-git> [bitcoin] wodry closed pull request #20582: [doc] Fix documentation of options onlynet and listenonion (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20582

2021-01-30

< dr_orlovsky> so the task is to copy strings from bitcoin repo into transifex?
< dr_orlovsky> The file in bitcoin repo is a correct translation. What is the master source: transifex or the repo?
< sipa> well bitcoin core (and several other software) accepts bech32 v1+ addresses for sending
< bitcoin-git> [gui] jonatack reopened pull request #201: gui: ensure inbound block relay peers have relevant services (master...inbound-block-relay) https://github.com/bitcoin-core/gui/pull/201
< bitcoin-git> [gui] jonatack closed pull request #201: gui: ensure inbound block relay peers have relevant services (master...inbound-block-relay) https://github.com/bitcoin-core/gui/pull/201
< bitcoin-git> [gui] jonatack opened pull request #203: gui: display plain "Inbound" in peer details, add #162/#163 release notes (master...display-plain-inbound-and-add-release-notes) https://github.com/bitcoin-core/gui/pull/203
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21038: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/21038
< bitcoin-git> [bitcoin] FndNur1Labs opened pull request #21038: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/21038
< bitcoin-git> [bitcoin] practicalswift opened pull request #21037: fuzz: Avoid designated initialization (C++20) in fuzz tests (master...c++20-false-start) https://github.com/bitcoin/bitcoin/pull/21037
< bitcoin-git> [bitcoin] fanquake opened pull request #21036: gitian: Bump descriptors to Focal for 22.0 (master...gitian_bump_22_0) https://github.com/bitcoin/bitcoin/pull/21036

2021-01-29

< bitcoin-git> [bitcoin] ryanofsky opened pull request #21035: Remove pointer cast in CRPCTable::dumpArgMap (master...pr/argmap) https://github.com/bitcoin/bitcoin/pull/21035
< dongcarl> sipa: This is also why we can't just use the bitcoin-core package currently in Guix :-)
< sipa> dongcarl: so is it fair to say that guix (and the binaries it builds) are all living in their own little world, and are unconventional in that they're all built to live the... but what we want for the bitcoin core release builds isn't so much building something that lives there, but using the guix-world stuff to build a "normal" binary?
< dongcarl> roconnor: Right, nix and guix binaries both share this trait of doing the -rpath and setting a weird dynamic linker. Both these behaviours are thoroughly reverted in the Bitcoin Core guix build
< core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
< core-meetingbot> Meeting started Fri Jan 29 19:38:36 2021 UTC. The chair is jonasschnelli. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< 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/19136 | wallet: add parent_desc to getaddressinfo by achow101 · Pull Request #19136 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #20689: contrib: replace binary verification script verify.sh with python rewrite (master...202012-contrib-replace-verify-binaries-script-with-python) https://github.com/bitcoin/bitcoin/pull/20689
< bitcoin-git> bitcoin/master 16b784d Wladimir J. van der Laan: Merge #20689: contrib: replace binary verification script verify.sh with p...
< bitcoin-git> bitcoin/master c86b9a6 Sebastian Falbesoner: contrib: remove verify.sh
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c8b83510f42c...16b784d95336
< bitcoin-git> bitcoin/master c84838e Sebastian Falbesoner: contrib: binary verification script verify.sh rewritten in python
< gribble> https://github.com/bitcoin/bitcoin/issues/16546 | External signer support - Wallet Box edition by Sjors · Pull Request #16546 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19145 | Add hash_type MUHASH for gettxoutsetinfo by fjahr · Pull Request #19145 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19136 | wallet: add parent_desc to getaddressinfo by achow101 · Pull Request #19136 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20391 | wallet: introduce setfeerate (an improved settxfee, in sat/vB) by jonatack · Pull Request #20391 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20040 | wallet: Refactor OutputGroups to handle fees and spending eligibility on grouping by achow101 · Pull Request #20040 · bitcoin/bitcoin · GitHub
< meshcollider> #bitcoin-core-dev Wallet Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #20630: Allow providing local signatures in gitian osx signer (master...2020/12/macos_gitian_signer) https://github.com/bitcoin/bitcoin/pull/20630
< bitcoin-git> [bitcoin] fanquake closed pull request #21031: Merge #20724: Cleanup of -debug=net log messages (master...crazy) https://github.com/bitcoin/bitcoin/pull/21031
< bitcoin-git> [bitcoin] RonSherfey opened pull request #21031: Merge #20724: Cleanup of -debug=net log messages (master...crazy) https://github.com/bitcoin/bitcoin/pull/21031
< bitcoin-git> [bitcoin] fanquake opened pull request #21030: refactor: move load block thread into ChainstateManager (master...revive_marco_val_loadblock_thread) https://github.com/bitcoin/bitcoin/pull/21030
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20724: Cleanup of -debug=net log messages (master...202012-net-log-cleanup) https://github.com/bitcoin/bitcoin/pull/20724
< bitcoin-git> bitcoin/master 1230210 Anthony Towns: net_processing: additional debug logging for ignored messages
< bitcoin-git> bitcoin/master f7edea3 Anthony Towns: net: make debug logging conditional on -debug=net
< bitcoin-git> bitcoin/master a410ae8 Anthony Towns: net, net_processing: log disconnect reasons with -debug=net
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/40dd757bf6ce...c8b83510f42c
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21012: ci: Fuzz with integer sanitizer (master...2101-fuzzIntSan) https://github.com/bitcoin/bitcoin/pull/21012
< bitcoin-git> bitcoin/master 40dd757 MarcoFalke: Merge #21012: ci: Fuzz with integer sanitizer
< bitcoin-git> bitcoin/master faff399 MarcoFalke: ci: Fuzz with integer sanitizer
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc5f26d4eee5...40dd757bf6ce
< bitcoin-git> [gui] MarcoFalke merged pull request #139: doc: Improve gui/src/qt README.md (master...improve-qt-readme) https://github.com/bitcoin-core/gui/pull/139
< bitcoin-git> bitcoin/master bc5f26d MarcoFalke: Merge bitcoin-core/gui#139: doc: Improve gui/src/qt README.md
< bitcoin-git> bitcoin/master 5d1f260 Jarol Rodriguez: Improve gui/src/qt README.md
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e21338292015...bc5f26d4eee5
< bitcoin-git> [gui] RandyMcMillan opened pull request #202: peers-tab: bug fix right panel toggle (master...peers-tab-sidepanel) https://github.com/bitcoin-core/gui/pull/202
< bitcoin-git> [bitcoin] luke-jr opened pull request #21029: bitcoin-cli: Correct docs (no "generatenewaddress" exists) (master...cli_doc_geNnewaddr) https://github.com/bitcoin/bitcoin/pull/21029
< bitcoin-git> [bitcoin] luke-jr opened pull request #21028: doc/bips: Add BIPs 44, 49, and 84 (master...bips_44-49-84) https://github.com/bitcoin/bitcoin/pull/21028

2021-01-28

< bitcoin-git> [gui] jonatack opened pull request #201: gui: ensure inbound block relay peers have relevant services (master...inbound-block-relay) https://github.com/bitcoin-core/gui/pull/201
< bitcoin-git> [bitcoin] laanwj merged pull request #20963: gitian-linux: Build binaries for 64-bit POWER (continued) (master...2021-01-power) https://github.com/bitcoin/bitcoin/pull/20963
< bitcoin-git> bitcoin/master 00f67c8 Luke Dashjr: gitian-linux: Build binaries for 64-bit POWER
< bitcoin-git> bitcoin/master 798bc0b Luke Dashjr: Support glibc-back-compat on 64-bit POWER
< bitcoin-git> bitcoin/master 63fc2b1 Luke Dashjr: gitian: Properly quote arguments in wrappers
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/80e16cadd56c...6a726cb534ed
< luke-jr> MarcoFalke: can you please upstream https://github.com/bitcoin-core/univalue/pull/24 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/21025 | validation: Guard the active_chainstate with cs_main by dongcarl · Pull Request #21025 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #21026: doc: Document use of make-tag script to make tags (master...2021-01-make-tag) https://github.com/bitcoin/bitcoin/pull/21026
< luke-jr> MarcoFalke: aha, it was a libevent dep for just bitcoin-tx builds
< luke-jr> wumpus: a trusted Bitcoin Core source repo
< wumpus> luke-jr: have you seen https://github.com/bitcoin-core/bitcoin-maintainer-tools#gitian-verify ? it makes things much easier
< MarcoFalke> when building a tag, the archive looks like `bitcoin-22.0.tar.gz`, not `bitcoin-fffffff.targ.gz`
< dongcarl> Since that one-liner includes src/bitcoin-f1694757ddbc.tar.gz, it does commit to the bitcoin source
< dongcarl> Here's the way fanquake and I have been verifying our outputs: https://github.com/bitcoin/bitcoin/pull/17920#issuecomment-765109583
< warren> There is a way however for users to opt-out of automatic distro upgrades. The .rpm distributed by bitcoincore.org would be identical to the package distributed by Fedora except the Epoch number is higher. That way the Fedora package will never be seen as "newer". It retains the property desired by Bitcoin Core project that nobody is forced into automatic upgrades.
< wumpus> luke-jr: otoh if the guix trusted base is compromised so will the bitcoin core binaries
< aj> MarcoFalke: bitcoin's not going in stream/rhel, surely
< warren> 1) Bitcoin Core switch to Guix for release builds (when possible ... Guix is missing some of the architectures?) I believe we want a replacement for what Gitian used to do including exporting a particular tag from git, naming and versioning the output tarballs, anything else?
< warren> I will not be able to stop them from distributing not-deterministic Bitcoin Core for much longer.
< warren> A bit concerning to me is Fedora is again approaching possible packaging and distribution of Bitcoin Core. While the openssl-based risk is now eliminated, I now intend to package Guix for Fedora and use that to make binary identical builds. I think I can handle the Fedora specific parts of this. But Guix for Bitcoin Core releases is still missing a few parts of what Gitian used to do?
< ariard> but yeah libmultiprocess should be moved under bitcoin-core
< gribble> https://github.com/bitcoin/bitcoin/issues/21025 | validation: Guard the active_chainstate with cs_main by dongcarl · Pull Request #21025 · bitcoin/bitcoin · GitHub
< aj> re 19160, it needs rebase? also is there any roadmap for libmultiprocessing, it's out of tree, but seems pretty bitcoin specific? has it really been reviewed much?
< gribble> https://github.com/bitcoin/bitcoin/issues/20391 | wallet: introduce setfeerate (an improved settxfee, in sat/vB) by jonatack · Pull Request #20391 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19820 | Transactions propagation design goals · Issue #19820 · bitcoin/bitcoin · GitHub
< warren> Suggested Topic: A bit concerning to me is Fedora is again approaching possible packaging and distribution of Bitcoin Core. While the openssl-based risk is now eliminated, I now intend to package Guix for Fedora and use that to make binary identical builds. I think I can handle the Fedora specific parts of this. But Guix for Bitcoin Core releases is still missing a few parts of what Gitian used to do?
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 11 blockers, 1 bugfix, 2 chasing concept ACK
< gribble> https://github.com/bitcoin/bitcoin/issues/19160 | multiprocess: Add basic spawn and IPC support by ryanofsky · Pull Request #19160 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik
< bitcoin-git> [bitcoin] dongcarl opened pull request #21025: validation: Guard the active_chainstate with cs_main (master...2021-01-chainman-activechainstate-locking) https://github.com/bitcoin/bitcoin/pull/21025
< bitcoin-git> [bitcoin] laanwj merged pull request #20012: rpc: Remove duplicate name and argNames from CRPCCommand (master...2009-rpcCheckMapping) https://github.com/bitcoin/bitcoin/pull/20012