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

[fix] Reduce tokenfactory gas fee #5468

Merged
merged 5 commits into from
Jun 9, 2023
Merged

Conversation

stackman27
Copy link
Contributor

Closes: #5440

What is the purpose of the change

The current default mempool max gas per tx value is the old 25M value:

osmosis/cmd/osmosisd/cmd/root.go

Line 151 in c6697a5

max-gas-wanted-per-tx = "25000000"
Along with localosmosis instances, this apparently impacts edgenet? So transactions that exceed the 25M limit fail:

osmosis/x/tokenfactory/types/params.go

Line 16 in c6697a5

DefaultCreationGasFee = 40_000_000

Testing and Verifying

  • need to verify that mempool is working correctly with fee reduction

Documentation and Release Note

n/a

Where is the change documented?

  • Specification (x/{module}/README.md)
  • Osmosis documentation site
  • Code comments?
  • N/A

@stackman27 stackman27 force-pushed the sis/tokenfactory-reduce-gas branch from c7bfc70 to 35736cc Compare June 8, 2023 17:57
@stackman27 stackman27 added the V:state/breaking State machine breaking PR label Jun 8, 2023
@stackman27 stackman27 requested a review from p0mvn June 9, 2023 06:19
CHANGELOG.md Outdated Show resolved Hide resolved
@ValarDragon ValarDragon merged commit 4be383b into main Jun 9, 2023
@ValarDragon ValarDragon deleted the sis/tokenfactory-reduce-gas branch June 9, 2023 14:04
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
@github-actions github-actions bot mentioned this pull request May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:x/tokenfactory V:state/breaking State machine breaking PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update default mempool max gas per tx to reflect current mainnet
4 participants