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
This is a place holder to issue to update the way the SDK handles tags (events). With the advent of tendermint/tendermint#3643, we'll have to modify the way SDK tracks events to support more aggregate and complex events.
AC/Proposal
Instead of having handlers and ABCI methods explicitly return tags (now events), we can track events through the block and tx context lifecycle. At any point when we return an ABCI response, we simply aggregate all the events by type.
Summary
This is a place holder to issue to update the way the SDK handles tags (events). With the advent of tendermint/tendermint#3643, we'll have to modify the way SDK tracks events to support more aggregate and complex events.
AC/Proposal
Instead of having handlers and ABCI methods explicitly return tags (now events), we can track events through the block and tx context lifecycle. At any point when we return an ABCI response, we simply aggregate all the events by
type
.pseudo example:
So three new methods on the context:
replaces: #3122
replaces: #3956
For Admin Use
The text was updated successfully, but these errors were encountered: