FourthState / plasma-mvp-rootchain

smart contract implementation according to the Plasma MVP spec.
Apache License 2.0
79 stars 24 forks source link

Independent finalization #105

Open hamdiallam opened 5 years ago

hamdiallam commented 5 years ago

If an output it over a week old, it should not have to be placed in the exit queue. Outputs within the last week should go into the queue

The output should rather go into a Pending state and be finalized independently.