-
Notifications
You must be signed in to change notification settings - Fork 112
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
HIP 904 add token associate on claim airdrop #9841
Conversation
Signed-off-by: Edwin Greene <edwin@swirldslabs.com>
Signed-off-by: Edwin Greene <edwin@swirldslabs.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9841 +/- ##
============================================
- Coverage 92.27% 92.25% -0.02%
- Complexity 7771 7778 +7
============================================
Files 951 951
Lines 32472 32526 +54
Branches 4118 4123 +5
============================================
+ Hits 29962 30008 +46
- Misses 1546 1550 +4
- Partials 964 968 +4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
…ciate Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
...ter/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListener.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Quality Gate passedIssues Measures |
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
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.
Looks good to me
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
* Associates a token when a claim airdrop occurs * Change balance generation transaction timeout from 5m to 10m * Handle scenario where user manually associates token before claiming --------- Signed-off-by: Edwin Greene <edwin@swirldslabs.com> Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> Co-authored-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
HIP 904 add token associate on claim airdrop (#9841) * Associates a token when a claim airdrop occurs * Change balance generation transaction timeout from 5m to 10m * Handle scenario where user manually associates token before claiming --------- Signed-off-by: Edwin Greene <edwin@swirldslabs.com> Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> Co-authored-by: Edwin Greene <edwin@hashgraph.com>
* Associates a token when a claim airdrop occurs * Change balance generation transaction timeout from 5m to 10m * Handle scenario where user manually associates token before claiming --------- Signed-off-by: Edwin Greene <edwin@swirldslabs.com> Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> Co-authored-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
HIP 904 add token associate on claim airdrop (#9841) * Associates a token when a claim airdrop occurs * Change balance generation transaction timeout from 5m to 10m * Handle scenario where user manually associates token before claiming --------- Signed-off-by: Edwin Greene <edwin@swirldslabs.com> Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> Co-authored-by: Edwin Greene <edwin@hashgraph.com>
Description:
Related issue(s):
Fixes #9865
Notes for reviewer:
Tested with claim airdrop transaction on Testnet. With this change, the token airdrop correctly appears in the
token_account
table after the claim.Checklist