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
Each structure has a different name for its changeset. For example TxGraph it's called Additions while IndexedTxGraph is called IndexedAdditions. Rather they should have the same name and users should just use different module prefixes e.g. tx_graph::Additions or indexed_tx_graph::Additions.
Since these are monotone they don't need a "preview" methods. You can always just apply the update right away. I'd also include LocalChain in this policy despite it not being monotone (yet).