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
ctx.IsPrepareProposal
ctx.IsProcessProposal
Discussion w/ @evan-forbes
The SDK ctx has these methods:
cosmos-sdk/types/context.go
Lines 60 to 61 in 8c98dec
The SDK ctx doesn't have methods to determine if the ctx is inside PrepareProposal or ProcessProposal
Add methods for IsPrepareProposal and IsProcessProposal.
IsPrepareProposal
IsProcessProposal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
Discussion w/ @evan-forbes
Context
The SDK ctx has these methods:
cosmos-sdk/types/context.go
Lines 60 to 61 in 8c98dec
Problem
The SDK ctx doesn't have methods to determine if the ctx is inside PrepareProposal or ProcessProposal
Proposal
Add methods for
IsPrepareProposal
andIsProcessProposal
.The text was updated successfully, but these errors were encountered: