CityOfZion / neon-js

Javascript libraries that allow the applications to interact with NEO blockchain
https://docs.coz.io/neo3/neon-js/index.html
MIT License
183 stars 165 forks source link

chore(npm): Bump bs58 to v5 #839

Closed snowypowers closed 2 years ago

snowypowers commented 2 years ago

bs58 major changes the API to return UInt8Array. Requires a slight code update. Also removes the old types dep since bs58 now export its own types.