iden3/rollup

forgeBatch event

Closed this issue · 0 comments

We could save gas if we just pass blockNumber and then look for offChainTx in the node rather than passing directly offChainTx on forgeBatch event

event ForgeBatch(uint batchNumber, bytes offChainTx); --> event ForgeBatch(uint batchNumber, uint blockNumber);