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
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