Hedera SDK is using @hashgraph/proto version 2.9.0, but hethers.js was using the old one 2.1.5. In the new version some exports are changed, therefore when used in one project a conflict occur, where it can't find the right modules. Updating version and modifying the exports, fixes this.
Updated images of the node to the latest in tests.
Changed to using hedera-local with tag v.1.1.0 when running tests, because otherwise of the latest changes in hedera-local-node repo, it's unable to start the node.
Signed-off-by: georgi-l95 glazarov95@gmail.com
Description:
Hedera SDK is using @hashgraph/proto version 2.9.0, but hethers.js was using the old one 2.1.5. In the new version some exports are changed, therefore when used in one project a conflict occur, where it can't find the right modules. Updating version and modifying the exports, fixes this.
Updated images of the node to the latest in tests.
Changed to using hedera-local with tag v.1.1.0 when running tests, because otherwise of the latest changes in hedera-local-node repo, it's unable to start the node.
Related issue(s):
Fixes #270
Notes for reviewer:
Checklist