planetarium / NineChronicles.Bridge

A bridge implementation for the NineChronicles planets
3 stars 3 forks source link

Record processed transactions #25

Closed moreal closed 9 months ago

moreal commented 10 months ago

It should record(store) processed transaction relations. (upstream tx <-> downstream tx)

Akamig commented 10 months ago

Out of invalidation, We have several event states when comes to recording transactions in two different views, internally, and externally.

Local Transaction States Through Lifecycle

Global (External) Transaction States


It's bit long to explain, but in short On bridge side for now, since urql internally utilizing wonka, we can feed-in customized stream into urql, while handling normal-lifecycle logic.

Uh, I need to workoff now, so will write more about this but will implement in Saturday.