Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 727 Bytes

File metadata and controls

12 lines (7 loc) · 727 Bytes

Automated Transaction State Graph

This is current prototype for the automated transaction state graph.

This data structure will serve as the backbone of the automated transaction sovereign rollup I'm currently writing about here.

This data structure is responsible for keeping the current validity state of the transactions it stores. The goal is to have constant distinction between two two disjoint sets, the valid and invalid transaction sets.

Down the line, it would be useful to include a priority ordering within the sets based on the transactions' associated fees.

Stay tuned for more