zeko-labs / zeko

Zeko: zk-Rollup for Mina, a succinct blockchain
https://zeko.io
Apache License 2.0
19 stars 3 forks source link

Force exit of L2 -> L1 #25

Open SebastienGllmt opened 1 year ago

SebastienGllmt commented 1 year ago

If the L2 goes down, there should be a way for users for force-exit their funds back to the L1

L-as commented 1 year ago

The DA problem in this case will be solved by using Mina's built-in mechanism of events/actions, i.e. the data under the Merkle tree will be in the transaction, stored by archive nodes forever. This does mean that to reconstruct the current state we need to rely on an archive node, which isn't a big assumption however.

L-as commented 1 year ago

What about the case where the funds are in a zkApp on L2 that needs complex interaction?