upgrade go-ethereum #222
Annotations
4 errors and 2 warnings
Run integration tests:
tests/integration_tests/test_grpc_only.py#L62
test_grpc_mode
AssertionError: {'code': 14, 'message': 'connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:26413: connect: connection refused"', 'details': []}
assert False
|
Run integration tests:
tests/integration_tests/test_tracers.py#L32
test_tracers[ethermint]
AssertionError:
assert {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x5208',\n 'gasUsed': '0x5208',\n 'input': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'} == {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x0',\n 'gasUsed': '0x0',\n 'input': '0x',\n 'output': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'}
Common items:
{'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
'input': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64'}
Differing items:
{'gas': '0x5208'} != {'gas': '0x0'}
{'gasUsed': '0x5208'} != {'gasUsed': '0x0'}
Right contains 1 more item:
{'output': '0x'}
Full diff:
{
'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
- 'gas': '0x0',
+ 'gas': '0x5208',
? ++ +
- 'gasUsed': '0x0',
+ 'gasUsed': '0x5208',
? ++ +
'input': '0x',
- 'output': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64',
}
|
Run integration tests:
tests/integration_tests/test_tracers.py#L32
test_tracers[ethermint-ws]
AssertionError:
assert {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x5208',\n 'gasUsed': '0x5208',\n 'input': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'} == {'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',\n 'gas': '0x0',\n 'gasUsed': '0x0',\n 'input': '0x',\n 'output': '0x',\n 'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',\n 'type': 'CALL',\n 'value': '0x64'}
Common items:
{'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
'input': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64'}
Differing items:
{'gas': '0x5208'} != {'gas': '0x0'}
{'gasUsed': '0x5208'} != {'gasUsed': '0x0'}
Right contains 1 more item:
{'output': '0x'}
Full diff:
{
'from': '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2',
- 'gas': '0x0',
+ 'gas': '0x5208',
? ++ +
- 'gasUsed': '0x0',
+ 'gasUsed': '0x5208',
? ++ +
'input': '0x',
- 'output': '0x',
'to': '0x378c50d9264c63f3f92b806d4ee56e9d86ffb3ec',
'type': 'CALL',
'value': '0x64',
}
|
Run integration tests
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, technote-space/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "debug-files".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading