issues
search
pieFi-platform
/
hashgraph-name-resolution-sdk
MIT License
0
stars
4
forks
source link
Change request upgrade sdk
#1
Closed
mamorite
closed
2 years ago
mamorite
commented
2 years ago
Describe your changes
Changed functions to work with new smart contract functions.
All sdk functions only perform read only calls to the smart contract functions.
Related Tickets
Clickup link
here
How to test
npm install
npm run jest
(There are some requirements for the tests to run correctly since they are all read only operations, the smart contracts must already contain data in order to test)
Checklist before requesting a review
[x] I have performed a self-review of my code
[x] My changes generate no new warnings
[x] Any dependent changes have been merged
[x] Integration tests pass
[x] Linters pass
[x] Unit tests pass
Describe your changes
Related Tickets
How to test
Checklist before requesting a review