-
Notifications
You must be signed in to change notification settings - Fork 690
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 Fee-Abstraction to Hub #3141
Conversation
# Conflicts: # ante/ante.go # app/app.go # app/keepers/keepers.go # app/keepers/keys.go # app/modules.go # go.mod # x/globalfee/ante/antetest/fee_test_setup.go # x/globalfee/ante/fee.go
# Conflicts: # ante/ante.go
hi @mpoke can you review PR? |
all test pass |
Would you mind explaining how you tested this feature? I don't see any additions to the integration or e2e tests. The tests are passing because the feature added in this PR is is never triggered or it is not confirmed that it is getting triggered correctly. |
Thank you for your feedback. I will add more tests for feeabs. Currently, it passes the original Gaia test |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Add Fee-abstraction module to the Hub
Follow by Proposal 810
This PR will:
Old PR #2702