evannetwork / api-blockchain-core

blockchain programming framework for evan.network
GNU Affero General Public License v3.0
5 stars 1 forks source link

Dependency issue with ./libs/eth-lightwallet/keystore #117

Open 6d7a opened 4 years ago

6d7a commented 4 years ago

Occured running api-blockchain-core v.2.19.0

Issue

Code copied from ConsenSys' Lightwallet is deprecated. Methods for string encoding are called on the imported Tweetnacl package These utils for encoding/decoding strings were moved into separate package

Please review these dependencies and update the copied Lightwallet library as well as the tweetnacl-util dependency if you run into the same issue.

Thanks