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
and its disappear when I increase my maxActionsPerProof to 10 from 5. I think current implementation of createSettlementProof() does not paying attention to maxActionsPerProof constraints when current unsettled action size exceeds.
The text was updated successfully, but these errors were encountered:
I just wanted to write that we have a unit test which checks the case where pending actions exceed the actionsPerProof, but @45930 it seems that you removed that test in #1834, and replaced it with tests that don't check that important case? Seems essential to have such a test
When I'm running stress test for my DRM Contract, offchainState gives me error:
and its disappear when I increase my maxActionsPerProof to 10 from 5. I think current implementation of createSettlementProof() does not paying attention to maxActionsPerProof constraints when current unsettled action size exceeds.
The text was updated successfully, but these errors were encountered: