< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d486991aa59d...2b9a4a13324a
< bitcoin-git> bitcoin/master 478c11d Yahia Chiheb: Correct scripted-diff example link
< bitcoin-git> bitcoin/master 2b9a4a1 fanquake: Merge #18577: doc: Correct scripted-diff example link
< bitcoin-git> [bitcoin] fanquake merged pull request #18577: doc: Correct scripted-diff example link (master...correct-link) https://github.com/bitcoin/bitcoin/pull/18577
< bitcoin-git> [bitcoin] hebasto opened pull request #18581: ci: Print ccache stats, add pip cache, and cleanups (master...20200409-ci-plus) https://github.com/bitcoin/bitcoin/pull/18581
< jonasschnelli> achow101: thanks for the writeup! Will go through it now...
< sipa>
< gwillen> uh, assuming there is not something wrong with my IRC client, I see one line from jonasschnelli which is (presumably accidentally) written in black-on-black text, followed by a blank line from sipa
< achow101> gwillen: it's a space
< achow101> I see jonasschnelli's line fine, probably becaue I'm highlighted?
< sipa> oh, i didn't see jonasschnelli's at all, assuming it was an empty line
< sipa> sneaky.
< gwillen> yeah I figured that might have been what happened
< vasild> I see jonasschnelli's message as black-on-black too, had to copy-paste into another terminal so I can read it
< jonasschnelli> hmm... I used my mobile (iOS) irc client (via a znc bouncer). Now back on my desktop client. Better?
< gwillen> your text is no longer black
< jonasschnelli> I also have a empty line from sipa. :}
< jonasschnelli> maybe someone is messing with my znc
< bitcoin-git> [bitcoin] tom19990101 opened pull request #18583: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18583
< bitcoin-git> [bitcoin] fanquake closed pull request #18583: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18583
< vasild> MarcoFalke: https://github.com/bitcoin/bips/pull/907#issuecomment-611997913 -- I have just started looking into this, digesting the BIP for now.
< MarcoFalke> Yeah, I wasn't sure if dongcarl had done the fixups as well (locally, not public)
< bitcoin-git> [bitcoin] hebasto closed pull request #18400: gui: Import only required Objective-C headers (master...20200321-objc-headers) https://github.com/bitcoin/bitcoin/pull/18400
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2b9a4a13324a...29893ec8751f
< bitcoin-git> bitcoin/master fa47a0b MarcoFalke: net: Make addr relay mockable
< bitcoin-git> bitcoin/master fa1793c MarcoFalke: net: Pass connman const when relaying address
< bitcoin-git> bitcoin/master fa1da3d MarcoFalke: test: Add basic addr relay test
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18454: net: Make addr relay mockable, add test (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18454
< hebasto> promag: around?
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18584: test: Check that the version message does not leak the local address (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18584
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29893ec8751f...3347ca48816c
< bitcoin-git> bitcoin/master 7fcdec0 Hennadii Stepanov: Remove PID file at the very end
< bitcoin-git> bitcoin/master 3347ca4 MarcoFalke: Merge #18526: Remove PID file at the very end
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18526: Remove PID file at the very end (master...20200404-del-pid) https://github.com/bitcoin/bitcoin/pull/18526
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3347ca48816c...a840dab2a582
< bitcoin-git> bitcoin/master fad691c MarcoFalke: rpc: Make verifychain default values static, not depend on global args
< bitcoin-git> bitcoin/master a840dab MarcoFalke: Merge #18541: rpc: Make verifychain default values static, not depend on g...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18541: rpc: Make verifychain default values static, not depend on global args (master...2004-rpcStaticDefaults) https://github.com/bitcoin/bitcoin/pull/18541
< instagibbs> ryanofsky, indeed looking at private keys disabled to change logic was basically a hack, moving forward with descriptor wallets we should try to do better
< instagibbs> I'm merely describing what will not work(and likely surprise the user) with #16528
< gribble> https://github.com/bitcoin/bitcoin/issues/16528 | Native Descriptor Wallets using DescriptorScriptPubKeyMan by achow101 · Pull Request #16528 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] theStack opened pull request #18585: test: use zero-argument super() shortcut (Python 3.0+) (master...20201004-test-use-python3-non-zero-arg-super) https://github.com/bitcoin/bitcoin/pull/18585
< wumpus> PSA: please don't push anything to the master branch, I'm working on forking off 0.20
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to master: https://github.com/bitcoin/bitcoin/compare/a840dab2a582...d84c9aa25d8b
< bitcoin-git> bitcoin/master d84c9aa Wladimir J. van der Laan: build: Bump version to 0.20.99
< wumpus> ok, 0.20 branch has been created, master is free for merging for 0.21
< jonatack> 0.20 \o/
< promag> hebasto: yup
< promag> 0.20 \m/
< promag> #18578 simple leak fix btw
< gribble> https://github.com/bitcoin/bitcoin/issues/18578 | gui: Fix itemWalletAddress leak when not tree mode by promag · Pull Request #18578 · bitcoin/bitcoin · GitHub
< promag> ah yes, I think it's fine doing in NodeImpl::startShutdown
< promag> it's not a gui concern I think
< MarcoFalke> 0.20 'o'
< promag> MarcoFalke: 18578 is a fix, so I can PR for 0.20 branch right?
< promag> (after merging is master)
< promag> *in
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d84c9aa25d8b...6ab96ec5469c
< bitcoin-git> bitcoin/master 7501977 Jon Atack: cli -getinfo: use getbalances instead of deprecated getwalletinfo balance
< bitcoin-git> bitcoin/master 5df0877 Jon Atack: test: update and harden interface_bitcoin_cli tests
< bitcoin-git> bitcoin/master 6ab96ec MarcoFalke: Merge #18574: cli: call getbalances.ismine.trusted instead of getwalletinf...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18574: cli: call getbalances.ismine.trusted instead of getwalletinfo.balance (master...getinfo-call-getbalances-instead-of-getwalletinfo-balances) https://github.com/bitcoin/bitcoin/pull/18574
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6ab96ec5469c...4eb1eeb02c57
< bitcoin-git> bitcoin/master 0660119 Russell Yanofsky: Drop unintended bitcoin-tx dependency on libevent
< bitcoin-git> bitcoin/master 01a3392 Russell Yanofsky: Drop bitcoin-wallet dependency on libevent
< bitcoin-git> bitcoin/master 4eb1eeb MarcoFalke: Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on li...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent (master...pr/dep-libevent) https://github.com/bitcoin/bitcoin/pull/18504
< hebasto> promag: thanks
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/4eb1eeb02c57...1b3076136048
< bitcoin-git> bitcoin/master e6e44ee Russell Yanofsky: Multiprocess build changes
< bitcoin-git> bitcoin/master d630646 Russell Yanofsky: libmultiprocess depends build
< bitcoin-git> bitcoin/master 787f406 Russell Yanofsky: Set LD_LIBRARY_PATH consistently in travis tests
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16367: Multiprocess build support (master...pr/ipc-build) https://github.com/bitcoin/bitcoin/pull/16367
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1b3076136048...99d6a5be8bf1
< bitcoin-git> bitcoin/master 1dde238 Russell Yanofsky: Add ChainClient setMockTime, getWallets methods
< bitcoin-git> bitcoin/master 3ce16ad Russell Yanofsky: refactor: Use psbt forward declaration
< bitcoin-git> bitcoin/master 99d6a5b MarcoFalke: Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17999: refactor: Add ChainClient setMockTime, getWallets methods (master...pr/ipc-clients) https://github.com/bitcoin/bitcoin/pull/17999
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99d6a5be8bf1...a9213bbe75c6
< bitcoin-git> bitcoin/master 14e8cf9 Pieter Wuille: [consensus] MOVEONLY: Move single-sig checking EvalScript code to EvalChec...
< bitcoin-git> bitcoin/master a9213bb MarcoFalke: Merge #18422: [consensus] MOVEONLY: Move single-sig checking EvalScript co...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18422: [consensus] MOVEONLY: Move single-sig checking EvalScript code to EvalChecksig (master...2020-03-evalchecksig) https://github.com/bitcoin/bitcoin/pull/18422
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/a9213bbe75c6...10358a381aee
< bitcoin-git> bitcoin/master 8e2ecfe James O'Beirne: validation: add CChainState.m_from_snapshot_blockhash
< bitcoin-git> bitcoin/master 89cdf4d James O'Beirne: validation: introduce unused ChainstateManager
< bitcoin-git> bitcoin/master 5b690f0 James O'Beirne: refactor: move RewindBlockIndex to CChainState
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17737: Add ChainstateManager, remove BlockManager global (master...2019-12-au.chainman) https://github.com/bitcoin/bitcoin/pull/17737
< promag> MarcoFalke: Multi Merge
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/10358a381aee...51e2ce45d682
< bitcoin-git> bitcoin/master dcc8332 Andrew Toth: Add generateblock rpc
< bitcoin-git> bitcoin/master 7524b64 Andrew Toth: Add tests for generateblock
< bitcoin-git> bitcoin/master 51e2ce4 MarcoFalke: Merge #17693: rpc: Add generateblock to mine a custom set of transactions
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17693: rpc: Add generateblock to mine a custom set of transactions (master...generateblock) https://github.com/bitcoin/bitcoin/pull/17693
< luke-jr> is the wallet meeting today or next week? :x
< achow101> luke-jr: today
< luke-jr> phew
< bitcoin-git> [bitcoin] laanwj opened pull request #18586: build: Bump gitian descriptors to 0.21 (master...2020_04_bump_descriptors) https://github.com/bitcoin/bitcoin/pull/18586
< bitcoin-git> [bitcoin] laanwj pushed tag v0.20.0rc1: https://github.com/bitcoin/bitcoin/compare/v0.20.0rc1
< achow101> \o/
< MarcoFalke> #proposedwalletmeetingtopic (short topic) Return last processed block in most wallet RPCs
< achow101> wallet meeting?
< achow101> #startmeeting
< lightningbot> Meeting started Fri Apr 10 19:03:30 2020 UTC. The chair is achow101. Information about MeetBot at http://wiki.debian.org/MeetBot.
< lightningbot> Useful Commands: #action #agreed #help #info #idea #link #topic.
< achow101> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball ariard digi_james amiti fjahr
< achow101> jeremyrubin emilengler jonatack hebasto jb55
< jonatack> hi
< MarcoFalke> hi
< achow101> topics?
< MarcoFalke> mine
< achow101> I would also like to discuss watchonly descriptor wallet things
< achow101> #topic (short topic) Return last processed block in most wallet RPCs (MarcoFalke)
< MarcoFalke> In light of #17954 and generally that the wallet may fall behind on the best tip, the RPCs should return the last processed block
< gribble> https://github.com/bitcoin/bitcoin/issues/17954 | wallet: Remove calls to Chain::Lock methods by ryanofsky · Pull Request #17954 · bitcoin/bitcoin · GitHub
< MarcoFalke> This should be uncontroversial, but just making sure shouldn't hurt
< achow101> All the wallet RPCs?
< achow101> there are a bunch that don't return objects, and some that it probably doesn't matter
< MarcoFalke> At least the ones that report the balance or otherwise depend on the latest block processed
< jonatack> FWIW I've added fetching multiwallet balances client-side to -getinfo
< achow101> well getbalance returns just a number
< achow101> so you would have to make that an object, which would break a ton of things
< MarcoFalke> getbalances *smirk*
< jonatack> getbalance is superseded by getbalances anyway... could probably leave it be?
< achow101> yeah but who uses that?
< MarcoFalke> Maybe long term it makes sense to break the API
< MarcoFalke> getreceivedby* also returns only a plain number
< jonatack> if the rpc doesn't return an object i'm not sure it's worth breaking only for that
< jonatack> api v2 (tm)
< MarcoFalke> gettransaction, getbalances, getwalletinfo should be trivial to amend, since they are an object already
< achow101> yes
< MarcoFalke> jonatack: the API version is always v${VERSION_OF_BITCOIN_CORE}
< MarcoFalke> Anyway, that was the short topic. My issue is here: #18567
< gribble> https://github.com/bitcoin/bitcoin/issues/18567 | Return block hash with wallet calls · Issue #18567 · bitcoin/bitcoin · GitHub
< jonatack> MarcoFalke: right... bitcoin-cli -version
< achow101> would it be ok to just not have it returned for getbalance and getreceivedby?
< jonatack> and getunconfirmedbalance
< achow101> iirc those can include unconfirmed txs too so even at a given block hash, the balance can still change
< MarcoFalke> I suspect most clients will ignore the value anyway
< achow101> jonatack: I think that's the one rpc that this is completely useless for
< MarcoFalke> achow101: Same is true for getbalances (it can change between blocks as well)
< jonatack> yes
< achow101> MarcoFalke: sure, just trying not to cause things to explode
< achow101> anyways, I think we can all just comment on the issue
< achow101> #topic watchonly and descriptor wallets
< achow101> yesterday I wrote https://gist.github.com/achow101/94d889715afd49181f8efdca1f9faa25 which describes some of the motivations, use cases, and issues for descriptor wallets
< achow101> one point that has come up in discussions is watchonly, in particular handling multisigs
< sipa> where watchonly just means "you don't have all private keys in your wallet locally" ?
< achow101> I think so
< sipa> (i bring that up, because say in a HW wallet situation, just because the key is not in your wallet.dat, doesn't mean you don't have the ability to spend)
< achow101> ryanofsky suggested having some descriptors be marked as "watchonly" and others as not, independent of private keys
< achow101> "I wonder if in this kind of wallet, ability to mark individual descriptors watchonly or not, ability to display two balances, and ability to have RPCs that know which descriptors are intended for signing regardless of whether private keys are present might help with UX, and maybe let someone get away with just having have one bitcoin wallet instead of two and having to exporting/import between them."
< sipa> i'm not sure how i feel about that
< sipa> there really shouldn't be a descriptor in the first place for the stuff you don't care about (and turning it into a watchonly thing to separate it feels like a hack)
< sipa> i also don't have a better solution for how you'd go from "create single-key thing first, and then construct a multisig out of it"
< achow101> instagibbs also points out that if we allow descriptors with some but not all private keys, bumpfee and PSBT GUI break
< sipa> how so?
< achow101> so having a bool on the descriptors to indicate signing-ness or something would help with that
< achow101> but it does feel like we're regressing to legacy wallet territory
< sipa> i agree
< achow101> sipa: they switch on disable_private_keys. so if not disable_private_keys, sign, otherwise show/copy psbt
< achow101> but a multisig with some but not all privkeys is not disable_private_keys but will fail to sign
< sipa> wouldn't it be better to have separate RPCs for when you expect a fully-signed output vs PSBT output?
< sipa> and the latter would always work, and the former would just fail if not enough keys are present
< achow101> the other problem is that coin selection may choose to include a multisig utxo that you can't always sign for so sometimes sending will fail
< achow101> sipa: I think that's reasonable
< sipa> achow101: i think that's inherent to the no-mixed-wallet philosophy
< sipa> if you really want coin selection to choose directly-spendable coins over multisig ones, you should have two separate wallets
< sipa> the idea that you'd ever want those two mixed in the same wallet was a mistake i think, and it's what we're getting rid of?
< achow101> right. I don't think it's really a supported use case, but I'm not sure that we can/should block it
< sipa> i think to the extent possible the behavior of wallets and RPCs should not depend on whether you happen to have a private key locally
< achow101> right
< achow101> I think the separate RPCs and buttons idea mostly solves this. we can disable the signing one when explicitly there are no private keys
< achow101> those functionality may also be useful even when you do have all the private keys
< sipa> right
< sipa> maybe you want to get a PSBT out even when you have all private keys, e.g. for a final auditing on a secure machine before broadcasting or so
< sipa> (as they retain fee information)
< achow101> and we should stop changing behavior based on disable_private_keys
< sipa> yeah
< achow101> any other topics?
< sipa> at least for descriptor wallets...
< jonatack> sgtm (and good doc achow101, thanks)
< achow101> #endmeeting
< lightningbot> Meeting ended Fri Apr 10 19:39:12 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
< instagibbs> achow101, "just add more buttons" still would result in things semi-randomly failing though
< instagibbs> like, sometimes maybe the "send" button would work, sometimes not, depending on what mixture of stuff you imported
< achow101> instagibbs: that was discussed as "don't do it"
< sipa> could it be greyed out when not enough private keys are present? :p
< instagibbs> sipa, don't know until you do coin selection :P
< instagibbs> achow101, oh I might have missed the result, looking through scrollback...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/51e2ce45d682...75917591c840
< bitcoin-git> bitcoin/master dabe2bb Wladimir J. van der Laan: build: Bump gitian descriptors to 0.21
< bitcoin-git> bitcoin/master 7591759 Wladimir J. van der Laan: Merge #18586: build: Bump gitian descriptors to 0.21
< sipa> instagibbs: it feels very wrong that things would depend on coin selection
< instagibbs> yes.
< bitcoin-git> [bitcoin] laanwj merged pull request #18586: build: Bump gitian descriptors to 0.21 (master...2020_04_bump_descriptors) https://github.com/bitcoin/bitcoin/pull/18586
< instagibbs> sipa, I'm reading your comments above as supportive of the idea that sometimes it wouldn't work, if the user had imported a private key of some sort?
< instagibbs> oh, "don't do it" as in user doesn't do it
< instagibbs> got it
< sipa> hmm
< sipa> i guess the relevant property that "no private keys" is conveying is "are sign operations guaranteed to always result in a fully-signed transaction"
< sipa> for a descriptor wallet you could technically infer this information from the descriptors (generate an sPK from them, try signing for it)
< instagibbs> i.e., if you can sign for all descriptors in wallet, magic behavior, vs "are there private keys"
< instagibbs> well, button greyed out at least
< sipa> which isn't so much "does this wallet have any private keys", but "is this a wallet that needs external stuff for signing"
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75917591c840...3eb8b1c3924c
< bitcoin-git> bitcoin/master 96cb597 Russell Yanofsky: gui: Avoid redundant tx status updates
< bitcoin-git> bitcoin/master 3eb8b1c MarcoFalke: Merge #17905: gui: Avoid redundant tx status updates
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17905: gui: Avoid redundant tx status updates (master...pr/ipc-txup) https://github.com/bitcoin/bitcoin/pull/17905
< luke-jr> doh, missed it >_<
< luke-jr> wallet ppl still around? >.>
< luke-jr> After #18546, avoid-reuse wallets should be working correctly in 0.20, but remain broken in 0.19 which interprets "destdata" as a destination being non-change.
< achow101> luke-jr: kinda
< luke-jr> Since avoid-reuse was a new feature in 0.19 and doesn't affect older wallets or wallets that don't opt-in at all, we can probably get away with just saying "it's broken; upgrade or don't use it"… but this issue makes "destdata" unsafe to use for anything else.
< gribble> https://github.com/bitcoin/bitcoin/issues/18546 | Bugfix: Wallet: Safely deal with change in the address book [part 2] by luke-jr · Pull Request #18546 · bitcoin/bitcoin · GitHub
< luke-jr> #18550 instead moves/stores change "destdata" in a new key which older wallets will ignore, thereby making it safe to add new "destdata" keys even in old wallets without breaking backward compatibility.
< gribble> https://github.com/bitcoin/bitcoin/issues/18550 | Store destdata for change in separate key for backward compatibility by luke-jr · Pull Request #18550 · bitcoin/bitcoin · GitHub
< luke-jr> However, doing this in 0.21 will mean extra code to support 0.20 avoid-reuse wallets as a special case. Or we can just merge something like #18572 into 0.20 to be forward compatible.
< gribble> https://github.com/bitcoin/bitcoin/issues/18572 | Wallet: Accept "changedata" db key as an alias to "destdata" by luke-jr · Pull Request #18572 · bitcoin/bitcoin · GitHub
< luke-jr> (Once it's safe to use "destdata" again, I hope to - for an example - reimplement address reuse warnings without bloom filters.)
< achow101> luke-jr: maybe add a wallet flag and don't let people downgrade from 0.21 if they used avoid_reuse?
< luke-jr> I think that would be even more complexity than the special-casing of "used" :x
< luke-jr> (which is about 3 LOC)
< achow101> why can't the change be backwards compatible?
< achow101> with 0.20
< luke-jr> that's the special casing of "used"
< luke-jr> for 0.20 (as is) to see it, it needs to be on a "destdata" db key, which breaks 0.19 and earlier
< luke-jr> for avoid-reuse, 0.19 and earlier didn't support it (or were just broken)
< luke-jr> but to use destdata for anything else requires fixing this for new keys
< achow101> i think i'm missing some context. I'll look at it more closely later and comment in the PR
< luke-jr> there isn't really much context.. ryanofsky got confused by the PRs :/
< luke-jr> this is basically just trying to pick up the pieces broken by avoid-reuse being prematurely merged
< luke-jr> (and to an extent, working toward using destdata for address reuse warnings)
< luke-jr> oh well, I'll try to be around to answer ?s
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBalanceChanged (master...pr/ipc-bal) https://github.com/bitcoin/bitcoin/pull/18587
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18322: refactor: Add params to node context (master...2003-nodeParams) https://github.com/bitcoin/bitcoin/pull/18322
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18322: refactor: Add params to node context (master...2003-nodeParams) https://github.com/bitcoin/bitcoin/pull/18322
< MarcoFalke> #proposedmeetingtopic experimental libmultiprocess, next steps for multiprocess in general (MarcoFalke, fanquake, cfields, ryanofsky)
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18588: Revert "Merge #16367: Multiprocess build support" (master...2004-buildMultiProcess) https://github.com/bitcoin/bitcoin/pull/18588