BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
83 stars 141 forks source link

Integrating newer modules from bitcoinjs-lib #45

Open junderw opened 4 years ago

junderw commented 4 years ago

We just pushed out PSBT support, and are moving to remove TransactionBuilder and the templates folder completely (replaced by the payments module).

Also we have TypeScript support, which looks like it would work well with your BitgoJS/core module using TypeScript.

Feel free to ask me any questions here or on keybase (I have it linked with my Github) if you have any questions.

Payments and PSBT are an extremely powerful combination.

Have a look at the integration tests we have for PSBT:

bitcoinjs/bitcoinjs-lib : test/integration/transactions-psbt

p2sh and p2wsh payments can be nested in a loop, (see the helper function for the above integration test)

argjv commented 4 years ago

Thanks. I'll definitely take a look. How can I find you in keybase?

junderw commented 4 years ago

I am here: https://keybase.io/junderwood

Also, I have a new branch supporting BCH and BTG: (Can't merge upstream, but this works)

https://github.com/junderw/bitcoinjs-lib/tree/cashv5

ppoliani commented 3 years ago

Hi guys. Is there any progress on this issue? I believe the PSBT support is quite important.

OttoAllmendinger commented 3 years ago

there will be an effort to address this in 2021