< bitcoin-git>
[bitcoin] fanquake opened pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git>
[bitcoin] fanquake opened pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git>
[bitcoin] fanquake opened pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
< bitcoin-git>
[bitcoin] fanquake opened pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
< achow101>
we got all of the 22.0 wallet prs merged this week
< sipa>
oh, cool!
< michaelfolkson>
I'm assuming you'd like some feedback on your two BIPs achow101?
< achow101>
michaelfolkson: yes, that would be useful
< michaelfolkson>
The Key derivation path for single-sig P2TR seems pretty self explanatory, little to discuss
< S3RK>
hi
< achow101>
yeah, just waiting for a number on that
< achow101>
it'd be nice to have taproot psbt fields for 23.0 too
< michaelfolkson>
The PSBT one has been discussed on the mailing list, I saw. Perhaps more to discuss on that one
< achow101>
I'm going to be talking to some devs of other software for feedback on that
< kanzure>
hi
< jonatack>
hi
< michaelfolkson>
Cool, looks fine though. Pavol (Satoshi Labs) was happy with it
< achow101>
in terms of things to focus on next, I'd like for the rest of the coin selection changes to go through
< michaelfolkson>
PSBT and MuSig will be interesting
< achow101>
23.0 will also be after taproot activates, so I think we should try to get the default tr() descriptor merged for that
< achow101>
are there any other things that we want to focus on for the next release?
< jonatack>
one thing i thought would be in 22.0 and hope to still finish for 0.23 is the migration from fee rates in BTC/kvB to sat/vB, with respect to the send/fund/bumpfee/setfeerate/estimatefeerate RPCs (and eventually, the config options)
< jonatack>
and deprecate the feeRate options in BTC/kvB that are named closely to the fee_rate options in sat/B
< achow101>
jonatack: cool!
< jonatack>
just to mention it -- not as urgent as the coin selection work imo!
< achow101>
anything else to discuss?
< jonatack>
(it was my fault for not working on it more these past months)
< michaelfolkson>
Maybe Lightning will support MuSig before the Core wallet? :)
< michaelfolkson>
Have you thought about MuSig and PSBT?