We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #8563, we are adding sdk.Context to FeeAllowanceI in order to be able to ConsumeGas now and perform read-only queries in the future.
sdk.Context
FeeAllowanceI
ConsumeGas
For x/authz, let's:
x/authz
Authorization.Accept
Accept(ctx sdk.Context, msg sdk.ServiceMsg) (updated Authorization, delete bool, err error)
StakeAuthorization
We may also want to add ValidateBasic to Authorization specifically for StakeAuthorization.
ValidateBasic
Authorization
The text was updated successfully, but these errors were encountered:
@robert-zaremba to support on investigating gas table based recommendations for what the incremental gas charge # should be.
Sorry, something went wrong.
robert-zaremba
aleem1314
Successfully merging a pull request may close this issue.
In #8563, we are adding
sdk.Context
toFeeAllowanceI
in order to be able toConsumeGas
now and perform read-only queries in the future.For
x/authz
, let's:Authorization.Accept
interface to:StakeAuthorization
.We may also want to add
ValidateBasic
toAuthorization
specifically forStakeAuthorization
.The text was updated successfully, but these errors were encountered: