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

Add db migration to fix missing token association for claimed airdrops (0.119) #9878

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

xin-hedera
Copy link
Collaborator

Description:

This PR cherry picks the db migration to release/0.119

Related issue(s):

Related to #9865

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

#9877)

- Add a db migration to fix missing token association for claimed airdrops

Signed-off-by: Xin Li <xin@hashgraph.com>
@xin-hedera xin-hedera added bug Type: Something isn't working database Area: Database labels Dec 6, 2024
@xin-hedera xin-hedera added this to the 0.119.0 milestone Dec 6, 2024
@xin-hedera xin-hedera self-assigned this Dec 6, 2024
@xin-hedera xin-hedera requested a review from a team as a code owner December 6, 2024 14:35
Copy link

sonarqubecloud bot commented Dec 6, 2024

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 90.47619% with 20 lines in your changes missing coverage. Please review.

Project coverage is 92.24%. Comparing base (653bafe) to head (410e416).
Report is 1 commits behind head on release/0.119.

Files with missing lines Patch % Lines
...migration/FixAirdropTokenAssociationMigration.java 90.00% 12 Missing and 8 partials ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##             release/0.119    #9878      +/-   ##
===================================================
- Coverage            92.26%   92.24%   -0.02%     
- Complexity            7778     7816      +38     
===================================================
  Files                  951      953       +2     
  Lines                32522    32724     +202     
  Branches              4121     4143      +22     
===================================================
+ Hits                 30005    30187     +182     
- Misses                1549     1561      +12     
- Partials               968      976       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xin-hedera xin-hedera merged commit 8481dcb into release/0.119 Dec 6, 2024
30 of 31 checks passed
@xin-hedera xin-hedera deleted the 9865-migration-119 branch December 6, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type: Something isn't working database Area: Database
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants