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

feat: integrated feemarket #781

Closed
wants to merge 4 commits into from
Closed

Conversation

vishal-kanna
Copy link
Collaborator

closes: #774

@Eengineer1 Eengineer1 changed the base branch from main to develop August 27, 2024 10:54
@@ -493,6 +502,9 @@ func New(
),
)

app.FeeMarketKeeper = feemarketkeeper.NewKeeper(appCodec, keys[feemarkettypes.StoreKey], app.AccountKeeper, &feemarkettypes.TestDenomResolver{}, authtypes.NewModuleAddress(govtypes.ModuleName).String())
app.FeeMarketKeeper.SetDenomResolver(&feemarkettypes.TestDenomResolver{})
Copy link
Collaborator

@akhilkumarpilli akhilkumarpilli Sep 3, 2024

Choose a reason for hiding this comment

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

Why is this setting with TestDenomResolver? If this needs to be changed, then add TODO comment.

@Eengineer1
Copy link
Contributor

@vishal-kanna Could you please update + unify PR #782 with this, closing this (#781) down?

Having 2 non-synchronised PRs with relevant scope is redundant + hard to review otherwise.

@Eengineer1
Copy link
Contributor

Closing in favour of #782.

@Eengineer1 Eengineer1 closed this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[feature]: integrate x/feemarket module in app
3 participants