Skip to content
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: added test coverage of CancelAirdrop.sol #1192

Merged
merged 13 commits into from
Feb 4, 2025

Conversation

simzzz
Copy link
Contributor

@simzzz simzzz commented Jan 17, 2025

Description:
Added tests that verify IHRC904 cancelAirdrops targeted to an EOA are functional when called by a contract

Related issue(s):
Closes #1189

Notes for reviewer:

Checklist

  • Tested (unit, integration, etc.)

@quiet-node quiet-node added the enhancement New feature or request label Jan 17, 2025
@quiet-node quiet-node added this to the 0.12.0 milestone Jan 17, 2025
@simzzz simzzz requested a review from konstantinabl January 29, 2025 09:05
@simzzz simzzz requested a review from quiet-node January 30, 2025 15:11
quiet-node
quiet-node previously approved these changes Jan 30, 2025
Copy link
Member

@quiet-node quiet-node left a 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!

konstantinabl
konstantinabl previously approved these changes Feb 4, 2025
@simzzz simzzz force-pushed the 1189-cancel-airdrop-coverage branch from 4dc5c46 to 04b8ede Compare February 4, 2025 13:50
@simzzz simzzz force-pushed the 1189-cancel-airdrop-coverage branch from 04b8ede to 1f9923a Compare February 4, 2025 13:51
@simzzz simzzz dismissed stale reviews from konstantinabl and quiet-node via 20a6987 February 4, 2025 14:16
test/constants.js Show resolved Hide resolved
@simzzz simzzz merged commit e6ea726 into hashgraph:main Feb 4, 2025
33 checks passed
@simzzz simzzz deleted the 1189-cancel-airdrop-coverage branch February 4, 2025 21:35
mp-arianelabs pushed a commit to Ariane-Labs/hedera-smart-contracts that referenced this pull request Feb 10, 2025
* feat: added test coverage of CancelAirdrop.sol

Signed-off-by: Simeon Nakov <[email protected]>

* feat: changes test suite string

Signed-off-by: Simeon Nakov <[email protected]>

* feat: changed code comment

Signed-off-by: Simeon Nakov <[email protected]>

* skipped tests temporarily

Signed-off-by: Simeon Nakov <[email protected]>

* feat: added test coverage of CancelAirdrop.sol

Signed-off-by: Simeon Nakov <[email protected]>

* revert removal of deploy functions

Signed-off-by: Simeon Nakov <[email protected]>

* exported magic string as constant

Signed-off-by: Simeon Nakov <[email protected]>

* more clear comments for skipped tests

Signed-off-by: Simeon Nakov <[email protected]>

* requested changes from review

Signed-off-by: Simeon Nakov <[email protected]>

* fix conflicts

Signed-off-by: Simeon Nakov <[email protected]>

---------

Signed-off-by: Simeon Nakov <[email protected]>
mp-arianelabs pushed a commit to Ariane-Labs/hedera-smart-contracts that referenced this pull request Feb 10, 2025
* feat: added test coverage of CancelAirdrop.sol

Signed-off-by: Simeon Nakov <[email protected]>

* feat: changes test suite string

Signed-off-by: Simeon Nakov <[email protected]>

* feat: changed code comment

Signed-off-by: Simeon Nakov <[email protected]>

* skipped tests temporarily

Signed-off-by: Simeon Nakov <[email protected]>

* feat: added test coverage of CancelAirdrop.sol

Signed-off-by: Simeon Nakov <[email protected]>

* revert removal of deploy functions

Signed-off-by: Simeon Nakov <[email protected]>

* exported magic string as constant

Signed-off-by: Simeon Nakov <[email protected]>

* more clear comments for skipped tests

Signed-off-by: Simeon Nakov <[email protected]>

* requested changes from review

Signed-off-by: Simeon Nakov <[email protected]>

* fix conflicts

Signed-off-by: Simeon Nakov <[email protected]>

---------

Signed-off-by: Simeon Nakov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests that verify IHRC904 cancelAirdrops targeted to an EOA are functional when called by a contract
3 participants