achow101 changed the topic of #bitcoin-core-dev to: 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/ | Weekly Meeting Thursday @ 16:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 264 seconds]
_flood has quit [Read error: Connection reset by peer]
afiore has quit [Quit: GNU inetutils 1.3a (telnet)]
navidr has joined #bitcoin-core-dev
conman has joined #bitcoin-core-dev
Guest82 has joined #bitcoin-core-dev
cfields has quit [Read error: Connection reset by peer]
Guest82 has quit [Quit: Client closed]
aleggg has quit [Ping timeout: 248 seconds]
aleggg has joined #bitcoin-core-dev
w0xlt has joined #bitcoin-core-dev
natobritto has quit [Ping timeout: 240 seconds]
w0xlt has quit [Ping timeout: 264 seconds]
svanstaa has quit [Ping timeout: 244 seconds]
svanstaa has joined #bitcoin-core-dev
navidr has quit [Quit: Connection closed for inactivity]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 264 seconds]
ghost43 has quit [Ping timeout: 258 seconds]
ghost43 has joined #bitcoin-core-dev
ghost43_ has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
tla_ has quit [Remote host closed the connection]
tla_ has joined #bitcoin-core-dev
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 265 seconds]
l0rinc has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] rkrux opened pull request #34769: doc: update http pool thread names (master...http-threads-doc) https://github.com/bitcoin/bitcoin/pull/34769
l0rinc has quit [Quit: l0rinc]
aleggg has quit [Remote host closed the connection]
justache has joined #bitcoin-core-dev
durandal_ has quit [Remote host closed the connection]
durandal__ has joined #bitcoin-core-dev
durandal__ has quit [Remote host closed the connection]
durandal__ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ViniciusCestarii closed pull request #34762: system: make GetTotalRAM() cgroup-aware on Linux (master...system-cgroup-aware-available-ram) https://github.com/bitcoin/bitcoin/pull/34762
l0rinc has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] TonyKim525 opened pull request #34770: test: support mainnet base58 in address_to_scriptpubkey (master...test-address-mainnet-base58-scriptpubkey) https://github.com/bitcoin/bitcoin/pull/34770
Guyver2 has left #bitcoin-core-dev [Closing Window]
l0rinc has quit [Quit: l0rinc]
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 264 seconds]
xFFFC0000 has quit [Quit: Connection closed for inactivity]
xFFFC0000 has joined #bitcoin-core-dev
<roconnor> sipa: In BIP-0173 you folks write "Even though the chosen code performs reasonably well up to 1023 characters, other designs are preferable for lengths above 89 characters (excluding the separator)."
Earnestly has quit [Ping timeout: 265 seconds]
<roconnor> An you elaborate on this? Why are other designs better, and how did you arrive at the 89 character value?
Earnestly has joined #bitcoin-core-dev
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 245 seconds]
<sipa> roconnor: algebraically, the bech32 checksum is a BCH code with d=4 with length 1023, but among all such codes (and several other classes of BCH codes for q=32), one was selected that exhibits distance 5 up to length 89 (computationally determined)
<sipa> so if you cared about behavior at longer lengths, you may want a different selection
<roconnor> ah, the code distance is 4, so it only guarentees to detect 3 errors beyond 89.
<sipa> exactly
<sipa> it also means if you care about things like error correction/detection, and you want to use algebraic techniques rather than brute force, you're limited to what distance 4 allows
<sipa> the reference code for the error detection uses a hybrid algebraic + exhaustive technique to exploit distance 5
<roconnor> Dang.
<roconnor> you mean the reference code for error correction?
<sipa> well it only reports the positions in which it would make corrections, not the actual errors
<sipa> but yes, it's an error correction algorithm
w0xlt has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 264 seconds]
<roconnor> ah
<roconnor> you mean the reference code for error location.
<sipa> right
PaperSword has joined #bitcoin-core-dev
<pinheadmz> Randy McMillan is eye-emoji-ing every commit in a bitcoin fork and even though it's not in our repo I keep getting pings
iSiUp has quit [Ping timeout: 272 seconds]
iSiUp has joined #bitcoin-core-dev
luke-jr_ has quit [Remote host closed the connection]
luke-jr_ has joined #bitcoin-core-dev
greypw1495085720 has quit [Quit: Connection reset by beer]
greypw1495085720 has joined #bitcoin-core-dev
dzxzg has joined #bitcoin-core-dev
dzxzg has quit [Client Quit]
satsfy has joined #bitcoin-core-dev
satsfy has quit [Ping timeout: 240 seconds]
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 268 seconds]
szarka has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 252 seconds]
jarthur has joined #bitcoin-core-dev
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 246 seconds]
l0rinc has joined #bitcoin-core-dev
bugs_ has quit [Quit: Leaving]
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 264 seconds]
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
jerryf_ has joined #bitcoin-core-dev
jerryf has quit [Ping timeout: 258 seconds]
bitdex has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] pinheadmz opened pull request #34772: test: clean up interface_http and improve idle timeout coverage (master...rpctimeout-busy-idle) https://github.com/bitcoin/bitcoin/pull/34772
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 264 seconds]
l0rinc has quit [Ping timeout: 244 seconds]
l0rinc has joined #bitcoin-core-dev
sliv3r__ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
sliv3r__ has joined #bitcoin-core-dev
<achow101> Wild that GitHub sends notifications for comments on commits in forks