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.
Issue Type
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.