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
feat(portfolio-contract): include FlowDetail (esp. type) in StatusFor['flow'] (#12178)
refs:
- https://github.com/Agoric/agoric-private/issues/507
## Description
once a flow is done or failed, there was no way to see in vstorage whether it was a ‘withdraw’, ‘deposit’, or ‘rebalance’ (without tracing history)
### Scaling Considerations
a small increase in vstorage IAVL usage
### Documentation / Testing Considerations
types, snapshots as usual
### Upgrade / Security Considerations
no exo state changes. `ymaxControl.upgrade(...)` compatible.
Only optional fields are added to shapes. This adds a gap when used as `TypedPattern<T>`: runtime validation might pass without satisfying the static type.
0 commit comments