zeko-labs / zeko

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

Replay attack prevention #18

Open SebastienGllmt opened 1 year ago

SebastienGllmt commented 1 year ago

We need to provide replay protection by making that the witnesses for a L2 transaction cannot be reused on the L1 (or vice-versa)

L-as commented 1 year ago

Commands include the network they apply on, so this is in some sense a "built-in" feature already. We don't use it right now however since tooling doesn't support signing such commands easily.

L-as commented 11 months ago

We need to do this.