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
It allows users to track proposal deposit transactions or blocks by event proposal_deposit.depositor= "<depositor-address>", and it also allows applications get depositor from transaction event without parsing message or authz message with codec.
The text was updated successfully, but these errors were encountered:
Let's watch out to not inadvertently end up with the whole proposal in an event 😅.
Now we have the proposer, msgs, ID, so I think we should only add depositor as suggested here and proposal type and stop there. :D
Summary
Emit depositor in
proposal_deposit
eventProblem Definition
No response
Proposed Feature
It allows users to track proposal deposit transactions or blocks by event
proposal_deposit.depositor= "<depositor-address>"
, and it also allows applications get depositor from transaction event without parsing message or authz message with codec.The text was updated successfully, but these errors were encountered: