@nori-zk/mina-token-bridge
Version:
Nori ethereum state settelment and nETH token bridge zkApp
15 lines (14 loc) • 668 B
TypeScript
/**
* NoriTokenBridge — in-flight mint invalidation fix, green proof (Finding 41428, Lightnet)
*
* This lightnet test demonstrates the fix: with `noriMint` taking the window
* start as a WITNESS (no on-chain `windowStart` precondition), a mint proven
* before an `update` is still accepted after that update — the only remaining
* shared precondition is `actionState`, which tolerates the last ~4 updates.
*
* Runs with maxWindow = 2 so filling the window is only a couple of real txs.
*
* Requires: Lightnet at http://localhost:8080/graphql (accountManager :8181,
* archive :8282) and the test-only `adminSetDepositRoot` method enabled.
*/
export {};