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
Gas padding in the CI tests is sometimes flaky for +/- 1. For example here.
SUMMARY
1) Gas Padding
Gas Padding works as Expected:
AssertionError: expected 132741 to equal 132742. The numerical values of the given "bigint" and "bigint" inputs were compared, and they differed.
+ expected - actual
-132741
+132742
at Context.<anonymous> (test/gas.ts:26:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Gas padding in the CI tests is sometimes flaky for +/- 1. For example here.
SUMMARY
The text was updated successfully, but these errors were encountered: