omgnetwork / plasma-mvp

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

Add a BlockSubmitted event #138

Closed 4000D closed 6 years ago

4000D commented 6 years ago

Issue Type

[ ] bug report
[x] feature request

Current Behavior

Deposit event is fired when a user made a deposit on RootChain contract. It allows Plasma operator to catch up the new generated block.

If this mvp extends to p2p network, normal node(not an operator) have to catch up the chain tip. Firing Submit event, whenever operator submit a new block, notifies a new block to every node participating plasma network.