You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(l2): use deposit hash as the tx hash for l2 txs (#2562)
**Motivation**
Here we want to not process the same deposit to the L2 as two different
transactions.
**Description**
* Change the transaction hash of the `PrivilegedL2Transaction` to the
deposit hash (instead of the hash of the entire tx) . The one that is
emitted when the deposit is done
* In the `l1_watcher` skip transactions that are already on the store.
Closes#2552
0 commit comments