We need to add a local configuration parameter to allow a validator to set the minimum gas fee that they want to accept. This should be done for every token they are willing to accept gas payment in. The validation of transactions in prepare_proposal should be based on this parameter instead of the protocol one.
We need to add a local configuration parameter to allow a validator to set the minimum gas fee that they want to accept. This should be done for every token they are willing to accept gas payment in. The validation of transactions in
prepare_proposalshould be based on this parameter instead of the protocol one.