Problem: concurrent write base fee in fee history #660
Annotations
5 errors
tests/integration_tests/test_fee_history.py#L140
test_next[ethermint]
AssertionError: assert [('0x174876922c', None), ('0x1748768e45', None), ('0x1748768a5e', None)] == [('0x174876922c', '0x1748768e45'),\n ('0x1748768e45', '0x1748768a5e'),\n ('0x1748768a5e', '0x1748768677')]
At index 0 diff: ('0x174876922c', None) != ('0x174876922c', '0x1748768e45')
Full diff:
[
('0x174876922c',
- '0x1748768e45'),
+ None),
('0x1748768e45',
- '0x1748768a5e'),
+ None),
('0x1748768a5e',
- '0x1748768677'),
+ None),
]
|
tests/integration_tests/test_filters.py#L200
test_event_log_filter_by_address[ethermint-ws]
assert 0 == 1
+ where 0 = len([])
+ where [] = <bound method Filter.get_new_entries of <web3._utils.filters.LogFilter object at 0x7f8a5839b7f0>>()
+ where <bound method Filter.get_new_entries of <web3._utils.filters.LogFilter object at 0x7f8a5839b7f0>> = <web3._utils.filters.LogFilter object at 0x7f8a5839b7f0>.get_new_entries
|
tests/integration_tests/test_filters.py#L309
test_event_log_filter_by_topic[ethermint-ws]
assert 0 == 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L309
test_event_log_filter_by_topic[enable-indexer]
AssertionError: assert 2 == 3
+ where 2 = len([AttributeDict({'address': '0x956D4A4729d14eE8ef044EFcFbA79CAaA2d1b17E', 'topics': [HexBytes('0x61ae4cbae83f72235cd9fa781d18fcb08ff5fa4a44fcc1630fde673bb0041151')], 'data': HexBytes('0x00000000000000000000000057f96e6b86cdefdb3d412547816a82e3e0ebf9d200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000005776f726c64000000000000000000000000000000000000000000000000000000'), 'blockNumber': 103, 'transactionHash': HexBytes('0x5dd7eab335b6fb73189c71e1c7682a716969c1c1d831d728af35dbd825345510'), 'transactionIndex': 0, 'blockHash': HexBytes('0xa45e8420e7f9941115f71a0bc4161b2bf2a914eebeb4758155c8c5ea37a64a88'), 'logIndex': 0, 'removed': False}), AttributeDict({'address': '0x914CebE204f57875cA917D973eEeb3acd4EB672f', 'topics': [HexBytes('0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef'), HexBytes('0x0000000000000000000000000000000000000000000000000000000000000000'), HexBytes('0x00000000000000000000000057f96e6b86cdefdb3d412547816a82e3e0ebf9d2')], 'data': HexBytes('0x00000000000000000000000000000000000000000052b7d2dcc80cd2e4000000'), 'blockNumber': 104, 'transactionHash': HexBytes('0xf74e4e58e198b6f739069cbd422119c4b1cb0f997a5aa544a66df08c72312449'), 'transactionIndex': 0, 'blockHash': HexBytes('0x719351baf27653f93351c5ae9fb66386e84c2b9dcf4ac091d53a69d61e52343b'), 'logIndex': 0, 'removed': False})])
|
|
The logs for this run have expired and are no longer available.
Loading