litecore-archive / litecore-lib

A pure and powerful JavaScript Litecoin library
https://litecore.io/
Other
72 stars 85 forks source link

support litecoin bech32 address #24

Open noateden opened 3 years ago

losh11 commented 3 years ago

Thank you for this. Will merging this make insight bech32 compatible? It still looks like there are a couple of bitcore/bitcoin references in your PR, i.e. uri.js.

noateden commented 3 years ago

Hi @losh11, currently, it works perfectly with the newest litecoin node & bitcore-node. We need to upgrade litecore-node to use the newest version of litecoin (RPC version 0.16 or higher).

losh11 commented 3 years ago

@pmtoan are you able to make the changes to litecore-node? afaik it's just litecoin core 0.16 with two/three more rpcs...

noateden commented 3 years ago

@losh11 sure, I will work on it