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 not an unexpected channel - this is a notification about our outgoing transfer from the settlementAccount. This happens in Forward's happy path.
Description of the Design
Something like #11046 in an upgrade-compatible way.
Security Considerations
Scaling Considerations
Test Plan
Settler should not log "unexpected channel" during a forward
Settler should retain precious state (mintedEarly) across upgrade
Upgrade Considerations
A new state variable and stateShape would be a breaking change for the SettlerKit kind and any active instances.
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
In the Forward path, Settler logs:
This is not an unexpected channel - this is a notification about our outgoing transfer from the
settlementAccount
. This happens inForward
's happy path.Description of the Design
Something like #11046 in an upgrade-compatible way.
Security Considerations
Scaling Considerations
Test Plan
mintedEarly
) across upgradeUpgrade Considerations
A new state
variable
andstateShape
would be a breaking change for theSettlerKit
kind and any active instances.The text was updated successfully, but these errors were encountered: