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
Some hardhat tests are failing. Would be important to fix them to enable hardhat tests on CI and to validate if there are no missing compatibility on Stratus.
1) JSON-RPC
Evm
evm_setNextBlockTimestamp
Should reset the changes when sending 0:
AssertionError: expected 1718748550 to be at most 1718748539
+ expected - actual
-1718748550
+1718748539
at Context.<anonymous> (test/automine/e2e-json-rpc.test.ts:159:22)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
2) JSON-RPC
Evm
evm_setNextBlockTimestamp
Should handle negative offsets:
AssertionError: expected 1718748552 to equal 1718748539
+ expected - actual
-1718748552
+1718748539
at Context.<anonymous> (test/automine/e2e-json-rpc.test.ts:167:52)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
3) JSON-RPC
Subscription
HTTP
eth_subscribe fails with code 32603:
TypeError: Cannot read properties of undefined (reading 'code')
at Context.<anonymous> (test/automine/e2e-json-rpc.test.ts:184:30)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
4) Transaction: serial TestContractBalances
Generates logs:
AssertionError: expected [] to have a length of 1 but got +0
+ expected - actual
-0
+1
at Context.<anonymous> (test/automine/e2e-tx-serial-contract.test.ts:162:90)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Some hardhat tests are failing. Would be important to fix them to enable hardhat tests on CI and to validate if there are no missing compatibility on Stratus.
Command: just e2e-hardhat automine
hardhat.log
The text was updated successfully, but these errors were encountered: