<bitcoin-git>
[bitcoin] brunoerg opened pull request #25220: rpc: fix incorrect warning for address type p2sh-segwit in createmultisig (master...2022-05-fix-incorrect-warning-createmultisig) https://github.com/bitcoin/bitcoin/pull/25220
brunoerg has quit [Remote host closed the connection]
<jamesob>
dongcarl: predictably it boils down to patented ryanofsky cpp wizardry
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
earnestly has quit [Ping timeout: 260 seconds]
<luke-jr>
laanwj: v23.0 rel notes don't have the changelog?
evanlinjin has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 255 seconds]
evanlinjin_ has joined #bitcoin-core-dev
evanlinjin has quit [Ping timeout: 240 seconds]
evanlinjin_ has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
jesseposner has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
z9z0b3t1_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 255 seconds]
z9z0b3t1c has quit [Ping timeout: 256 seconds]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
yanmaani3 has quit [Remote host closed the connection]
yanmaani3 has joined #bitcoin-core-dev
jtraub91 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
jtraub91 has quit [Client Quit]
jtraub91 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
bairen has quit [Ping timeout: 240 seconds]
bairen has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 244 seconds]
bairen has quit [Remote host closed the connection]
bairen has joined #bitcoin-core-dev
<luke-jr>
laanwj: is that intentional? (I see it's a pain..)
brunoerg has joined #bitcoin-core-dev
PaperSwordAlt has joined #bitcoin-core-dev
PaperSword has quit [Ping timeout: 240 seconds]
<laanwj>
luke-jr: it's intentional in the sense that i didn't get around to doing it, i'm also not sure if it's worth the trouble (it's easy enough to get a list of merges/PRs, the time intensive is sorting them into categories), fwiw you seem to be only the second person to mention it at all
jarthur has quit [Quit: jarthur]
Lightsword has quit [Quit: ZNC]
Lightsword has joined #bitcoin-core-dev
z9z0b3t1c has joined #bitcoin-core-dev
z9z0b3t1_ has quit [Ping timeout: 255 seconds]
Guest71 has joined #bitcoin-core-dev
Guest71 has quit [Client Quit]
evanlinjin_ has joined #bitcoin-core-dev
earnestly has joined #bitcoin-core-dev
Guest71 has joined #bitcoin-core-dev
Guest71 has quit [Client Quit]
brunoerg has quit [Ping timeout: 255 seconds]
evanlinjin_ has quit [Remote host closed the connection]
evanlinjin_ has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
<laanwj>
a lot of PRs only indirectly affect end users, and the ones that do directly affect user experience already require explicit mention in the release notes
brunoerg has joined #bitcoin-core-dev
evanlinjin_ has quit [Ping timeout: 240 seconds]
brunoerg has quit [Ping timeout: 260 seconds]
<luke-jr>
I suppose anyone who actually cares, can always just `git log`
<laanwj>
right
<laanwj>
e.g. "git log --merges --pretty=format:'%s' --abbrev-commit --reverse v22.0..v23.0" gets very close (there's some spurious lines due to subtree merges which could still be filtered out)
<laanwj>
eh --abrev-commit is unneeded
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 276 seconds]
jtraub91 has quit [Ping timeout: 246 seconds]
kouloumos has joined #bitcoin-core-dev
Aaronvan_ has quit [Quit: Leaving...]
agentcasey has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
AaronvanW has quit [Quit: Leaving...]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
PaperSword has joined #bitcoin-core-dev
PaperSwordAlt has quit [Ping timeout: 258 seconds]
common has joined #bitcoin-core-dev
Common_ has quit [Ping timeout: 272 seconds]
PaperSwordAlt has joined #bitcoin-core-dev
PaperSword has quit [Ping timeout: 255 seconds]
brunoerg has quit [Ping timeout: 246 seconds]
common has quit [Ping timeout: 240 seconds]
DavidBakin has joined #bitcoin-core-dev
z9z0b3t1_ has joined #bitcoin-core-dev
david-bakin has quit [Ping timeout: 255 seconds]
z9z0b3t1c has quit [Ping timeout: 255 seconds]
brunoerg has joined #bitcoin-core-dev
z9z0b3t1c has joined #bitcoin-core-dev
z9z0b3t1_ has quit [Ping timeout: 255 seconds]
Guyver2 has left #bitcoin-core-dev [Closing Window]
bitdex has quit [Quit: = ""]
evanlinjin_ has joined #bitcoin-core-dev
<bitcoin-git>
[gui] hebasto opened pull request #607: refactor: Skip manual signal disconnection in descructors (master...220526-handler) https://github.com/bitcoin-core/gui/pull/607
<achow101>
laanwj: I could sign a message with the key?
aigoo has left #bitcoin-core-dev [#bitcoin-core-dev]
aigoo has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 248 seconds]
sipsorcery has joined #bitcoin-core-dev
___nick___ has quit [Ping timeout: 258 seconds]
dffgfdggf has joined #bitcoin-core-dev
dffgfdggf has left #bitcoin-core-dev [#bitcoin-core-dev]
<jamesob>
mempool question: how could we hit the RBF #5 case (don't replace a tx that would evict more than 100 mempool entries) without first hitting the 25 descendants limit case? Isn't #5 subsumed by the descendant count limit?