Skip to content

Unify changeset APIs between all structures #1022

@LLFourn

Description

@LLFourn
  • 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).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions