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
Ideally the existing tests are parameterized to cover different scenarios, instead of copy-pasting.
It should also be explored in how far the existing fees test in op-e2e/system/fees/fees_test.go can be moved into the actions/proofs package and be made a proofs test, and replace the above test. Those tests already employ parameterization. Maybe it's worth adding an additional parameter for the state refund and user deposit scenarios.
The text was updated successfully, but these errors were encountered:
The Isthmus Operator Fee is implemented in
We need additional testing to call these implementations production ready, so extend the existing
op-e2e/actions/proofs/operator_fee_test.go tests to have
Ideally the existing tests are parameterized to cover different scenarios, instead of copy-pasting.
It should also be explored in how far the existing fees test in op-e2e/system/fees/fees_test.go can be moved into the
actions/proofs
package and be made a proofs test, and replace the above test. Those tests already employ parameterization. Maybe it's worth adding an additional parameter for the state refund and user deposit scenarios.The text was updated successfully, but these errors were encountered: