Dispute function should use the updated root when iterating through transactions
Closed this issue · 0 comments
vaibhavchellani commented
Right now the dispute function uses the state root from last batch to validate all transactions: https://github.com/thehubbleproject/contracts/blob/master/contracts/rollup.sol#L367
The right behavior is to use the updated state root post each transaction processing.