You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simd q block command queries the block, but it doesn't include tx events or begin/endblocker events. As a developer, it's often useful to have a easy way to query begin/endblocker events.
The simulate command is mainly useful for multisigs. Very often, we compose a tx, gather multisig signers to sign it, only to find out the tx fails because we made a typo when composing it. It'd be greatly helpful if we can simulate the tx, find out whether it will be successful or not, as well as get a gas estimate, before having signers sign it.
Proposal
Add the two suggested commands.
The text was updated successfully, but these errors were encountered:
Summary
Add the following two new CLI commands:
Problem Definition
Why these are useful?
The
simd q block
command queries the block, but it doesn't include tx events or begin/endblocker events. As a developer, it's often useful to have a easy way to query begin/endblocker events.The
simulate
command is mainly useful for multisigs. Very often, we compose a tx, gather multisig signers to sign it, only to find out the tx fails because we made a typo when composing it. It'd be greatly helpful if we can simulate the tx, find out whether it will be successful or not, as well as get a gas estimate, before having signers sign it.Proposal
Add the two suggested commands.
The text was updated successfully, but these errors were encountered: