omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Abstract events into an event listener #137

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

Abstracts all events into RootEventListener, which emits events only once they're "finalized" in the root chain. Should avoid a lot of issues with reorgs. Needs to be integration tested, waiting on testing lang.

smartcontracts commented 6 years ago

Removed my hack - this should be ready to go.