From 56dc09fc90bba3588a3572375c2bc217291f320b Mon Sep 17 00:00:00 2001 From: "Dima K." Date: Mon, 9 Sep 2024 12:01:55 -0700 Subject: [PATCH] [Quick PR][LocalNet] Turn off minimum-gas-prices (#805) ## 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 --- config.yml | 3 ++- localnet/poktrolld/config/app.toml | 2 +- x/tokenomics/types/tx.pb.go | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 563dbd7f2..db69fbb7b 100644 --- a/config.yml +++ b/config.yml @@ -83,7 +83,8 @@ validators: app: # DEV_NOTE: Ignite does not carry over all defaults, so we are going to match `minimum-gas-prices` with `cmd/config.go`. # See the enhancement request here: https://github.com/ignite/cli/issues/4340 - minimum-gas-prices: 0.000000001upokt + # TODO(#794): turn on `minimum-gas-prices` back + # minimum-gas-prices: 0.000000001upokt telemetry: enabled: true prometheus-retention-time: "600" # seconds diff --git a/localnet/poktrolld/config/app.toml b/localnet/poktrolld/config/app.toml index 2e42545ee..c80f545ae 100644 --- a/localnet/poktrolld/config/app.toml +++ b/localnet/poktrolld/config/app.toml @@ -6,7 +6,7 @@ iavl-disable-fastnode = false index-events = [] inter-block-cache = true min-retain-blocks = 0 -minimum-gas-prices = "0.000000001upokt" +minimum-gas-prices = "0upokt" pruning = "nothing" pruning-interval = "0" pruning-keep-recent = "0" diff --git a/x/tokenomics/types/tx.pb.go b/x/tokenomics/types/tx.pb.go index e4fec264c..9f18a148c 100644 --- a/x/tokenomics/types/tx.pb.go +++ b/x/tokenomics/types/tx.pb.go @@ -125,7 +125,6 @@ type MsgUpdateParam struct { // specified in the `Params` message in `proof/params.proto.` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Types that are valid to be assigned to AsType: - // // *MsgUpdateParam_AsString // *MsgUpdateParam_AsInt64 // *MsgUpdateParam_AsBytes