sdfgsdfg has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
bcdarc_ has joined #bitcoin-core-dev
SpellChecker has quit [Ping timeout: 240 seconds]
Nebraskka_ has joined #bitcoin-core-dev
hirish_ has joined #bitcoin-core-dev
hirish has quit [Ping timeout: 256 seconds]
Nebraskka has quit [Ping timeout: 256 seconds]
brunoerg has joined #bitcoin-core-dev
SpellChecker has joined #bitcoin-core-dev
bcdarc has quit [Ping timeout: 250 seconds]
Nebraskka has joined #bitcoin-core-dev
Nebraskka_ has quit [Ping timeout: 240 seconds]
brunoerg has quit [Ping timeout: 240 seconds]
luke-jr has quit [Read error: Connection reset by peer]
luke-jr has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
S3RK has quit [Ping timeout: 256 seconds]
S3RK has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
ronoaldo has quit [Quit: Konversation terminated!]
brunoerg has quit [Ping timeout: 240 seconds]
grettke has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
m011 has quit [Quit: Updating details, brb]
l_sx01 has joined #bitcoin-core-dev
vysn has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] jamesob opened pull request #24364: refactor: remove duplicate code from BlockAssembler (master...2022-02-ba-dup-code) https://github.com/bitcoin/bitcoin/pull/24364
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has quit [Ping timeout: 252 seconds]
kexkey has quit [Ping timeout: 240 seconds]
kexkey has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
kexkey has quit [Ping timeout: 240 seconds]
bitdex has quit [Ping timeout: 240 seconds]
bitdex has joined #bitcoin-core-dev
<roasbeef> hey y'all, been finishing up my taproot impl over the past few days, the generated test vectors are amazing so kudos to all that contributed there
<roasbeef> also the BIP text is superb as well, though I think certain statements/ordering in BIP 342 when it comes to the checksig ops are ambigious
<roasbeef> for example this line:
<roasbeef> > For OP_CHECKSIGVERIFY, execution continues without any further changes to the stack.
<roasbeef> my original interpretation was the the verify op now doesn't pop anything from teh stack and just leaves it there, w/ the new behavior being to only exit if the sig is invalid
<roasbeef> however test case 44b2a5681330965efa5dadccd65e4296cb9bb54c showed be that isn't the case, and the op is effectively unchanged (checksigverify)
<roasbeef> what do y'all think of modifying that line to something like this
<roasbeef> > For CHECKSIGVERIFY, execution continues as normal
<roasbeef> here's the full test case for the curious: https://0bin.net/paste/XpC38DR4#sv006mN7nCzfWBRls5+Yuk90gsevJ67-uS73aXuNcV7
<sipa> @roasbeef No objection, if you feel that would have helped.
grettke has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 opened pull request #24365: wallet: Don't generate keys for wallets with private keys disabled during upgradewallet (master...upgrade-disable-privkeys) https://github.com/bitcoin/bitcoin/pull/24365
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
greypw254 has quit [Remote host closed the connection]
greypw254 has joined #bitcoin-core-dev
greypw254 has quit [Remote host closed the connection]
greypw254 has joined #bitcoin-core-dev
greypw254 has quit [Remote host closed the connection]
greypw254 has joined #bitcoin-core-dev
greypw254 has quit [Remote host closed the connection]
greypw254 has joined #bitcoin-core-dev
greypw254 has quit [Remote host closed the connection]
Bikram has joined #bitcoin-core-dev
Bikram has quit [Client Quit]
RepeatedNonce has joined #bitcoin-core-dev
rex4539 has quit [Ping timeout: 240 seconds]
rex4539 has joined #bitcoin-core-dev
dviola has quit [Ping timeout: 272 seconds]
RepeatedNonce has quit [Quit: Client closed]
dviola has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
cmirror has quit [Read error: Connection reset by peer]
cmirror has joined #bitcoin-core-dev
emcy has quit [Quit: Leaving]
emcy has joined #bitcoin-core-dev
sdfgsdfg has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.]
brunoerg has joined #bitcoin-core-dev
sdfgsdfg has joined #bitcoin-core-dev
sdfgsdfg has quit [Read error: Connection reset by peer]
sdfgsdfg has joined #bitcoin-core-dev
mikehu44 has joined #bitcoin-core-dev
sudoforge has quit [Ping timeout: 240 seconds]
brunoerg has quit [Ping timeout: 252 seconds]
mikehu44 has quit [Read error: Connection reset by peer]
mikehu44 has joined #bitcoin-core-dev
kcalvinalvin has quit [Quit: ZNC 1.7.4 - https://znc.in]
brunoerg has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e8aa02ec5cc...b304b657828c
<bitcoin-git> bitcoin/master ba4906f Taeik Lim: doc: Fix typos
<bitcoin-git> bitcoin/master b304b65 MarcoFalke: Merge bitcoin/bitcoin#24359: doc: Fix typos
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24359: doc: Fix typos (master...fix-the-the-comment) https://github.com/bitcoin/bitcoin/pull/24359
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> bitcoin/master f485a07 Jon Atack: Add missing thread safety lock assertions in validation.h
<bitcoin-git> bitcoin/master 37af8a2 Jon Atack: Add missing thread safety lock assertions in validation.cpp
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b304b657828c...03c8c6937ee0
<bitcoin-git> bitcoin/master 03c8c69 MarcoFalke: Merge bitcoin/bitcoin#24177: validation, refactor: add missing thread safe...
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24177: validation, refactor: add missing thread safety lock assertions (master...add-missing-lock-assertions-in-validation) https://github.com/bitcoin/bitcoin/pull/24177
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
kcalvinalvin has joined #bitcoin-core-dev
kcalvinalvin has quit [Quit: ZNC 1.7.4 - https://znc.in]
sdfgsdfg has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.]
gossie has quit [Quit: = "bye bye"]
<hebasto> MarcoFalke: does #24366 look like a "good first issue"?
<gribble> https://github.com/bitcoin/bitcoin/issues/24366 | Transifex translators feedback · Issue #24366 · bitcoin/bitcoin · GitHub
sipsorcery has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 256 seconds]
nanotube has quit [Ping timeout: 256 seconds]
Guyver2 has joined #bitcoin-core-dev
<laanwj> will/should #23542 still make it into 23.0?
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<laanwj> hebasto: maybe, i'm not sure, "change a message" is not really the kind of commit we tend to appreciate from new contributors (especially as they tend to lack the knowledge of the code to make sure it's correct)
mikehu44 has joined #bitcoin-core-dev
<hebasto> laanwj: you're right
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
sdfgsdfg has joined #bitcoin-core-dev
dongcarl has quit [Ping timeout: 256 seconds]
<jonatack> laanwj: wrt 23542, potential privacy gain but if many DNS seeds take advantage of it before the seeder and bitcoin core code reading them are updated... be good to have those updated before this release (or the next one)
<jonatack> (i.e. at the same time)
nanotube has joined #bitcoin-core-dev
dongcarl has joined #bitcoin-core-dev
nanotube has quit [Ping timeout: 256 seconds]
sipsorcery has quit [Ping timeout: 240 seconds]
prayank has joined #bitcoin-core-dev
<prayank> laanwj: it looks ready for merge with multiple ACKs
prayank has quit [Client Quit]
<jonatack> hm, upgrading the seeder doesn't seem trivial (and it also doesn't do torv3), and we have alternatives
brunoerg has quit [Ping timeout: 252 seconds]
<hebasto> jonatack: thanks for quick response wrt transifex feedback -- I've resolved both transifex issues
brunoerg has joined #bitcoin-core-dev
vysn has quit [Remote host closed the connection]
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
<jonatack> hebasto: i'm looking at fixing 24366 too
nanotube has joined #bitcoin-core-dev
<jonatack> and given current events, the potentially improved privacy and network robustness of 23542 probably outweighs the dns seeds issue, so +1 on having it in 23.0
rex4539 has quit [Remote host closed the connection]
rex4539 has joined #bitcoin-core-dev
<willcl_ark> It seems unlikely that, on updating to 23.0, many users will suddenly decide to change their listening port from the default, and so there should be time to upgrade the DNS seeding mechanism (or switch to something else). However having this PR merged does mean that there would be a client available that could quickly respond to an ISP-level blocking of port 8333, should something like that occur, which seems advantageous IMO.
<hebasto> jonatack: ty
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/03c8c6937ee0...97611921bed8
<bitcoin-git> bitcoin/master 7f2f35f Hennadii Stepanov: build: Fix gcc-cross-x86_64-w64-mingw32-10.3.0 in Guix
<bitcoin-git> bitcoin/master b3617a9 Hennadii Stepanov: build: Point Guix to recent commit on the master branch
<bitcoin-git> bitcoin/master 9761192 fanquake: Merge bitcoin/bitcoin#24348: build: Fix Guix build for Windows (attempt 2)...
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake merged pull request #24348: build: Fix Guix build for Windows (attempt 2) (master...220215-guix) https://github.com/bitcoin/bitcoin/pull/24348
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<hebasto> it seems the time to rebase all build system prs :)
<fanquake> not just build system. anything that needs to be guix built
<fanquake> which at this point is most of the things here: https://github.com/bitcoin/bitcoin/milestone/52
<hebasto> it will take some time :)
prayank has joined #bitcoin-core-dev
<prayank> willcl_ark: +1
prayank has quit [Client Quit]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> bitcoin/master dc01cbc Hennadii Stepanov: test: Add fs_tests/rename unit test
<bitcoin-git> bitcoin/master df08250 laanwj: Merge bitcoin/bitcoin#24331: util: Revert back `MoveFileExW` call for MinG...
<bitcoin-git> bitcoin/master d4999d4 Hennadii Stepanov: util: Revert back MoveFileExW call for MinGW-w64
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/97611921bed8...df0825046acc
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] laanwj merged pull request #24331: util: Revert back `MoveFileExW` call for MinGW-w64 (master...220213-rename) https://github.com/bitcoin/bitcoin/pull/24331
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
kcalvinalvin has joined #bitcoin-core-dev
dviola has quit [Changing host]
dviola has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 240 seconds]
mikehu44 has joined #bitcoin-core-dev
sdfgsdfg has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.]
AaronvanW has joined #bitcoin-core-dev
gossie has joined #bitcoin-core-dev
bitdex has quit [Quit: = ""]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] jonatack opened pull request #24367: User-facing content fixups from transifex translator feedback (master...fixes-based-on-transifex-translator-feedback) https://github.com/bitcoin/bitcoin/pull/24367
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<hebasto> as we have not yet updated translations due to reaching "translation string freeze" point, could we consider #24367 for 23.0 assuming finishing reviewing in a couple of days?
<gribble> https://github.com/bitcoin/bitcoin/issues/24367 | User-facing content and codebase doc fixups from transifex translator feedback by jonatack · Pull Request #24367 · bitcoin/bitcoin · GitHub
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/df0825046acc...922c49a13895
<bitcoin-git> bitcoin/master eb8b22d William Casarin: block_connected: re-use previous GetTimeMicros
<bitcoin-git> bitcoin/master 80e1c55 William Casarin: block_connected: don't serialize block hash twice
<bitcoin-git> bitcoin/master 922c49a laanwj: Merge bitcoin/bitcoin#23819: ConnectBlock: don't serialize block hash twic...
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] laanwj merged pull request #23819: ConnectBlock: don't serialize block hash twice (master...faster_block_connected_usdt) https://github.com/bitcoin/bitcoin/pull/23819
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
<laanwj> i'm starting to feel this syscall-based sandbox is unmaintainable, just too much micro-management
<laanwj> hebasto: sure...
<hebasto> laanwj: thanks!
jonatack has quit [Ping timeout: 256 seconds]
<laanwj> had a functional test fail on ubuntu 22.04 without any idea why, turns out it's a mysterious crash that happens only with -sandbox=log-and-abort, which is the default
jonatack has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] laanwj opened pull request #24369: util: Add missing rseq to syscall sandbox (master...2022-02-rseq) https://github.com/bitcoin/bitcoin/pull/24369
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
mutatrum has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
brunoerg has joined #bitcoin-core-dev
AaronvanW has quit [Remote host closed the connection]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] jonatack opened pull request #24370: doc: mention quality filter in getnodeaddresses and -addrinfo helps (master...mention-quality-filter-in-getnodeaddresses-and-addrinfo) https://github.com/bitcoin/bitcoin/pull/24370
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<vasild> laanwj: I think it will be long time before #23542 makes an impact (widespread non-8333 listening ports), if ever. So, from this point of view, it is ok wrt the DNS seeds limitation and it is ok to have it in 23.0. OTOH, I do not think that it is urgent.
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<sipa> I agree. I don't expect that dns seeds will be a concern for a long time.
<vasild> IMO it is fine either way (include or not include it in 23.0)
brunoerg has quit [Remote host closed the connection]
mikehu44_ has joined #bitcoin-core-dev
<vasild> or at least I don't have a strong opinion
<sipa> This change is mostly getting nodes on the network to be even able to connect out to non-standard ports. When and how to actually start encouraging people running on non-standard ports (or even getting rid of the default port concept entirely) is a much longer term thing.
<vasild> right!
<lightlike> I agree. As long as we don't start a campaign "everybody move away from the standard port, quickly" it should be fine.
<vasild> exactly
<sipa> Also note that DNS seeds aren't a means for getting good nodes on the network in terms of features - they're about finding an initial set of nodes to bootstrap from. Those nodes do get sent GETADDR messages, which get ADDR/ADDRV2 responses, and can convey non-default ports.
mikehu44 has quit [Ping timeout: 256 seconds]
mikehu44 has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
mikehu44_ has quit [Ping timeout: 272 seconds]
brunoerg has joined #bitcoin-core-dev
mikehu44_ has joined #bitcoin-core-dev
mikehu44__ has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 256 seconds]
mikehu44_ has quit [Ping timeout: 272 seconds]
mikehu44 has joined #bitcoin-core-dev
mikehu44__ has quit [Ping timeout: 256 seconds]
mikehu44_ has joined #bitcoin-core-dev
mikehu44__ has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 272 seconds]
mikehu44_ has quit [Ping timeout: 256 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] klementtan opened pull request #24371: util: Fix `ReadBinaryFile` beyond maxsize (master...fix-readwritefile) https://github.com/bitcoin/bitcoin/pull/24371
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
mikehu44 has joined #bitcoin-core-dev
mikehu44__ has quit [Ping timeout: 256 seconds]
<laanwj> vasild, sipa: thanks
brunoerg has quit [Ping timeout: 252 seconds]
<Murch> laanwj, luke-jr: What do you think about "send_all" instead of "sweepwallet" for the new RPC I'm proposing?
<sipa> We don't usually have underscores in RPC names, but "sendall" was my suggestion.
<Murch> okay, what ^ says
brunoerg has joined #bitcoin-core-dev
sudoforge has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
brunoerg has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/922c49a13895...003523d239aa
<bitcoin-git> bitcoin/master 1f46b6e laanwj: util: Work around libstdc++ create_directories issue
<bitcoin-git> bitcoin/master b223c3c laanwj: test: Add functional test for symlinked blocks directory
<bitcoin-git> bitcoin/master ddb75c2 Hennadii Stepanov: test: Add fs_tests/create_directories unit test
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake merged pull request #24338: util: Work around libstdc++ create_directories issue (master...2022-02-create-directories) https://github.com/bitcoin/bitcoin/pull/24338
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
sipsorcery has joined #bitcoin-core-dev
Guyver2_ has joined #bitcoin-core-dev
sdfgsdfg has joined #bitcoin-core-dev
Guyver2 has quit [Ping timeout: 240 seconds]
Guyver2_ is now known as Guyver2
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24372: bench: Avoid deprecated use of volatile += (master...2202-20) https://github.com/bitcoin/bitcoin/pull/24372
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
gnaf has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/003523d239aa...edc0d327f1a0
<bitcoin-git> bitcoin/master fae3f17 MarcoFalke: fuzz: Split script formatting from script fuzz target
<bitcoin-git> bitcoin/master edc0d32 fanquake: Merge bitcoin/bitcoin#24349: fuzz: Split script formatting from script fuz...
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake merged pull request #24349: fuzz: Split script formatting from script fuzz target (master...2202-fuzzFaster) https://github.com/bitcoin/bitcoin/pull/24349
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<laanwj> sendall sgtm
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
<luke-jr> Murch: sendall sounds fine to me
Talkless has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 252 seconds]
sipsorcery has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 252 seconds]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
asdfsfdasdfw has joined #bitcoin-core-dev
<Murch> Thanks
<laanwj> #startmeeting
<core-meetingbot`> Meeting started Thu Feb 17 19:00:11 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<core-meetingbot`> Available commands: action commands idea info link nick
<sipa> hi
<hebasto> hi
<achow101> hi
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard 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
<laanwj> morcos nehan NicolasDorier paveljanik petertodd phantomcircuit promag provoostenator ryanofsky sdaftuar sipa vasild
<fjahr> hi
<jonatack> hi
<Murch> hi
<cfields> hi
<laanwj> welcome to the weekly general bitcoin-core meeting, there have been no proposed topics for this week, any last minute ones?
<b10c> hi
<lightlike> hi
<MarcoFalke> ahoi
<warren> hi
<jonatack> Murch: sendall is shorter, too!
<laanwj> #topic 23.0 milestone
<core-meetingbot`> topic: 23.0 milestone
<laanwj> we've passed the 23.0 feature freeze and strings freeze, and are now in the last bit before the branch-off
<larryruane> hi
<laanwj> from now to the branch we'll merge only bugfixes, so going over high priority for review doesn't make sense at the moment
<laanwj> what we could do is look at the milestone of course https://github.com/bitcoin/bitcoin/milestone/52
<laanwj> let me know if anything should be added, or is unlikely to make 23.0 and should be removed
<hebasto> do we have any progress in #15774 ?
<gribble> https://github.com/bitcoin/bitcoin/issues/15774 | macOS App Notarization · Issue #15774 · bitcoin/bitcoin · GitHub
<achow101> Can #24365 be added? It is a bug fix for a crashing issue
<gribble> https://github.com/bitcoin/bitcoin/issues/24365 | wallet: Dont generate keys for wallets with private keys disabled during upgradewallet by achow101 · Pull Request #24365 · bitcoin/bitcoin · GitHub
<laanwj> achow101: it's already added
<MarcoFalke> added
Guest68 has joined #bitcoin-core-dev
Guest68 has quit [Client Quit]
bomb-on has joined #bitcoin-core-dev
<laanwj> hebasto: i don't know
<jonatack> have a couple of doc improvements that might be nice ( they may not need to be tagged if doc improvements can be merged anytime)
<laanwj> hebasto: it was brought up last week though, fairly sure fanquake is working on it
<hebasto> laanwj: ok
<laanwj> jonatack: yeah, i think we can just merge those when they're ready
<fanquake> yes, have been looking at that
<hebasto> fanquake: is there a chance for 23.0 to be notarized?
brunoerg has quit [Remote host closed the connection]
<achow101> I think notarization will also require some changes to signapple so it may take some time for me to work that out too
<fanquake> yes I think we should be able to work it out for 23.0
<laanwj> great
<luke-jr> I thought we were intentionally not notarising?
<laanwj> let's leave that on the milestone then
<hebasto> luke-jr: could you remind reasons for that?
<luke-jr> hebasto: IIRC it pinged Apple every time a user launches it?
<hebasto> yeap, it does, at least once
<laanwj> as i understand it it does that for every binary that is launched the first time
<luke-jr> so my understanding was that we intentionally didn't want that, for user privacy
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<luke-jr> laanwj: but notarisation IIRC did extra pinging stuff?
<hebasto> can we be sure that it does not ping Apple for non-notarized app?
<luke-jr> idk, don't really follow macOS stuff closely - but if this is going to change, probably someone should look into it
<sipa> Based on https://sigpipe.macromates.com/2020/macos-catalina-slow-by-design/ I'd think it runs for every program, notarized or not.
mikehu44 has quit [Ping timeout: 272 seconds]
<sipa> If it's even the case for shell scripts you write yourself.
<laanwj> i think attaching the notarization to the application can save a ping, not sure though
<hebasto> whatever we find out we cannot rely on it, as apple can change things anytime
<laanwj> that's for sure
<luke-jr> hebasto: sure, but we can refuse to actively participate in privacy-violating stuff
<laanwj> always fun what new hoops they come up for software developers
<fanquake> at some point it’s either we fulfil the requirements or stop supporting macOS
<fanquake> users are reporting their bitcoin core apps just flat out disappearing
<luke-jr> fanquake: sure, but it's a different scenario if we're forced to do it, vs voluntarily enabling it
<luke-jr> :|
<MarcoFalke> I think you can already assume your privacy compromised by apple if you are using apple products
<warren> their data remains intact though right?
<hebasto> for now we have multiple claims that macos removes Bitcoin Core; assuming it could be related to lack of notarization
<laanwj> if they really ping their server for every binary that is launched for the first time i think that's right
___nick___ has joined #bitcoin-core-dev
gleb7454386 has quit [Ping timeout: 240 seconds]
<luke-jr> might be nice to investigate a disappeared-Bitcoin system and see if the logs say why
<luke-jr> idk how practical that is
gleb7454386 has joined #bitcoin-core-dev
<luke-jr> might also be Apple just trying to force everything to go through their App Store :/
<laanwj> any other topics?
brunoerg has joined #bitcoin-core-dev
<laanwj> #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 Feb 17 19:24:32 2022 UTC.
<b10c> thanks laanwj!
ghost43 has quit [Remote host closed the connection]
<Murch> <jonatack> "Murch: sendall is shorter, too!" <- Yep. And I think it might be more obvious what to expect from the RPC before reading the help under the monicker "sendall" than under "sweepwallet"
Guest68 has joined #bitcoin-core-dev
Guest68 has quit [Client Quit]
ghost43 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 250 seconds]
brunoerg 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
arnab has joined #bitcoin-core-dev
arnab has quit [Client Quit]
arnab has joined #bitcoin-core-dev
arnab has quit [Client Quit]
sdfgsdfg has quit [Remote host closed the connection]
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
test_ has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
_flood has quit [Ping timeout: 256 seconds]
Talkless has quit [Quit: Konversation terminated!]
mikehu44 has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
brunoerg has quit [Ping timeout: 252 seconds]
luke-jr has joined #bitcoin-core-dev
szkl has joined #bitcoin-core-dev
mikehu44 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
test_ is now known as _flood
brunoerg has joined #bitcoin-core-dev
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #bitcoin-core-dev
___nick___ has quit [Ping timeout: 256 seconds]
lukedashjr has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
luke-jr has quit [Ping timeout: 252 seconds]
ghost43 has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
ghost43 has quit [Remote host closed the connection]
lukedashjr is now known as luke-jr
ghost43 has joined #bitcoin-core-dev
bw has quit [Ping timeout: 240 seconds]
RubenSomsen has quit [Read error: Connection reset by peer]
RubenSomsen has joined #bitcoin-core-dev
moneyball_ has quit [Read error: Connection reset by peer]
jkczyz has quit [Read error: Connection reset by peer]
brunoerg has joined #bitcoin-core-dev
moneyball_ has joined #bitcoin-core-dev
jkczyz has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
bw has joined #bitcoin-core-dev
szkl has quit [Ping timeout: 240 seconds]
szkl has joined #bitcoin-core-dev
kabaum has quit [Ping timeout: 272 seconds]
brunoerg has joined #bitcoin-core-dev
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
brunoerg has quit [Ping timeout: 250 seconds]
asdfsfdasdfw has quit [Quit: Going offline, see ya! (www.adiirc.com)]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] theStack opened pull request #24374: contrib: refactor: simplify linearize scripts (master...202202-contrib-simplify_linearize_script) https://github.com/bitcoin/bitcoin/pull/24374
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
panpan has quit [Quit: WeeChat 2.8]
ogola has quit [Quit: WeeChat 2.8]
hashfunc1316 has joined #bitcoin-core-dev
hashfunc1316 has quit [Remote host closed the connection]
hashfunc107 has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edc0d327f1a0...3a618c1e3b79
<bitcoin-git> bitcoin/master 3a618c1 Andrew Chow: Merge bitcoin/bitcoin#24281: docs: Update to match new default wallet type...
<bitcoin-git> bitcoin/master 8e9699c Bitcoin Hodler: Update doc to match new default wallet type
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 merged pull request #24281: docs: Update to match new default wallet type (master...doc-fix-default-wallet) https://github.com/bitcoin/bitcoin/pull/24281
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
hashfunc107 has quit [Ping timeout: 256 seconds]
Alina-malina has quit [Ping timeout: 272 seconds]
Alina-malina has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
AaronvanW has quit [Quit: Leaving...]
bitdex has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
lukedashjr has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
luke-jr has quit [Ping timeout: 256 seconds]
lukedashjr is now known as luke-jr
trademark2022 has joined #bitcoin-core-dev