Chris Hyunhum Cho
Chris Hyunhum Cho
I've made pull request #39, which can convert jwk to hex key. Because creation of on-chain wallet does not cost any, just create on-chain wallet with private key of ION....
It supports for ECDSA ION key. If merged, I will try to add EDDSA support.
I made PR https://github.com/bitcoinjs/coinselect/pull/82 regarding this issue.
Not knowing much about Next, but may relate to buffer polyfill issue.
fix it! appreciate if published to npm 🙏
@LeeKorbisCa I published my forked version to npm bitcoinselect(which support segwit and taproot), u can use it if u want https://github.com/ChrisCho-H/bitcoinselect
thanks a lot. it works for p2pkh, p2sh and p2wpkh(segwit). I change a logic a bit to include all the cases(especially nested segwit) in [369093c](https://github.com/bitcoinjs/coinselect/pull/82/commits/369093c6f20b9592056f71a35743e57f698ec683). `script` field is now separating...
@LeeKorbisCa I published my forked version to npm `bitcoinselect`, u can use it if u want https://github.com/ChrisCho-H/bitcoinselect
@landabaso would u mind to review it?
How about using enum as bitcoin core does? https://github.com/bitcoin/bitcoin/blob/master/src/script/script.h#L72