-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problem: Ethermint market fee is not enabled #102
Comments
Closes: crypto-org-chain#142 crypto-org-chain#102 Solution: - update to ethermint's recent main branch - add feemarket module
Closes: crypto-org-chain#142 crypto-org-chain#102 Solution: - update to ethermint's recent main branch - add feemarket module changelog
Closes: crypto-org-chain#142 crypto-org-chain#102 Solution: - update to ethermint's recent main branch - add feemarket module changelog
related evmos/ethermint#654 |
I guess before it's added, it'd be good to have ADR to outline how this is going to be added on the live network (upgrade handler + some network param changes for EVM?) |
I think the initial plan is to disable the market fee but "support EIP-1559" by defining a never changing "base fee". This could be achieve by adding the TBC |
feemarket module is added to main now. |
We need to add the module in
app.go
However atm the market fee does not have any consequences on ethermint, we can probably wait next ethermint version before enable it
The text was updated successfully, but these errors were encountered: