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 Fee-Abstraction to Hub #3141

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Conversation

hoank101
Copy link

@hoank101 hoank101 commented Jun 7, 2024

Add Fee-abstraction module to the Hub
Follow by Proposal 810

This PR will:

  • Add Feeabs module
  • Add DenomResolverImpl is Gaia's implementation of x/feemarket's DenomResolver

Old PR #2702

@hoank101 hoank101 marked this pull request as draft June 7, 2024 02:05
@mpoke
Copy link
Contributor

mpoke commented Jun 7, 2024

@hoank101 Please note that the globalfee module will be removed once we add the feemarket module from Skip. We plan to release this in Gaia v18. For more details, see the PR that is in review #3028.

# 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
@hoank101 hoank101 marked this pull request as ready for review June 24, 2024 04:08
@hoank101
Copy link
Author

hi @mpoke can you review PR?

@hoank101
Copy link
Author

all test pass

@MSalopek
Copy link
Contributor

MSalopek commented Jul 15, 2024

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.

@hoank101
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants