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

I need to do a hot change of feemarket... #3077

Closed
swag-eag opened this issue Apr 22, 2024 · 3 comments
Closed

I need to do a hot change of feemarket... #3077

swag-eag opened this issue Apr 22, 2024 · 3 comments
Labels
general questions other: decayed Stale issues that need follow up from commentators. Were closed for inactivity

Comments

@swag-eag
Copy link

Summary

My question is:
Suppose that the price of my blockchain token has changes so much that I need to modifty the minimum fee to adapt it the the new prices.
How can I create a new genesis.json to only modify the "feemarket" -> "params"?
Or how do I update the feemarket without missing the blockchain stored?

Do you have any link tyo documentation about this... and about changes of genesis configuration after genesis...

Thanks

@swag-eag swag-eag added status: waiting-triage This issue/PR has not yet been triaged by the team. type: docs-req Request to improve the documentation labels Apr 22, 2024
@MSalopek MSalopek added general questions and removed status: waiting-triage This issue/PR has not yet been triaged by the team. type: docs-req Request to improve the documentation labels Apr 22, 2024
@MSalopek
Copy link
Contributor

MSalopek commented Apr 22, 2024

Hey, thanks for opening an issue.

Are you asking about the x/globalfee module from the gaia repo?
The module is not intended for monitoring the token prices using external sources.

It's a simple module that allows the chain governance to set the minimum acceptable gas prices:

@swag-eag
Copy link
Author

Hey, thanks for opening an issue.

Are you asking about the x/globalfee module from the gaia repo? The module is not intended for monitoring the token prices using external sources.

It's a simple module that allows the chain governance to set the minimum acceptable gas prices:

I just want to modify the minimum acceptable gas prices (lowering or arising).
The monitoring can be done outside the module.

But... Is there a CLI way to change the minimum acceptable gas price, at runtime?

My concern is about high depreciations or revaluations affecting transaction prices

Thanks

@MSalopek
Copy link
Contributor

The gaia blockchain does not support the features you are mentioning.

Please check these modules for features you're looking for:

It's possible that solutions above have some of the features you are looking for, but none of the available modules allow for CLI changes to sensitive parameters at runtime.

If you wish to make a feature request, please consult the repositories linked above or open a feature request on the cosmos-sdk repo:

These questions are unfortunately outside of the scope of the cosmos hub blockchain repository.

@MSalopek MSalopek added the other: decayed Stale issues that need follow up from commentators. Were closed for inactivity label May 8, 2024
@MSalopek MSalopek closed this as completed May 8, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general questions other: decayed Stale issues that need follow up from commentators. Were closed for inactivity
Projects
None yet
Development

No branches or pull requests

2 participants