Jonathan Underwood
Jonathan Underwood
That is literally what CPFP is: "My fee rate is set super high so that I can bring up my ancestor's average spb by including myself in the batch." so...
Any CPFP assuming logic is similar to the "change" assuming logic of blockchain . info (from a long time ago) Yeah, most people assumed that if there were 2 outputs...
Thanks for the PR! Just a quick note before I review: This effort is duplicated with BitGo's fork, which is adding native JS schnorr and using TransactionBuilder. https://github.com/BitGo/bitcoinjs-lib/blob/master/ts_src/payments/p2tr.ts I will...
timeline? Not really. Right now: 1. Moving ecpair and bip32 libraries to a modular method of injecting the needed ecc interfaces. (following tiny-secp256k1, so we will ensure that tiny-secp256k1 implements...
Also, I think p2tr should also take and injected interface for the tweak operations. (which tiny-secp256k1 will implement) I want to keep ECC stuff out of bitcoinjs-lib moving forward. Basically,...
1-3 won't take too long, I just need to find time. If you are looking for something to help on, a PR adding v2 support for bip174 would help implement...
v6 pushed.
I was hoping to keep p2tr a non-breaking change. So rather than use a Factory to get all payments, I was thinking either: 1. p2tr is a factory 2. p2tr...
I wonder if we should offer a tool for sorting leafs in order of weight (likelihood of use) It should not be required to sort in any sort of order,...
- Needs integration tests (so we can verify that we can actually make PSBTs and sign them and they are valid to Bitcoin Core) - ECPair decisions might still affect...