Jonathan Underwood

Results 435 comments of Jonathan Underwood

`fromBech32m`, `toBech32m`, `bech32mFromOutputScript`, `bech32mToOutputScript` They should probably contain a deprecation warning with `console.warn` saying they will be removed in v6 for integration in fromBech32 etc.

I would be willing to release that immediately.

I made a new branch https://github.com/bitcoinjs/bitcoinjs-lib/tree/v5 (I haven't actually published up to this point yet, but the changes are minor, so we can add the new methods to this and...

Also, unrelated, TransactionBuilder is deprecated and will be removed in v6, so people coding in v5 should be moving to PSBT anyways.

Hi! Currently the plan is to use the tiny-secp256k1 WASM update, that way we can use the C library directly. That said, this will shut out people who have older...

That sounds about right. Thanks for sharing about the CSP rule behavior for WASM. I was not aware. If you want to go with 2 you can definitely fork off...

All this chatter made me feel bad, so I am working on getting schnorr into WASM. https://github.com/bitcoinjs/tiny-secp256k1/tree/feature/schnorr

bip32 is now modular. ecpair was giving trouble. sighashv1 is now live on v6 p2tr not yet. BitGo has a lot of assumptions baked into p2tr which need to be...

The taproot example I had up initially is bad. It's not incorrect. Nor is it insecure necessarily. But looking at BIP86, which requires a trick that was only recommended ("should")...