-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adds tests that verify IHRC904 claimAirdrops targeted to an EOA are functional when called by a contract #1200
Conversation
Signed-off-by: Simeon Nakov <[email protected]>
Signed-off-by: Simeon Nakov <[email protected]>
Signed-off-by: Simeon Nakov <[email protected]>
test/system-contracts/hedera-token-service/hrc-904/ClaimAirdropContract.js
Outdated
Show resolved
Hide resolved
test/system-contracts/hedera-token-service/hrc-904/ClaimAirdropContract.js
Outdated
Show resolved
Hide resolved
test/system-contracts/hedera-token-service/hrc-904/ClaimAirdropContract.js
Show resolved
Hide resolved
… tests Signed-off-by: Simeon Nakov <[email protected]>
Signed-off-by: Simeon Nakov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as other PRs let's clean up and reuse code where possible.
Thanks for the great work as always!
test/system-contracts/hedera-token-service/hrc-904/ClaimAirdropContract.js
Outdated
Show resolved
Hide resolved
test/system-contracts/hedera-token-service/hrc-904/ClaimAirdropContract.js
Show resolved
Hide resolved
Signed-off-by: Simeon Nakov <[email protected]>
Signed-off-by: Simeon Nakov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the great work!
Signed-off-by: Simeon Nakov <[email protected]>
Signed-off-by: Simeon Nakov <[email protected]>
Signed-off-by: Simeon Nakov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the great work as always!
Description:
This PR adds tests that verify IHRC904 claimAirdrops targeted to an EOA are functional when called by a contract as per the design doc
Related issue(s):
Fixes #1188
Notes for reviewer:
Checklist