omgnetwork / plasma-mvp

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

Fix Root chain contract exit resubmission #25

Closed DavidKnott closed 6 years ago

DavidKnott commented 6 years ago

Fixes and tests utxo exit resubmission which occurs when multiple exits referencing the same utxo are submitted either during or after the challenge period. Protects against this by storing a unique ID (exitID) for all exits on chain, can be further optimized down the road. @paulperegud @robinclart Fixes #23