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
EventTypeMessage events, with sdk.AttributeKeyModule and sdk.AttributeKeySender are now emitted directly at message exececution (in baseapp). This means that the following boilerplate should be removed from all your custom modules:
The module name is assumed by baseapp to be the second element of the message route: "cosmos.bank.v1beta1.MsgSend" -> "bank". In case a module does not follow the standard message path, (e.g. IBC), it is advised to keep emitting the module name event. Baseapp only emits that event if the module has not already done so.
What is the Problem Being Solved?
This tracks the agoric-sdk work for #8225.
See also #9180 for considerations specific to the upgrade handler.
Description of the Design
See https://github.com/Agoric/agoric-sdk/wiki/Upgrading-the-Interchain-Stack
See Protobuf section of cosmos-sdk Upgrade Guide.
In IBC-go 6-to-7 migration:
app.go
.Must also review the ibc-go changelog.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: