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

Use owner in backfill ethereum transaction hash migration #9080

Conversation

xin-hedera
Copy link
Collaborator

Description:

This PR fixes the delete permission issue

  • Use owner in the migration

Related issue(s):

Fixes #9079

Notes for reviewer:

Checklist

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

@xin-hedera xin-hedera self-assigned this Aug 20, 2024
@xin-hedera xin-hedera added bug Type: Something isn't working parser Area: File parsing labels Aug 20, 2024
@xin-hedera xin-hedera added this to the 0.113.0 milestone Aug 20, 2024
@xin-hedera xin-hedera requested a review from a team August 20, 2024 17:57
Copy link

Copy link
Member

@mgoelswirlds mgoelswirlds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just a question. The query that is added would use the owner?

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (20d2cb0) to head (68f8ea3).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9080   +/-   ##
=========================================
  Coverage     92.20%   92.20%           
- Complexity     7706     7708    +2     
=========================================
  Files           933      933           
  Lines         30771    30777    +6     
  Branches       3750     3750           
=========================================
+ Hits          28371    28377    +6     
  Misses         1562     1562           
  Partials        838      838           

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

Copy link
Contributor

@jnels124 jnels124 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jascks jascks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xin-hedera xin-hedera merged commit 0e42a6a into main Aug 20, 2024
31 checks passed
@xin-hedera xin-hedera deleted the 9079-backfillethereumtransactionhashmigration-failed-due-to-db-role-permission branch August 20, 2024 18:55
xin-hedera added a commit that referenced this pull request Aug 20, 2024
- Use owner mirror_node in the migration

Signed-off-by: Xin Li <[email protected]>
jascks pushed a commit that referenced this pull request Aug 22, 2024
- Use owner mirror_node in the migration

Signed-off-by: Xin Li <[email protected]>
Signed-off-by: Jeff Schmidt <[email protected]>
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 parser Area: File parsing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BackfillEthereumTransactionHashMigration failed due to db role permission
5 participants