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
orderPos = orderId % 2**orderLevel seems very adhoc and limited. Client side have to 'fetch an available order id', then sign it....
Considering nullifier.
I think 'prove something happened/exists' in zkrollup is easy, while 'prove something did not happen / does not exist' seems a bit hard, nullifier is a general solution. But nullifier has some performance problems...
seems not easy to prevent operator from replaying users' orders.
Be careful here.
ref: https://ethresear.ch/t/account-based-anonymous-rollup/6657
The current circuirts code may not be correct. A evil operator can put order into the tree more than once.
The text was updated successfully, but these errors were encountered: