-
Notifications
You must be signed in to change notification settings - Fork 13
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
[LocalNet] Add gas fees #794
Comments
I flipped the config temporarily in TestNet, and
Will take a look at both when I start working on the ticket. |
@okdas Once you take a look at it, let's go with |
## Summary `minimum-gas-prices` was increased to `0.000000001upokt` on LocalNet. We are not ready for that yet. #794 will address the default fees values, so all existing documentation and processes will continue working with non-zero gas prices. --------- Co-authored-by: Daniel Olshansky <[email protected]>
## Summary `minimum-gas-prices` was increased to `0.000000001upokt` on LocalNet. We are not ready for that yet. #794 will address the default fees values, so all existing documentation and processes will continue working with non-zero gas prices. --------- Co-authored-by: Daniel Olshansky <[email protected]>
We've decided we are not going to add a constant gas fee. However, we still need to adjust |
Beta TestNet has been running with the fees turned on, and we're working to add them on LocalNet in #940. |
No changes. Introducing gas fees to LocalNet is currently not the priority due to a larg~er work on the tests side. We're going to revisit on v0.52+ of cosmos-sdk, as there are some enhancements in the configs we can potentially utilize for fees/default values. See #940 for more details. |
Repurposing this ticket to add gas fees on LocalNet. How the fees work is currently understood and implemented on TestNets. |
Objective
Add transaction/gas fees to poktroll.Now that Alpha and Beta TestNets are already running with fees turned on, this ticket is solely focused on ensuring gas fees on LocalNet.
Origin Document
Goals
Parity with Morse w.r.t Tx Fees(already achieved on Alpha/Beta TestNets)Unblock poktscan from deserializing tx fees(already unblocked on Alpha/Beta TestNets)Deliverables
Ensure this is part of(Alpha/Beta already handled; only LocalNet remains)LocalNet andfuture TestNetsGeneral deliverables
Creator: @Olshansk
Co-Owners: @okdas
The text was updated successfully, but these errors were encountered: