-
Notifications
You must be signed in to change notification settings - Fork 144
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: TokenCancelAirdrop should fail fast with invalid parameters #17168
feat: TokenCancelAirdrop should fail fast with invalid parameters #17168
Conversation
Signed-off-by: Kim Rader <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17168 +/- ##
============================================
- Coverage 64.33% 64.33% -0.01%
+ Complexity 20941 20939 -2
============================================
Files 2555 2555
Lines 96171 96171
Branches 10055 10055
============================================
- Hits 61870 61868 -2
Misses 30663 30663
- Partials 3638 3640 +2
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Signed-off-by: Kim Rader <[email protected]>
Signed-off-by: Kim Rader <[email protected]>
…f github.com:hashgraph/hedera-services into 17167-clean-up-TokenCancelAirdrop-null-param-failure
LGTM TY @kimbor |
Description:
TokenCancelAirdrop transactions should handle empty parameters appropriately.
Related issue(s):
Fixes #17167