code #8587
code.yml
on: schedule
Plan the execution
25s
prettier:check
44s
Matrix: downloadable-utils
Matrix: e2e
Matrix: embedded-utils
Matrix: test
Annotations
4 errors
|
cargo deny
Process completed with exit code 1.
|
|
End-to-end tests / evm-tracing
Process completed with exit code 1.
|
|
tests/evm-tracing/traceFilterHeavy.ts > `trace_filter` tests to verify some heavy logic in contracts > should be able to replay reverted contract:
utils/e2e-tests/ts/lib/rpcUtils.ts#L32
Error: Block with height 5 don't exist
❯ customRpcRequest lib/rpcUtils.ts:32:11
❯ tests/evm-tracing/traceFilterHeavy.ts:103:22
|
|
tests/evm-tracing/traceFilterHeavy.ts > `trace_filter` tests to verify some heavy logic in contracts > should be able to replay deployed contract:
utils/e2e-tests/ts/tests/evm-tracing/traceFilterHeavy.ts#L91
AssertionError: expected { type: 'create', …(8) } to have property 'transactionHash' of '0x8e73f5f95090f2e4c261165de86cf00258a…', but got '0xfcc60dcfcc570f309e553c35ca95ba559de…'
Expected: "0x8e73f5f95090f2e4c261165de86cf00258a12a67209e9a0c98e8ff7ad8f8e22d"
Received: "0xfcc60dcfcc570f309e553c35ca95ba559de860a0eb6665fc2b2d38c45ebdd734"
❯ tests/evm-tracing/traceFilterHeavy.ts:91:28
|