2021-05-04

< gmaxwell> gleb: I think in general when we talk about erlay (e.g. in the paper and elsewhere) we use this "non-reachable peer" terminology, but non-reachability doesn't exist explicitly anywhere in the implementation of bitcoin core or the bitcoin protocol... so although non-reachable peers were a good concept for modling, it can be a little confusing when it comes to the implementation.
< sipa> gleb: was it needed to include minisketch in bitcoin-tx?
< gleb> gmaxwell: antoine found this inconsistency, let me explain here in short (full convo is here: https://github.com/bitcoin/bitcoin/pull/21515#discussion_r624952992)
< gribble> https://github.com/bitcoin/bitcoin/issues/21090 | Default to NODE_WITNESS in nLocalServices by dhruv · Pull Request #21090 · bitcoin/bitcoin · GitHub
< 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
< jnewbery> There aren't any proposed topics in https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-IRC-meetings
< jnewbery> #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
< core-meetingbot> Meeting started Tue May 4 21:00:29 2021 UTC. The chair is jnewbery. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< gmaxwell> Current bitcoin core causes really old nodes to be unable to sync and to dos attack you. The issue is that prior to 0.7-ish the size of headers messages wasn't limited, and the node requests headers from everyone. They blast you with a multimegabyte header and disconnect and go do it to someoen else. These old nodes seem to have also formed a fork at an early height, nodes that have this
< jnewbery> Hi folks. We have a p2p meeting scheduled in 10 minutes. Currently there aren't any proposed topics at https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-IRC-meetings.
< bitcoin-git> [bitcoin] Rqcker closed pull request #21857: Pull request (master...master) https://github.com/bitcoin/bitcoin/pull/21857
< bitcoin-git> [bitcoin] Rqcker opened pull request #21857: Pull request (master...master) https://github.com/bitcoin/bitcoin/pull/21857
< bitcoin-git> [bitcoin] adamjonas opened pull request #21856: doc: add OSS-Fuzz section to fuzzing.md doc (master...add-oss-fuzz) https://github.com/bitcoin/bitcoin/pull/21856
< bitcoin-git> [bitcoin] jonatack opened pull request #21855: fuzz: enable passing a max value to FuzzedDataProvider::ConsumeEnum() (master...ConsumeEnum-enable-passing-max-value) https://github.com/bitcoin/bitcoin/pull/21855
< bitcoin-git> [bitcoin] Relaxo143 opened pull request #21854: doc: make small corrections (v0.21.1 release notes) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21854
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21849: fuzz: Limit toxic test globals to their respective scope (master...2105-fuzzToxic) https://github.com/bitcoin/bitcoin/pull/21849
< bitcoin-git> bitcoin/master 3f8f238 MarcoFalke: Merge bitcoin/bitcoin#21849: fuzz: Limit toxic test globals to their respe...
< bitcoin-git> bitcoin/master cf83b82 MarcoFalke: fuzz: Limit toxic test globals to their respective scope
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a1c6434e19bc...3f8f238deb5a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21852: ci: Add msan fuzz config (master...2105-ci12Msan) https://github.com/bitcoin/bitcoin/pull/21852
< bitcoin-git> bitcoin/master fa0422c MarcoFalke: ci: Add msan fuzz config
< bitcoin-git> bitcoin/master fa399a7 MarcoFalke: ci: Use clang-12 in msan task
< bitcoin-git> bitcoin/master fab3017 MarcoFalke: ci: Set BASE_SCRATCH_DIR early, so that it can be used in test configs
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0ca8b7e7ecd5...a1c6434e19bc
< vasild> sdaftuar: https://github.com/bitcoin/bitcoin/pull/20685#discussion_r625856311 -- maybe the i2p router was restarted or the connection to it was interrupted in some way and the i2p thread did RemoveLocal() (here: https://github.com/bitcoin/bitcoin/blob/0ca8b7e7ecd5bc537fbc1e372f6755a34a136f7f/src/net.cpp#L2232-L2234) which undid the initial AddLocal(MANUAL) due to externalip
< bitcoin-git> [bitcoin] fanquake closed pull request #21414: doc: add arm macOS depends platform triplet (master...macOS-platform-triplets) https://github.com/bitcoin/bitcoin/pull/21414
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21852: ci: Add msan fuzz config (master...2105-ci12Msan) https://github.com/bitcoin/bitcoin/pull/21852
< bitcoin-git> [bitcoin] fanquake opened pull request #21851: [WIP] build: support cross-compiling for arm64-apple-darwin20 (Apple M1) in depends (master...m1_support_depends) https://github.com/bitcoin/bitcoin/pull/21851
< bitcoin-git> [bitcoin] kiminuo opened pull request #21850: Remove `GetDataDir(net_specific)` function (master...feature/2021-05-get-data-dir-step-2) https://github.com/bitcoin/bitcoin/pull/21850
< bitcoin-git> [bitcoin] fanquake merged pull request #21812: ci: Enable D_GLIBCXX_DEBUG for multiprocess task (master...2104-ciDEBUG) https://github.com/bitcoin/bitcoin/pull/21812
< bitcoin-git> bitcoin/master fa44f51 MarcoFalke: ci: Clarify that previous_releases task is using DEBUG
< bitcoin-git> bitcoin/master fad0f21 MarcoFalke: ci: Use clang in multiprocess task to avoid OOM
< bitcoin-git> bitcoin/master faeabef MarcoFalke: ci: Enable D_GLIBCXX_DEBUG for multiprocess task
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ab9a566ab333...0ca8b7e7ecd5
< michaelfolkson> hugohn: They aren't really bundled with the Core project. It is true the BIPs repo is under the Bitcoin Core GitHub org but no Bitcoin Core maintainers merge BIP PRs afaik so I think it is fine under the Core org
< hugohn> As the Bitcoin protocol slowly ossifies, the bulk of new specs will likely be in the Application layer. It does make less sense to bundle them with the Core project.
< wumpus> i think we should add an entry to the "https://github.com/bitcoin/bitcoin/issues/new/choose" list for GUI issues, redirecting people to the appropriate repository
< michaelfolkson> I'm assuming GUI translation issues should be in the GUI repo and not the main repo? https://github.com/bitcoin/bitcoin/issues/21847
< michaelfolkson> I think there will be future discussions on a revised BIP process once (hopefully) Taproot activation is completed hugohn if you'd like to engage with that https://github.com/bitcoin/bips/pull/1015
< wumpus> in any case, this discussion is kind of off-topic here, the bitcoin core project is one implementation, that the current BIPs repository is in the same orginazation is a historical artifact, it does not mean BIPs 'belong' to bitcoin core or something like that
< wumpus> yes, moving to names might make sense too, in any case please don't let bitcoin innovation be stuck on having to centrally assign numbers, this shouldn't be an issue
< aj> hugohn: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-April/018868.html suggests assigning a name in the meantime, i guess like hugohn-multisig-setup; otherwise what wumpus said
< hugohn> hi, I'm curious what else needs to be done before https://github.com/bitcoin/bips/pull/1097 can get a BIP number assigned?
< bitcoin-git> [bitcoin] laanwj merged pull request #21825: net: add I2P hardcoded seeds (master...i2p-hardcoded-seeds) https://github.com/bitcoin/bitcoin/pull/21825
< bitcoin-git> bitcoin/master 142e2da Jon Atack: net: add I2P seeds to chainparamsseeds
< bitcoin-git> bitcoin/master e01f173 Jon Atack: contrib: add a few I2P seed nodes
< bitcoin-git> bitcoin/master ea269c7 Jon Atack: contrib: parse I2P addresses in generate-seeds.py
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e2d4e67a8fcc...ab9a566ab333
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21849: fuzz: Limit toxic test globals to their respective scope (master...2105-fuzzToxic) https://github.com/bitcoin/bitcoin/pull/21849
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21848: refactor: Make CFeeRate constructor arch-independent (master...2105-feerate) https://github.com/bitcoin/bitcoin/pull/21848
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21840: test: Misc refactor to get rid of &foo[0] raw pointers (master...2105-testRefactor) https://github.com/bitcoin/bitcoin/pull/21840
< bitcoin-git> bitcoin/master fa8a888 MarcoFalke: bench: Remove duplicate constants
< bitcoin-git> bitcoin/master 000098f MarcoFalke: test: Use throwing variant accessor
< bitcoin-git> bitcoin/master fa2197c MarcoFalke: test: Use loop to register RPCs
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bf5e6a7771b3...e2d4e67a8fcc

2021-05-03

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21846: fuzz: Add `-fsanitize=integer` suppression needed for RPC fuzzer (`generateblock`) (master...fsanitize-integer-suppression-miner) https://github.com/bitcoin/bitcoin/pull/21846
< bitcoin-git> bitcoin/master 575792e practicalswift: fuzz: Add -fsanitize=integer suppression needed for RPC fuzzer
< bitcoin-git> bitcoin/master bf5e6a7 MarcoFalke: Merge bitcoin/bitcoin#21846: fuzz: Add `-fsanitize=integer` suppression ne...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e1c06846edd...bf5e6a7771b3
< bitcoin-git> [bitcoin] hebasto closed 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] practicalswift opened pull request #21846: fuzz: Add `-fsanitize=integer` suppression needed for RPC fuzzer (`generateblock`) (master...fsanitize-integer-suppression-miner) https://github.com/bitcoin/bitcoin/pull/21846
< gribble> https://github.com/bitcoin/bitcoin/issues/20773 | refactor: split CWallet::Create by S3RK · Pull Request #20773 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #21845: net processing: Don't require locking cs_main before calling RelayTransactions() (master...2021-05-internal_relay_txs) https://github.com/bitcoin/bitcoin/pull/21845
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21662: build: update Boost download URL (master...fdov-boost-url) https://github.com/bitcoin/bitcoin/pull/21662
< bitcoin-git> bitcoin/master 8e1c068 MarcoFalke: Merge bitcoin/bitcoin#21662: build: update Boost download URL
< bitcoin-git> bitcoin/master 36c10b9 fdov: build,boost: update download url.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea71726a54e7...8e1c06846edd
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21810: fuzz: Various RPC fuzzer follow-ups (master...rpc-fuzzer-followups) https://github.com/bitcoin/bitcoin/pull/21810
< bitcoin-git> bitcoin/master ea71726 MarcoFalke: Merge bitcoin/bitcoin#21810: fuzz: Various RPC fuzzer follow-ups
< bitcoin-git> bitcoin/master 5252f86 practicalswift: fuzz: Reduce maintenance requirements by allowing RPC annotations also for...
< bitcoin-git> bitcoin/master 54549dd practicalswift: fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update lis...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3692097d923d...ea71726a54e7
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21823: script: update REVIEWERS (master...update-REVIEWERS) https://github.com/bitcoin/bitcoin/pull/21823
< bitcoin-git> bitcoin/master 3692097 MarcoFalke: Merge bitcoin/bitcoin#21823: script: update REVIEWERS
< bitcoin-git> bitcoin/master 48bd9eb Adam Jonas: script: update REVIEWERS
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8593616dc2a...3692097d923d
< bitcoin-git> [bitcoin] rebroad reopened pull request #21841: Send fewer feefilter messages (avoid the wobbling number issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21841
< bitcoin-git> [bitcoin] rebroad closed pull request #21841: Send fewer feefilter messages (avoid the wobbling number issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21841
< michaelfolkson> rebroad: Running functional tests https://github.com/bitcoin/bitcoin/tree/master/test
< gribble> https://github.com/bitcoin/bitcoin/issues/21841 | Send fewer feefilter messages (avoid the wobbling number issue) by rebroad · Pull Request #21841 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19817 | build: macOS toolchain bump by fanquake · Pull Request #19817 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #21844: Error v1.1 (master...master) https://github.com/bitcoin/bitcoin/pull/21844
< bitcoin-git> [bitcoin] 0x069 opened pull request #21844: Error v1.1 (master...master) https://github.com/bitcoin/bitcoin/pull/21844
< jonatack> bitcoin-cli help logging
< gribble> https://github.com/bitcoin/bitcoin/issues/9424 | Change LogAcceptCategory to use uint32_t rather than sets of strings. by gmaxwell · Pull Request #9424 · bitcoin/bitcoin · GitHub
< rebroad> rebroad@J3PMPJP:~/src/bitcoin.make.core-master/src$ ./bitcoin-cli -netinfo 4
< jonatack> or just grep bitcoin-cli.cpp on master for m_help_doc
< jonatack> bitcoin-cli -netinfo help
< jonatack> rebroad: bitcoin-cli -netinfo help
< bitcoin-git> [bitcoin] jonatack opened pull request #21843: net, rpc: enable GetAddr, GetAddresses, and getnodeaddresses by network (master...getnodeaddresses-by-network) https://github.com/bitcoin/bitcoin/pull/21843
< bitcoin-git> [bitcoin] jonatack reopened pull request #21823: script: update REVIEWERS (master...update-REVIEWERS) https://github.com/bitcoin/bitcoin/pull/21823
< bitcoin-git> [bitcoin] jonatack closed pull request #21823: script: update REVIEWERS (master...update-REVIEWERS) https://github.com/bitcoin/bitcoin/pull/21823
< bitcoin-git> [bitcoin] practicalswift closed pull request #21842: Update reviewers file: Remove too broad (`*.sh`) entry. Keep narrower entries. (master...reviewers) https://github.com/bitcoin/bitcoin/pull/21842
< gribble> https://github.com/bitcoin/bitcoin/issues/21775 | p2p: Limit m_block_inv_mutex by MarcoFalke · Pull Request #21775 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #21842: Update reviewers file: Remove too broad (`*.sh`) entry. Keep narrower entries. (master...reviewers) https://github.com/bitcoin/bitcoin/pull/21842
< bitcoin-git> [bitcoin] rebroad opened pull request #21841: Send fewer feefilter messages (avoid the wobbling number issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21841
< bitcoin-git> [gui] hebasto opened pull request #313: qt, build: Optimize string concatenation by default (master...210503-builder) https://github.com/bitcoin-core/gui/pull/313
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21840: test: Misc refactor to get rid of &foo[0] raw byte pointers (master...2105-testRefactor) https://github.com/bitcoin/bitcoin/pull/21840
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21583: Remove -feefilter option (master...feefilter_cleanup) https://github.com/bitcoin/bitcoin/pull/21583
< gribble> https://github.com/bitcoin/bitcoin/issues/21644 | p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() by jonatack · Pull Request #21644 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21775: p2p: Limit m_block_inv_mutex (master...2104-netLockBlockInv) https://github.com/bitcoin/bitcoin/pull/21775
< bitcoin-git> bitcoin/master b859361 MarcoFalke: Merge bitcoin/bitcoin#21775: p2p: Limit m_block_inv_mutex
< bitcoin-git> bitcoin/master fac96d0 MarcoFalke: p2p: Limit m_block_inv_mutex
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/320e518b9062...b8593616dc2a
< rebroad> MarcoFalke this was the pull request I had assumed had been merged - https://github.com/bitcoin/bips/pull/443
< bitcoin-git> [bitcoin] fanquake closed pull request #21838: gib the blockchain some room to breathe (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21838
< bitcoin-git> [bitcoin] catgirladdict opened pull request #21838: gib the blockchain some room to breathe (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21838
< gribble> https://github.com/bitcoin/bitcoin/issues/21664 | contrib: use LIEF for macOS and Windows symbol & security checks by fanquake · Pull Request #21664 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21750: net: remove unnecessary check of CNode::cs_vSend (master...remove_unnecessary_check_of_CNode_cs_vSend) https://github.com/bitcoin/bitcoin/pull/21750
< bitcoin-git> bitcoin/master 320e518 MarcoFalke: Merge bitcoin/bitcoin#21750: net: remove unnecessary check of CNode::cs_vS...
< bitcoin-git> bitcoin/master 9096b13 Vasil Dimov: net: remove unnecessary check of CNode::cs_vSend
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/77d569ccb506...320e518b9062
< bitcoin-git> [bitcoin] fanquake merged pull request #19817: build: macOS toolchain bump (master...libtapi_1100011) https://github.com/bitcoin/bitcoin/pull/19817
< bitcoin-git> bitcoin/master 9ed2f19 fanquake: build: native cctools 973.0.1, ld64 609
< bitcoin-git> bitcoin/master f48f187 Hennadii Stepanov: build: Clang 10.0.1
< bitcoin-git> bitcoin/master 9b193cd fanquake: build: libtapi 1100.0.11
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/60132382a745...77d569ccb506
< bitcoin-git> [gui] jarolrod opened pull request #311: Peers Window 'Peer id' improvements (master...peer_id_improv) https://github.com/bitcoin-core/gui/pull/311
< bitcoin-git> [bitcoin] fanquake merged pull request #20867: Support up to 20 keys for multisig under Segwit context (master...descriptor_multi_wsh) https://github.com/bitcoin/bitcoin/pull/20867
< bitcoin-git> bitcoin/master ae0429d Antoine Poinsot: script: allow up to 20 keys in wsh() descriptors
< bitcoin-git> bitcoin/master 063df9e Antoine Poinsot: test/functional: standardness sanity checks for P2(W)SH multisig
< bitcoin-git> bitcoin/master 9fc68fa Antoine Poinsot: script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/2448457cca18...60132382a745
< bitcoin-git> [bitcoin] fanquake opened pull request #21837: [POC] Rust based Cuckoo Filter for m_addr_known (master...rust_cuckoo_filters) https://github.com/bitcoin/bitcoin/pull/21837
< bitcoin-git> [gui] jarolrod opened pull request #310: Introduce Icon Policy Documentation (master...icon_policy_doc) https://github.com/bitcoin-core/gui/pull/310
< bitcoin-git> [gui] Bosch-0 closed pull request #178: Added icon policy documentation (master...icon_policy) https://github.com/bitcoin-core/gui/pull/178
< fanquake> Should also show up as the latest release when you land on https://github.com/bitcoin/bitcoin
< gmaxwell> https://github.com/bitcoin/bitcoin/releases how does this work now? 0.21.1 isn't there.

2021-05-02

< robert_spigler> Cobra might not put up the release on Bitcoin.org https://github.com/bitcoin-dot-org/Bitcoin.org/pull/3667
< robert_spigler> Saw twitter, reddit, and ML announcement. Torrent is up as well. I think all that is left is https://github.com/bitcoin/bitcoin/releases
< bitcoin-git> [bitcoin] hebasto closed pull request #21463: doc: Address feedback from Transifex translator community (master...210317-transifex) https://github.com/bitcoin/bitcoin/pull/21463
< bitcoin-git> [bitcoin] hebasto opened pull request #21836: scripted-diff: Replace three dots with ellipsis in the UI strings (master...210502-ellipsis) https://github.com/bitcoin/bitcoin/pull/21836
< gmaxwell> that user should probably be banned, they've opened the same junk PR before: https://github.com/bitcoin/bitcoin/pull/21383
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21835: Update hmac_sha512.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/21835
< bitcoin-git> [bitcoin] Gapcoin1 opened pull request #21835: Update hmac_sha512.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/21835
< provoostenator> Should we just start adding the GPG public keys themselves to https://github.com/bitcoin/bitcoin/tree/master/contrib/gitian-keys ?
< bitcoin-git> [gui] hebasto closed pull request #86: Add Tor icon (master...200902-tor) https://github.com/bitcoin-core/gui/pull/86
< wumpus> provoostenator: it's quite slow if there are a lot of signatures, https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/90 speeds it up somewhat
< bitcoin-git> [bitcoin] klementtan opened pull request #21832: cli: Improve -getinfo return format (master...master) https://github.com/bitcoin/bitcoin/pull/21832
< bitcoin-git> [bitcoin] laanwj merged pull request #21830: doc: Add doc/release-notes/release-notes-0.21.1.md (master...2105-docRel) https://github.com/bitcoin/bitcoin/pull/21830
< bitcoin-git> bitcoin/master 2448457 W. J. van der Laan: Merge #21830: doc: Add doc/release-notes/release-notes-0.21.1.md
< bitcoin-git> bitcoin/master fab53ea MarcoFalke: doc: Add doc/release-notes/release-notes-0.21.1.md
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59869704c0fe...2448457cca18
< gmaxwell> https://bitcoin-takeover.com/why-the-taproot-activation-proves-bitcoins-decentralization/ "However, the beginning appears to be pretty rocky: at block height 681487, only one block (mined by Slush Pool) out of 80 has signalled the activation. If 201 blocks don’t include the Taproot activation data, then the miner activation gets suspended and the community is going to look for another way to
< wumpus> can someone that knows Japanese review this (one line) change please: https://github.com/bitcoin-core/bitcoincore.org/pull/768
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21828: doc: Add historical release notes for 0.21.1 (master...0.21.1-release_notes) https://github.com/bitcoin/bitcoin/pull/21828
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21830: doc: Add doc/release-notes/release-notes-0.21.1.md (master...2105-docRel) https://github.com/bitcoin/bitcoin/pull/21830
< rebroad> gmaxwell ah, thanks for the update on bitcoin-dev
< bitcoin-git> [bitcoin] fanquake merged pull request #21818: doc: fixup -coinstatsindex help, update bitcoin.conf and files.md (master...add-coinstatsindex-to-bitcoin-conf) https://github.com/bitcoin/bitcoin/pull/21818
< bitcoin-git> bitcoin/master 54133c5 Jon Atack: doc: add indexes/coinstats/db/ to files.md
< bitcoin-git> bitcoin/master 5d1050f Jon Atack: doc: fix -coinstatsindex help, and test/rpc touchups
< bitcoin-git> bitcoin/master e041ee0 Jon Atack: doc: add coinstatsindex to bitcoin.conf
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f2865b739417...59869704c0fe
< bitcoin-git> [bitcoin] prayank23 closed pull request #21819: doc: Add info about supported format for URI (master...doc-uri) https://github.com/bitcoin/bitcoin/pull/21819
< bitcoin-git> bitcoin/master f2865b7 fanquake: Merge bitcoin/bitcoin#21811: doc: Remove Visual Studio 2017 reference from...
< bitcoin-git> [bitcoin] fanquake merged pull request #21811: doc: Remove Visual Studio 2017 reference from readme (master...remove_vs2017) https://github.com/bitcoin/bitcoin/pull/21811
< bitcoin-git> bitcoin/master 0a33145 Aaron Clauson: Remove Visual Studio 2017 reference from readme
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d22e7ee93313...f2865b739417
< bitcoin-git> [bitcoin] Rspigler opened pull request #21828: doc: Add historical release notes for 0.21.1 (master...0.21.1-release_notes) https://github.com/bitcoin/bitcoin/pull/21828

2021-05-01

< gmaxwell> rebroad: bitcoin-dev channel was essentially abandoned long ago. I don't think it's for anything, I had heard it was going to get closed down.
< rebroad> what is #bitcoin-dev channel for now?
< bitcoin-git> [bitcoin] rebroad opened pull request #21827: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin/bitcoin/pull/21827
< jarthur> * #bitcoin-mining
< jarthur> I sent out a notice to #bitcoin-miners. Is there a guide to constructing a signaling block for operators who don't use Core's getblocktemplate or use an older version than today's?
< bitcoin-git> [gui] rebroad closed pull request #308: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin-core/gui/pull/308
< robert_spigler> Release notes need to be added to https://github.com/bitcoin/bitcoin/tree/master/doc/release-notes
< harding> achow101: does https://github.com/bitcoin-core/bitcoincore.org/pull/767 now address all of your feedback? I can merge it if it's all good.
< robert_spigler> hopefully making a full release announcement - bitcoin-core-dev, website, etc, will help. Maybe they just aren't fake signalling/running the RC1
< bitcoin-git> [gui] hebasto opened pull request #309: gui: Add access to the Peers tab from the network icon (master...210501-network) https://github.com/bitcoin-core/gui/pull/309
< gmaxwell> watch "./bitcoin-cli getblocktemplate '{\"rules\": [\"segwit\"]}' | grep -i version"
< provoostenator> Now just refresh: bitcoin-cli getblockchaininfo | jq '.softforks | .taproot'
< bitcoin-git> [bitcoin] jonatack opened pull request #21825: net: add I2P hardcoded seeds (master...i2p-hardcoded-seeds) https://github.com/bitcoin/bitcoin/pull/21825
< bitcoin-git> [gui] rebroad opened pull request #308: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin-core/gui/pull/308
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21824: refactor: [index] Replace deprecated char with uint8_t in serialization (master...2105-refactorUint8_t) https://github.com/bitcoin/bitcoin/pull/21824
< bitcoin-git> [bitcoin] jonatack opened pull request #21823: script: update REVIEWERS (master...update-REVIEWERS) https://github.com/bitcoin/bitcoin/pull/21823
< bitcoin-git> [gui] hebasto opened pull request #307: Make row color alternating in the Peers Tab switchable (master...210501-stripes) https://github.com/bitcoin-core/gui/pull/307
< bitcoin-git> [bitcoin] prayank23 closed pull request #21815: Add `-maxoutfullrelay` (master...max-out-full-relay) https://github.com/bitcoin/bitcoin/pull/21815
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21822: test: resolve bug in interface_bitcoin_cli.py (master...master) https://github.com/bitcoin/bitcoin/pull/21822
< bitcoin-git> bitcoin/master d22e7ee MarcoFalke: Merge bitcoin/bitcoin#21822: test: resolve bug in interface_bitcoin_cli.py...
< bitcoin-git> bitcoin/master c5bb142 klementtan: test: resolve bug in test/functional/interface_bitcoin_cli.py - Test -geti...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb11a988fa52...d22e7ee93313
< bitcoin-git> [bitcoin] klementtan opened pull request #21822: test: resolve bug in test/functional/interface_bitcoin_cli.py (master...master) https://github.com/bitcoin/bitcoin/pull/21822
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #21812: ci: Enable D_GLIBCXX_DEBUG for multiprocess task (master...2104-ciDEBUG) https://github.com/bitcoin/bitcoin/pull/21812
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21812: ci: Enable D_GLIBCXX_DEBUG for multiprocess task (master...2104-ciDEBUG) https://github.com/bitcoin/bitcoin/pull/21812
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21805: Send fewer feefilter messages (and avoid the wobbling issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21805
< bitcoin-git> [gui] rebroad opened pull request #306: Revert "Peertableview alternating row colors" (master...revert-298-alt-row-colors) https://github.com/bitcoin-core/gui/pull/306
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21821: test: Add missing test for empty P2WSH redeem (master...2105-testP2WSHemptyRedeem) https://github.com/bitcoin/bitcoin/pull/21821
< bitcoin-git> [bitcoin] fanquake closed pull request #21820: Bitcoinaws (master...master) https://github.com/bitcoin/bitcoin/pull/21820
< bitcoin-git> [bitcoin] jimmywilk opened pull request #21820: Bitcoinaws (master...master) https://github.com/bitcoin/bitcoin/pull/21820
< bitcoin-git> [bitcoin] fanquake merged pull request #21793: build: use `-isysroot` over `--sysroot` on macOS (master...macos_use_isysroot) https://github.com/bitcoin/bitcoin/pull/21793
< bitcoin-git> bitcoin/master bb11a98 fanquake: Merge bitcoin/bitcoin#21793: build: use `-isysroot` over `--sysroot` on ma...
< bitcoin-git> bitcoin/master cf971c9 fanquake: build: use -isysroot over --sysroot on macOS
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/13f24d135b28...bb11a988fa52

2021-04-30

< bitcoin-git> [gui] jonatack closed pull request #289: Add "Direction" column to peers tab (master...add-direction-column-to-peers-tab) https://github.com/bitcoin-core/gui/pull/289
< bitcoin-git> [gui] jonatack closed pull request #290: Peers window `Peer id` improvements (master...peer-id-improvements) https://github.com/bitcoin-core/gui/pull/290
< bitcoin-git> [gui] hebasto closed pull request #38: Add ability to integrate the client with desktop environment on Linux (master...200720-desktop) https://github.com/bitcoin-core/gui/pull/38
< bitcoin-git> bitcoin/master 13f24d1 Hennadii Stepanov: Merge bitcoin-core/gui#298: Peertableview alternating row colors
< bitcoin-git> bitcoin/master e94920a randymcmillan: qt: peertableview alternating row colors
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2b45cf0bcdb3...13f24d135b28
< bitcoin-git> [gui] hebasto merged pull request #298: Peertableview alternating row colors (master...alt-row-colors) https://github.com/bitcoin-core/gui/pull/298
< bitcoin-git> [bitcoin] prayank23 opened pull request #21819: doc: Add info about supported format for URI (master...doc-uri) https://github.com/bitcoin/bitcoin/pull/21819
< bitcoin-git> [bitcoin] jonatack opened pull request #21818: doc: fixup -coinstatsindex help, update bitcoin.conf (master...add-coinstatsindex-to-bitcoin-conf) https://github.com/bitcoin/bitcoin/pull/21818
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21817: refactor: Replace &foo[0] with foo.data() (master...2104-refactorData) https://github.com/bitcoin/bitcoin/pull/21817
< bitcoin-git> [bitcoin] laanwj merged pull request #19521: Coinstats Index (master...csi-6-none-index) https://github.com/bitcoin/bitcoin/pull/19521
< bitcoin-git> bitcoin/master a8a46c4 Fabian Jahr: refactor: Simplify ApplyStats and ApplyHash
< bitcoin-git> bitcoin/master 9c8a265 Fabian Jahr: refactor: Pass hash_type to CoinsStats in stats object
< bitcoin-git> bitcoin/master 2e2648a Fabian Jahr: crypto: Make MuHash Remove method efficient
< bitcoin-git> [bitcoin] laanwj pushed 18 commits to master: https://github.com/bitcoin/bitcoin/compare/480bf01c2955...2b45cf0bcdb3
< bitcoin-git> [bitcoin] dhruv closed pull request #21816: [docs] Update references to RewindBlockIndex() (master...update-rewind-block-index-references) https://github.com/bitcoin/bitcoin/pull/21816
< bitcoin-git> [bitcoin] dhruv opened pull request #21816: [docs] Update references to RewindBlockIndex() (master...update-rewind-block-index-references) https://github.com/bitcoin/bitcoin/pull/21816
< bitcoin-git> [bitcoin] prayank23 opened pull request #21815: Add `-maxoutfullrelay` (master...max-out-full-relay) https://github.com/bitcoin/bitcoin/pull/21815
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21814: test: Fix feature_config_args.py intermittent issue (master...2104-testInt3) https://github.com/bitcoin/bitcoin/pull/21814
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21812: ci: Enable D_GLIBCXX_DEBUG for multiprocess task (master...2104-ciDEBUG) https://github.com/bitcoin/bitcoin/pull/21812
< bitcoin-git> bitcoin/master 480bf01 MarcoFalke: Merge bitcoin-core/gui#300: Remove progress bar on modal overlay
< bitcoin-git> bitcoin/master 61fd8fe bruno: Remove progress bar on modal overlay
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e1e1e708fa0f...480bf01c2955
< bitcoin-git> [gui] MarcoFalke merged pull request #300: Remove progress bar on modal overlay (master...2021-04-progress-modal) https://github.com/bitcoin-core/gui/pull/300

2021-04-29

< bitcoin-git> [bitcoin] sipsorcery opened pull request #21811: Remove Visual Studio 2017 reference from readme (master...remove_vs2017) https://github.com/bitcoin/bitcoin/pull/21811
< bitcoin-git> bitcoin/master e2dcd95 Luke Dashjr: GUI/Intro: Rework UI flow to let the user set prune size in GBs
< bitcoin-git> bitcoin/master f2e5a6b Luke Dashjr: GUI/Intro: Abstract GUI-to-option into Intro::getPrune
< bitcoin-git> bitcoin/master 62932cc Luke Dashjr: GUI/Intro: Return actual prune setting from showIfNeeded
< bitcoin-git> [bitcoin] hebasto pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/298fd02e4a34...e1e1e708fa0f
< bitcoin-git> [gui] hebasto merged pull request #125: Enable changing the autoprune block space size in intro dialog (master...intro_prune_size) https://github.com/bitcoin-core/gui/pull/125
< hebasto> sipsorcery: should we remove "Visual Studio 2017" from https://github.com/bitcoin-core/gui/blob/master/build_msvc/README.md ?
< gribble> https://github.com/bitcoin/bitcoin/issues/20833 | rpc/validation: enable packages through testmempoolaccept by glozow · Pull Request #20833 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21800 | [WIP] mempool/validation: mempool ancestor/descendant limits for packages by glozow · Pull Request #21800 · bitcoin/bitcoin · GitHub
< hebasto> sipsorcery: kindly asking to confirm/deny this comment https://github.com/bitcoin-core/gui/pull/257#issuecomment-829567367
< bitcoin-git> [bitcoin] laanwj merged pull request #21045: build: adds switch to enable/disable randomized base address in MSVC builds (master...winnoaslr) https://github.com/bitcoin/bitcoin/pull/21045
< bitcoin-git> bitcoin/master 9bd3f35 Ethan Heilman: build: adds switch for disabling random base addresses in MSVC
< bitcoin-git> bitcoin/master 298fd02 W. J. van der Laan: Merge bitcoin/bitcoin#21045: build: adds switch to enable/disable randomiz...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/40310f5e8cd7...298fd02e4a34
< bitcoin-git> [bitcoin] laanwj pushed tag v0.21.1: https://github.com/bitcoin/bitcoin/compare/v0.21.1
< bitcoin-git> bitcoin/0.21 194b9b8 W. J. van der Laan: build: Bump RC to 0 (-final)
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.21: https://github.com/bitcoin/bitcoin/compare/d97d0d31a6f4...194b9b8792d9
< 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/10102 | [experimental] Multiprocess bitcoin by ryanofsky · Pull Request #10102 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19521 | Coinstats Index by fjahr · Pull Request #19521 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21045 | build: adds switch to enable/disable randomized base address in MSVC builds by EthanHeilman · Pull Request #21045 · bitcoin/bitcoin · GitHub
< michaelfolkson> ryanofsky process separation only has 3 more PRs :) https://github.com/bitcoin/bitcoin/projects/10
< gribble> https://github.com/bitcoin/bitcoin/issues/21462 | guix: Add guix-{attest,verify} scripts by dongcarl · Pull Request #21462 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21767 | [Bundle 6/n] Prune g_chainman usage in auxiliary modules by dongcarl · Pull Request #21767 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 9 blockers, no bugfixes, nothing chasing concept ACK
< 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
< core-meetingbot> Meeting started Thu Apr 29 19:00:31 2021 UTC. The chair is wumpus. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< sipa> and the complexity is that of course you also need all of bitcoin core's dependencies built for the target platform
< bitcoin-git> [bitcoin] practicalswift opened pull request #21810: fuzz: Various RPC fuzzer follow-ups (master...rpc-fuzzer-followups) https://github.com/bitcoin/bitcoin/pull/21810
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21792: test: Fix intermittent issue in p2p_segwit.py (master...2104-testInt2) https://github.com/bitcoin/bitcoin/pull/21792
< bitcoin-git> bitcoin/master fad6269 MarcoFalke: test: Assert that exit code indicates failure
< bitcoin-git> bitcoin/master 40310f5 MarcoFalke: Merge bitcoin/bitcoin#21792: test: Fix intermittent issue in p2p_segwit.py...
< bitcoin-git> bitcoin/master faecb72 MarcoFalke: test: Fix intermittent issue in p2p_segwit.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d9ae6ec8929e...40310f5e8cd7
< bitcoin-git> [gui] rebroad opened pull request #305: Display send/recv in Bps instead of totals in the debug window (master...SendRecvSpeed-gui) https://github.com/bitcoin-core/gui/pull/305
< bitcoin-git> [bitcoin] rebroad closed pull request #21806: Display send/recv in Bps instead of totals in the debug window (master...SendRecvSpeed) https://github.com/bitcoin/bitcoin/pull/21806
< bitcoin-git> [bitcoin] rebroad opened pull request #21806: Display send/recv in Bps instead of totals in the debug window (master...SendRecvSpeed) https://github.com/bitcoin/bitcoin/pull/21806
< bitcoin-git> [bitcoin] rebroad opened pull request #21805: Send fewer feefilter messages (and avoid the wobbling issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21805
< bitcoin-git> [bitcoin] fanquake merged pull request #21759: wallet: document coin selection code (master...2021-04-wallet-docs) https://github.com/bitcoin/bitcoin/pull/21759
< bitcoin-git> bitcoin/master 6ba8921 glozow: refactor + document coin selection strategy
< bitcoin-git> bitcoin/master 58ea324 glozow: [docs] add doxygen comments to wallet code
< bitcoin-git> bitcoin/master 0c74716 glozow: [docs] format existing comments as doxygen
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/16d0051c6a55...d9ae6ec8929e
< michaelfolkson> Answered my own question. There is a open PR from jonasschnelli that I wasn't aware of https://github.com/bitcoin/bitcoin/issues/20371
< michaelfolkson> I guess this is a question for fanquake. What's the latest thinking/progress on supporting Bitcoin Core builds on ARM MacOS? He didn't sound enthusiastic or confident about the prospect in July last year
< bitcoin-git> [bitcoin] fanquake merged pull request #21688: doc: note on SDK for macOS depends cross-compile (master...depends-note-sdk) https://github.com/bitcoin/bitcoin/pull/21688
< bitcoin-git> bitcoin/master 16d0051 fanquake: Merge bitcoin/bitcoin#21688: doc: note on SDK for macOS depends cross-comp...
< bitcoin-git> bitcoin/master 5e7d199 Jarol Rodriguez: doc: note on SDK for macOS depends cross-compile
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a7a193789eea...16d0051c6a55
< bitcoin-git> bitcoin/master a7a1937 MarcoFalke: Merge bitcoin/bitcoin#21804: [tests] Speed up p2p_segwit.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21804: [tests] Speed up p2p_segwit.py (master...2021-04-faster-p2p-segwit) https://github.com/bitcoin/bitcoin/pull/21804
< bitcoin-git> bitcoin/master a33bdb5 John Newbery: [tests] Speed up p2p_segwit.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1daca9f9a9d0...a7a193789eea
< bitcoin-git> [bitcoin] fanquake merged pull request #21738: test: Use clang-12 for ASAN, Add missing suppression (master...2104-asan) https://github.com/bitcoin/bitcoin/pull/21738
< bitcoin-git> bitcoin/master 1daca9f fanquake: Merge bitcoin/bitcoin#21738: test: Use clang-12 for ASAN, Add missing supp...
< bitcoin-git> bitcoin/master 0000456 MarcoFalke: ci: Use clang-12 for asan task
< bitcoin-git> bitcoin/master fa00bb2 MarcoFalke: test: Add missing shift-base:nanobench.h suppression
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fb66dbe786ff...1daca9f9a9d0
< bitcoin-git> [bitcoin] jnewbery opened pull request #21804: [tests] Speed up p2p_segwit.py (master...2021-04-faster-p2p-segwit) https://github.com/bitcoin/bitcoin/pull/21804
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21802: refactor: Avoid UB in util/asmap (advance a dereferenceable iterator outside its valid range) (master...2104-asmapRefactor) https://github.com/bitcoin/bitcoin/pull/21802
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21762: test: Speed up mempool_spend_coinbase.py (master...2104-testSpeed) https://github.com/bitcoin/bitcoin/pull/21762
< bitcoin-git> bitcoin/master fa29382 MarcoFalke: test: Fix test cache issue
< bitcoin-git> bitcoin/master fa085b4 MarcoFalke: test: Create MiniWallet.create_self_transfer
< bitcoin-git> bitcoin/master fa1bedb MarcoFalke: test: Add MiniWallet.sendrawtransaction
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/7f37a1d560a8...fb66dbe786ff
< bitcoin-git> [bitcoin] fanquake merged pull request #21785: test: Fix intermittent issue in p2p_addr_relay.py (master...2104-testInt) https://github.com/bitcoin/bitcoin/pull/21785
< bitcoin-git> bitcoin/master 7f37a1d fanquake: Merge bitcoin/bitcoin#21785: test: Fix intermittent issue in p2p_addr_rela...
< bitcoin-git> bitcoin/master fa37116 MarcoFalke: test: Use self.send_addr_msg
< bitcoin-git> bitcoin/master faa51ef MarcoFalke: test: Fix intermittent issue in p2p_addr_relay.py
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2cbb4ab7a92a...7f37a1d560a8