AaronvanW has joined #bitcoin-core-dev
dougefish has joined #bitcoin-core-dev
AaronvanW has quit [Remote host closed the connection]
vysn has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
ronoaldo has quit [Quit: Konversation terminated!]
ronoaldo has joined #bitcoin-core-dev
Flow has quit [Ping timeout: 240 seconds]
cmirror has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 240 seconds]
bitdex has joined #bitcoin-core-dev
sudoforge has quit [Quit: 404]
luke-jr has quit [Read error: Connection reset by peer]
luke-jr has joined #bitcoin-core-dev
livestradamus has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
livestradamus has joined #bitcoin-core-dev
Guest4795 has joined #bitcoin-core-dev
Guest4795 has quit [Client Quit]
aleggg has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
vysn has quit [Quit: WeeChat 3.4]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ryanofsky opened pull request #24830: init: Allow -noproxy and -proxy="" setting values (master...pr/proxy) https://github.com/bitcoin/bitcoin/pull/24830
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
___nick___ has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
An0rak has quit [Ping timeout: 250 seconds]
vysn has joined #bitcoin-core-dev
bw has quit [Ping timeout: 272 seconds]
bw has joined #bitcoin-core-dev
bw has quit [Max SendQ exceeded]
bw has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 250 seconds]
jonatack has joined #bitcoin-core-dev
kexkey has quit [Ping timeout: 240 seconds]
kexkey has joined #bitcoin-core-dev
morcos has quit [Remote host closed the connection]
morcos has joined #bitcoin-core-dev
jespada has quit [Remote host closed the connection]
jespada has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake opened pull request #24831: [POC] tidy: add include-what-you-use (master...include_what_you_use) https://github.com/bitcoin/bitcoin/pull/24831
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<fanquake> moar automation
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] kcalvinalvin opened pull request #24832: index: Verify the block filter hash when reading the filter from disk. (master...2020-06-14-blockfilterindex-checksums) https://github.com/bitcoin/bitcoin/pull/24832
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<jonatack> fanquake: nice, this could save a bunch of review time if it works well
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] jonatack opened pull request #24833: refactor: consensus/tx_verify.{h,cpp} fixups (master...consensus-tx_verify-fixups) https://github.com/bitcoin/bitcoin/pull/24833
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
meshcollider has quit [Ping timeout: 246 seconds]
meshcollider has joined #bitcoin-core-dev
aleggg has quit [Ping timeout: 256 seconds]
aleggg has joined #bitcoin-core-dev
vysn has quit [Ping timeout: 240 seconds]
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
bitdex has quit [Quit: = ""]
jonatack has quit [Ping timeout: 250 seconds]
szkl has joined #bitcoin-core-dev
mikehu44 has joined #bitcoin-core-dev
gnaf has joined #bitcoin-core-dev
bfsfhkacjzgcytf9 has joined #bitcoin-core-dev
b10c has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
b10c has joined #bitcoin-core-dev
b10c has quit [Changing host]
b10c has joined #bitcoin-core-dev
aleggg has quit [Ping timeout: 248 seconds]
aleggg has joined #bitcoin-core-dev
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #bitcoin-core-dev
___nick___ has quit [Client Quit]
___nick___ has joined #bitcoin-core-dev
greypw2546 has quit [Quit: I'll be back!]
greypw2546 has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git> [bitcoin] JhonZuluaga007 opened pull request #24834: Chaincode Labs Bitcoin Seminar (master...feature/Chaincode_Labs_Bitcoin_Seminar) https://github.com/bitcoin/bitcoin/pull/24834
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake closed pull request #24834: Chaincode Labs Bitcoin Seminar (master...feature/Chaincode_Labs_Bitcoin_Seminar) https://github.com/bitcoin/bitcoin/pull/24834
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
jonatack has joined #bitcoin-core-dev
<b10c> sipa: re avg messages sizes: I think this is what you are looking for based on the fields you added to getnettotals: https://bitcoind.observer/d/6xeklJU7z/sipa-average-message-size-per-connection-type?orgId=1&from=now-4d&to=now
<b10c> avg size of outbound msgs by connection type: block-relay-only: 67.3 bytes, feeler: 27.9 bytes, inbound: 708 bytes, outbound-full-relay: 194 bytes
<b10c> avg size of inbound msgs by connection type: block-relay-only: 358 bytes, feeler: 103 bytes, inbound: 280 bytes, outbound-full-relay: 502 bytes
<sipa> b10c: Oh, awesome, I should have thought about looking into the tracepoints mechanism for that!
<sipa> And interesting, those numbers are pretty different from mine.
<sipa> (currently at 426 B for inbound, 237 for outbound-full-relay, 29 for feeler, 118 for block-relay-only)
<sipa> actually, if you look at in/out combined, those could feasible be pretty similar
<b10c> are your numbers combined?
<sipa> yeah, i'm doing (payload_in+payload_out)/(msg_in+msg_out)
<lightlike> would the difference between inbound/outbound full relay avg size be mostly GETADDR responses? or anything else I'm forgetting?
<sipa> depending on your location the topology, it may also be that most block data is more coming in through outbound connections than inbound ones
<b10c> added a graph for combined too, but numbers are still pretty different
<b10c> combined: block-relay-only: 228 (sipa 118), feeler: 41.3 (sipa 29), inbound: 554 (sipa 426), outbound-full-relay: 363 (sipa 237)
<jonatack> receiving blocks from outbounds seems to be the most common case for me, at least (i.e. topology in https://github.com/bitcoin/bitcoin/issues/24805#issuecomment-1092917376)
<sipa> I guess all those differences can be explained due to differences in topology, I think.
<jonatack> b10c: awesome. i need to try using tracepoints
<lightlike> what do you mean with "topology" here?
<sipa> where in the network connectivity graph you are located
<sipa> as in: who your peers are
<b10c> maybe also how many peers you have? more peers means e.g. more inbound INVs for blocks and tx, but you hopefully download the block/tx only once
<sipa> right
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] Xekyo closed pull request #24712: wallet: reduce coin selection iterations (master...2022-03-reduce-coin-selection-iterations) https://github.com/bitcoin/bitcoin/pull/24712
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<_aj_> sipa: (my combined numbers: 409 inbound, 270 outbound, 26 feeler, 312 block-relay)
<_aj_> sipa: (node with only outbounds: 423 outbound, 358 manual, 33 feeler, 17 block-relay-only)
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] dergoegge opened pull request #24835: Revert "Do not consider blocked networks local" (master...2022-04-revert-1653f97c) https://github.com/bitcoin/bitcoin/pull/24835
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
theStack has left #bitcoin-core-dev [#bitcoin-core-dev]
theStack has joined #bitcoin-core-dev
Guest69 has joined #bitcoin-core-dev
<theStack> sipa: does it matter for the statistics whether are non-pruned or pruned node is used? happy to run your patch for a few days and report back, but i only have a pruned node available right now
Guest69 has quit [Client Quit]
Guest69 has joined #bitcoin-core-dev
Guest69 has quit [Client Quit]
Guest69 has joined #bitcoin-core-dev
<sipa> Both are interesting actually; the context is for BIP324 it'd be good to have an idea of how much per-message CPU cost overhead has. If most of the bandwidth on the network is due to large messages, this doesn't matter as much, for example.
Guest69 has quit [Client Quit]
Guest69 has joined #bitcoin-core-dev
An0rak has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
<jamesob> b10c: very cool!
szkl has quit [Quit: Connection closed for inactivity]
Guest69 has quit [Quit: Client closed]
bitcoin-git has joined #bitcoin-core-dev
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git> [bitcoin] glozow opened pull request #24836: add RPC (-regtest only) for testing package policy (master...client-submitpackage) https://github.com/bitcoin/bitcoin/pull/24836
AaronvanW has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
mikehu44 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Talkless has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 272 seconds]
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
orville has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ryanofsky opened pull request #24837: init: Prevent -noproxy and -proxy=0 from interacting with other settings (master...pr/proxyi) https://github.com/bitcoin/bitcoin/pull/24837
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
orville has quit [Quit: Going offline, see ya! (www.adiirc.com)]
AaronvanW has quit [Ping timeout: 250 seconds]
Kaizen_K_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 272 seconds]
AaronvanW has joined #bitcoin-core-dev
szkl has joined #bitcoin-core-dev
Kaizen_K_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 250 seconds]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Talkless has quit [Quit: Konversation terminated!]
<jamesob> Can we reopen this PR or is it truly not open for reconsideration? #14635 cc ryanofsky _aj_ jonatack
<gribble> https://github.com/bitcoin/bitcoin/issues/14635 | developer-notes: allow lowerCamelCase by ryanofsky · Pull Request #14635 · bitcoin/bitcoin · GitHub
Kaizen_K_ has joined #bitcoin-core-dev
<fanquake> unlocked the discussion
<jamesob> fanquake: thanks
<fanquake> For anyone wondering, it had only been locked by the Draht bot, due to age
Kaizen_Kintsugi_ has quit [Ping timeout: 248 seconds]
Kaizen_K_ has quit [Remote host closed the connection]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] hebasto opened pull request #24838: build, windows: Use Direct2D plugin (master...220412-d2d) https://github.com/bitcoin/bitcoin/pull/24838
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bfsfhkacjzgcytf9 has quit [Quit: The Lounge - https://thelounge.chat]
___nick___ has quit [Ping timeout: 248 seconds]
bfsfhkacjzgcytf9 has joined #bitcoin-core-dev
real_or_random has quit [Ping timeout: 256 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] theStack opened pull request #24839: test: use MiniWallet for mining_prioritisetransaction.py (master...202204-test-use_MiniWallet_for_mining_prioritisetransaction) https://github.com/bitcoin/bitcoin/pull/24839
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<jamesob> Anyone know if we have docs on translations (e.g. using `_(...)`)? I'm wondering if the argument to _(...) has to be a raw string in order for whatever translation script to pick up on its contents
<fanquake> If no docs probably best to ask hebasto / laanwj
real_or_random has joined #bitcoin-core-dev
<hebasto> jamesob: yes
<hebasto> strings to be translated being extracted from the sources
<jamesob> hebasto: do the raw strings need to be on a single line?
<hebasto> no
<jamesob> okay great, thanks hebasto
<hebasto> yw
<jamesob> do we have docs somewhere or should I make a note to add to developer-notes?
<hebasto> `share/qt/extract_strings_qt.py`
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
<hebasto> and `doc/translation_strings_policy.md`
Kaizen_Kintsugi_ has quit [Ping timeout: 250 seconds]
dunxen has joined #bitcoin-core-dev
<jonatack> jamesob: i was thinking of maybe writing an update to the developer notes that at least explains what that style is (what, why, where) to provide context for reviewers
<jonatack> the idea was that regardless of consensus on using it, in any case reviewers need context
<jonatack> said update wouldn't propose the style change
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
<jamesob> jonatack: I think it's worth just proposing the change again, since I think there's a good chance that no one materially opposes it
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
belcher has quit [Ping timeout: 260 seconds]
brunoerg has quit [Remote host closed the connection]
ronoaldo has quit [Quit: Konversation terminated!]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 248 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 248 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 248 seconds]
brunoerg has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 248 seconds]
brunoerg has quit [Ping timeout: 246 seconds]
sipsorcery has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 248 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [gui] hebasto merged pull request #543: peers-tab: add connection duration column to tableview (master...1643853831-peers-tab-add-duration-column) https://github.com/bitcoin-core/gui/pull/543
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> bitcoin/master 127de22 Jon Atack: gui: add FormatPeerAge() utility helper
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git> bitcoin/master 209301a randymcmillan: gui: add Age column to peers tab
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2b5a741e98f1...0f46e73c740e
<bitcoin-git> bitcoin/master 51708c4 randymcmillan: gui: peersWidget - ResizeToContents Age and IP/Netmask columns
ronoaldo has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [gui] hebasto merged pull request #576: Add qt unit test runner summary (master...gui-test-runner-summary) https://github.com/bitcoin-core/gui/pull/576
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> bitcoin/master 2489b6f Jon Atack: gui: count test failures in test runner summary
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git> bitcoin/master ba44aae Jon Atack: gui: add test runner summary
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0f46e73c740e...f50976002645
<bitcoin-git> bitcoin/master d025d7f Jon Atack: gui, refactor: rename fInvalid to num_test_failures in test_main.cpp
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f50976002645...f60a63cc5f16
<bitcoin-git> bitcoin/master c7add88 Hennadii Stepanov: qt: Use `|` instead of `+` for key modifiers
<bitcoin-git> bitcoin/master 6f1e162 Hennadii Stepanov: qt: Fix headers
<bitcoin-git> bitcoin/master 6312575 Hennadii Stepanov: qt: Update deprecated enum value
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [gui] hebasto merged pull request #577: Getting ready to Qt 6 (1/n) (master...220409-qt6) https://github.com/bitcoin-core/gui/pull/577
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
sipsorcery has quit [Ping timeout: 248 seconds]
belcher has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
Willtech has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev