NorrinRadd has quit [Ping timeout: 256 seconds]
zeropoint has quit [Quit: leaving]
NorrinRadd has joined #bitcoin-core-dev
brunoerg has quit []
halosghost has quit [Quit: WeeChat 3.7.1]
bitdex has quit [Ping timeout: 255 seconds]
NorrinRadd has quit [Ping timeout: 260 seconds]
NorrinRadd has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
theStack has joined #bitcoin-core-dev
gnaf has quit [Ping timeout: 260 seconds]
bitdex has joined #bitcoin-core-dev
infernix has quit [Ping timeout: 268 seconds]
gnaf has joined #bitcoin-core-dev
infernix has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
jonatack has quit [Quit: WeeChat 3.7.1]
jonatack has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 240 seconds]
jonatack1 has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 256 seconds]
jonatack2 has joined #bitcoin-core-dev
jonatack2 has quit [Client Quit]
jonatack1 has quit [Ping timeout: 268 seconds]
jonatack has joined #bitcoin-core-dev
<lightlike> Maybe it's in fact only happening in case of a disconnect race, but if you allow incoming peers and there are constantly spy nodes connecting/disconnecting you as seems to be the case on mainnet recently ( https://b10c.me/observations/05-inbound-connection-flooder-down/) these races are more common than one would think.
<bitcoin-git> [bitcoin] jonatack opened pull request #26516: Always return getpeerinfo "relaytxes" field (master...2022-11-getpeerinfo-relayxes) https://github.com/bitcoin/bitcoin/pull/26516
sudoforge has quit [Quit: 404]
<bitcoin-git> [bitcoin] jonatack closed pull request #26328: netinfo: fix relaytxes doc, display 3 relaytxes states (master...update-netinfo-relaytxes-help) https://github.com/bitcoin/bitcoin/pull/26328
<bitcoin-git> [bitcoin] jonatack reopened pull request #26328: netinfo: fix relaytxes doc, display 3 relaytxes states (master...update-netinfo-relaytxes-help) https://github.com/bitcoin/bitcoin/pull/26328
<lightlike> For example, my node has received ~3 new incoming connections per second recently on average - summing up to over 7 Million connections over a month. So if you poll getpeerinfo once per second in this situation, the chance of a race with a disconnect is probably significant.
<jonatack> lightlike: how many peers do you have?
<jonatack> I think you may be right about the disconnection only.
* jonatack sleep
<lightlike> didn't change the default, so ~125. The growth in NodeId can be inferred from the debug log, where new outbound connections are logged with the respective Node Id.
<bitcoin-git> [gui] jonatack opened pull request #681: Fix Transaction Relay tooltip text in Peers details window (master...relaytxes-tooltip-fix) https://github.com/bitcoin-core/gui/pull/681
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
<jonatack> lightlike: oh, i don't doubt you, i have also seen high peer id numbers at times relative to node uptime
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 240 seconds]
jon_atack has quit [Client Quit]
vasild has quit [Ping timeout: 255 seconds]
jonatack has joined #bitcoin-core-dev
generatecoll has joined #bitcoin-core-dev
generatecoll has quit [Quit: Client closed]
<bitcoin-git> [bitcoin] Randy808 opened pull request #26517: test: Changed small_txpuzzle_randfee to return the virtual size instead of the transaction hex for feerate calculation. (master...use-vsize-for-fee-tests) https://github.com/bitcoin/bitcoin/pull/26517
vasild has joined #bitcoin-core-dev
jamesob3 has joined #bitcoin-core-dev
instagibbs_ has joined #bitcoin-core-dev
instagibbs has quit [Ping timeout: 248 seconds]
jamesob has quit [Ping timeout: 252 seconds]
jamesob3 is now known as jamesob
roasbeef has quit [Ping timeout: 260 seconds]
roasbeef has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 255 seconds]
bitdex has quit [Ping timeout: 255 seconds]
vasild has joined #bitcoin-core-dev
gossie has quit [Quit: = "bye bye"]
bitdex has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
NorrinRadd has quit [Ping timeout: 256 seconds]
_andrewtoth_ has quit [Remote host closed the connection]
<b10c> lightlike: that sounds similar to what I've observed, but more extreme. I've seen 1 inbound per sec vs your 3 inbound per sec
sipsorcery has joined #bitcoin-core-dev
dermoth has quit [Ping timeout: 255 seconds]
gleb0712250 has quit [Ping timeout: 240 seconds]
Guyver2 has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] willcl-ark closed pull request #26512: init: Evaluate sysperms before config file (master...2022_13371_sysperms) https://github.com/bitcoin/bitcoin/pull/26512
dermoth has joined #bitcoin-core-dev
gleb0712250 has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [Closing Window]
bitdex has quit [Remote host closed the connection]
sipsorcery has quit [Ping timeout: 252 seconds]
bitdex has joined #bitcoin-core-dev
<bitcoin-git> [gui] MarcoFalke merged pull request #681: Fix Transaction Relay tooltip text in Peers details window (master...relaytxes-tooltip-fix) https://github.com/bitcoin-core/gui/pull/681
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6863ad79a658...82fe672ea078
<bitcoin-git> bitcoin/master 7a53033 Jon Atack: Fix Transaction Relay tooltip text in Peers details window
<bitcoin-git> bitcoin/master 82fe672 MacroFake: Merge bitcoin-core/gui#681: Fix Transaction Relay tooltip text in Peers de...
Zenton has joined #bitcoin-core-dev
laanwj has quit [Ping timeout: 255 seconds]
Guest53 has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 256 seconds]
Zenton has quit [Remote host closed the connection]
Zenton has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26519: test: Add getpeerinfo test for missing version message (master...2211-test-rpc-no-ver-📂) https://github.com/bitcoin/bitcoin/pull/26519
Guest53 has quit [Quit: Client closed]
Guest53 has joined #bitcoin-core-dev
Guest53 has quit [Client Quit]
<bitcoin-git> [bitcoin] theStack opened pull request #26520: doc: test: update/fix TestShell example instructions (master...202211-test-doc-update_test_shell_instrs) https://github.com/bitcoin/bitcoin/pull/26520
gwillen has quit [Ping timeout: 260 seconds]
john-moffett has quit [Quit: Client closed]
gwillen has joined #bitcoin-core-dev
szkl has joined #bitcoin-core-dev
AaronvanW has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/dce93b2dd7a9...dd314fe0c2f6
<bitcoin-git> bitcoin/24.x 7c8e5e6 fanquake: build: Bump version to 24.0 final
<bitcoin-git> bitcoin/24.x 7b9d904 fanquake: doc: Generate manual pages for 24.0 final
<bitcoin-git> bitcoin/24.x 0ee1cfe fanquake: doc: add 24.0 release notes
<bitcoin-git> [bitcoin] fanquake merged pull request #26503: [24.x] bump version to v24.0 (24.x...24_0_final) https://github.com/bitcoin/bitcoin/pull/26503
<bitcoin-git> [bitcoin] fanquake pushed tag v24.0: https://github.com/bitcoin/bitcoin/compare/v24.0
_cold has joined #bitcoin-core-dev
cold has quit [Ping timeout: 260 seconds]
bitdex has quit [Ping timeout: 255 seconds]
AaronvanW has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
midnight has quit [Ping timeout: 240 seconds]
cold has joined #bitcoin-core-dev
_cold has quit [Ping timeout: 260 seconds]
midnight has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
Guest55 has joined #bitcoin-core-dev
Guest55 has quit [Quit: Client closed]
bitdex has quit [Quit: = ""]
AaronvanW has quit [Remote host closed the connection]
john-moffett has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
<earnestly> Is there a known problem with building: config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking.
<fanquake> are you using make instead of gmake?
<fanquake> you may see that error on *BSD if that is the make
<fanquake> *the case
<earnestly> fanquake: Interesting, it is GNU make but since you prompted me to get the version, it's getting linking errors. Hopefully it's just a borked build on my end
<earnestly> This old machine has a long forgotten mix of random git builds (make was one of them, libguile updated just recently but that make wasn't rebuilt against it). Seems fine now
<earnestly> Thanks for the prompt
<bitcoin-git> [gui] hebasto merged pull request #680: Fixes MacOS 13 segfault by preventing certain notifications after main window is destroyed (master...202211MacSegfaultOnQuit) https://github.com/bitcoin-core/gui/pull/680
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/82fe672ea078...fb01af6c77b6
<bitcoin-git> bitcoin/master 8a5014c John Moffett: Fixes bitcoin#26490 by preventing notifications
<bitcoin-git> bitcoin/master fb01af6 Hennadii Stepanov: Merge bitcoin-core/gui#680: Fixes MacOS 13 segfault by preventing certain ...
<bitcoin-git> [bitcoin] hebasto opened pull request #26521: [22.x] GUI backports (22.x...221117-22.1-gui-bp) https://github.com/bitcoin/bitcoin/pull/26521
<bitcoin-git> [bitcoin] hebasto opened pull request #26522: [23.x] GUI backports (23.x...221117-23.1-gui-bp) https://github.com/bitcoin/bitcoin/pull/26522
Victorsueca has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] hebasto opened pull request #26523: [24.x] GUI backports (24.x...221117-24.1-gui-bp) https://github.com/bitcoin/bitcoin/pull/26523
<bitcoin-git> [bitcoin] fanquake opened pull request #26524: doc: add 24.0 release notes (master...add_24_rel_notes) https://github.com/bitcoin/bitcoin/pull/26524
sudoforge has joined #bitcoin-core-dev
NorrinRadd has joined #bitcoin-core-dev
tonzoftonys has quit [Ping timeout: 268 seconds]
halosghost has joined #bitcoin-core-dev
NorrinRadd has quit [Ping timeout: 240 seconds]
tonzoftonys has joined #bitcoin-core-dev
NorrinRadd has joined #bitcoin-core-dev
jespada has quit [Quit: Textual IRC Client: www.textualapp.com]
kexkey has quit [Ping timeout: 260 seconds]
kexkey has joined #bitcoin-core-dev
NorrinRadd has quit [Ping timeout: 256 seconds]
<achow101> do we have some kind of orphan pool for transactions whose ancestor coinbases that are reorged out of the main chain? See https://github.com/bitcoin/bitcoin/pull/26499#issuecomment-1318912195
<glozow> achow101: afaik no, they should just be dropped
<achow101> that's what I thought. but sometimes in this test an unconfirmed descendant of a reorged coinbase is appearing back in the mempool when that coinbase is re-reorged back in
<glozow> fascinating... is it possible the descendant was in the reorg chain?
<achow101> no, it's definitely unconfirmed
<achow101> I'm wondering if it's maybe queued for relay when the first reorg happens?
<glozow> that may be true, like it's in `mapRelay` or something and the tx gets relayed back again?
<glozow> yeah maybe nodes[1] gets it, then sends it back to nodes[0]?
<achow101> node1 is the originator though
<achow101> I think it might be that node0 just never received it until after the second reorg, and it might just need a self.sync_mempool() before invalidateblock
zeropoint has joined #bitcoin-core-dev
<glozow> sounds plausible
<achow101> ok, that seems to have fixed the problem
vasild has quit [Remote host closed the connection]
<glozow> nice
NorrinRadd has joined #bitcoin-core-dev
vasild has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] BitcoinErrorLog opened pull request #26525: Remove -mempoolfullrbf option (master...2022-11-remove-mempoolfullrbf) https://github.com/bitcoin/bitcoin/pull/26525
BitcoinErrorLog has joined #bitcoin-core-dev
BitcoinErrorLog has quit [Client Quit]
jespada has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
tonzoftonys has quit [Ping timeout: 256 seconds]
Sickle_Cell has joined #bitcoin-core-dev
Guest34 has joined #bitcoin-core-dev
Guest34 has quit [Client Quit]
<fanquake> To github.com:bitcoin-core/bitcoin-detached-sigs.git
<fanquake> * [new tag] v24.0 -> v24.0
<achow101> #startmeeting
<core-meetingbot> Meeting started Thu Nov 17 19:01:01 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<core-meetingbot> Available commands: action commands idea info link nick
<kanzure> hi
<hebasto> hi
<lightlike> hi
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
<achow101> phantomcircuit promag provoostenator ryanofsky sdaftuar sipa vasild
<jonatack> hi
<achow101> Welcome to the weekly general IRC meeting.
<achow101> There are no pre-proposed meeting topics this week. Does anyone have any last minutes topics to discuss?
<furszy> hi
<brunoerg> hi
<achow101> Let's start with the usual
<achow101> #topic High priority for review
<core-meetingbot> topic: High priority for review
<achow101> anything to add/remove/merge?
<jb55> hi
<achow101> semms not
<achow101> does anyone have anything to discuss today?
<luke-jr> ._.
<achow101> guess not
<achow101> #endmeeting
<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 ended Thu Nov 17 19:07:53 2022 UTC.
NorrinRadd has quit [Ping timeout: 256 seconds]
NorrinRadd has joined #bitcoin-core-dev
Guest53 has joined #bitcoin-core-dev
<luke-jr> achow101: btw, just saying it as someone who objected to that other PR recently being locked: I don't mind if this new repeat is locked.
<achow101> I'm considering just closing it
webchat123 has joined #bitcoin-core-dev
<luke-jr> or that
webchat123 has quit [Client Quit]
Guest53 has quit [Quit: Client closed]
TommyC_ has joined #bitcoin-core-dev
TommyC_ has quit [Ping timeout: 260 seconds]
Talkless has quit [Quit: Konversation terminated!]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
_andrewtoth_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
Guest33 has joined #bitcoin-core-dev
Guest33 has quit [Client Quit]
<jonatack> luke-jr: achow101: as an alternate pov, perhaps consider letting the discussion run if it doesn't cost anything. like with taproot activation, people like to feel they were able to express their concerns and feedback and be heard. the original pr was only open for a month before merge, and suhas closing the revert didn't necessarily mean the discussion was over.
<jonatack> achow101: though i agree with your feedback on the pull
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
<luke-jr> jonatack: I'm simply saying I don't object
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
_andrewtoth_ has quit [Remote host closed the connection]
brunoerg has quit [Ping timeout: 256 seconds]
<ariard> If #26525 got unlocked, I would like to comment at least ; Not changing my position from #26438 and ~0 on current #26525, however for sure we should think more how we design and release policy changes in the future
<gribble> https://github.com/bitcoin/bitcoin/issues/26525 | Remove -mempoolfullrbf option by BitcoinErrorLog · Pull Request #26525 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26438 | Remove mempoolfullrbf option by sdaftuar · Pull Request #26438 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26525 | Remove -mempoolfullrbf option by BitcoinErrorLog · Pull Request #26525 · bitcoin/bitcoin · GitHub
<ariard> Something I'm interested to address, though current PR doesn't bring new information to me changing the discussion
BitcoinErrorLog has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
_andrewtoth_ has joined #bitcoin-core-dev
<achow101> ariard: I will unlock it in a few hours
<ariard> achow101: thanks, yeah good to let things cooling down
<luke-jr> ariard: maybe open a new issue for that?
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
halosghost has quit [Quit: WeeChat 3.7.1]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
gnaf has quit [Quit: Konversation terminated!]
brunoerg has joined #bitcoin-core-dev
_andrewtoth_ has quit [Remote host closed the connection]
_andrewtoth_ has joined #bitcoin-core-dev
NorrinRadd has quit [Ping timeout: 256 seconds]
_andrewtoth_ has quit [Remote host closed the connection]
bomb-on has quit [Quit: aллилѹіа!]
bitdex has joined #bitcoin-core-dev
lukedashjr has joined #bitcoin-core-dev
luke-jr has quit [Ping timeout: 268 seconds]
lukedashjr is now known as luke-jr
sipsorcery has quit [Ping timeout: 256 seconds]
luke-jr has quit [Ping timeout: 256 seconds]
luke-jr has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
zeropoint has quit [Quit: leaving]