update feeHistory api #461
Annotations
2 errors
integration_tests/test_upgrade.py#L175
test_cosmovisor_upgrade
AssertionError: assert 31060570 == 100000000000
+ where 100000000000 = AttributeDict({'baseFeePerGas': 100000000000, 'difficulty': 0, 'extraData': HexBytes('0x'), 'gasLimit': 81500000, 'gasUsed': 654488, 'hash': HexBytes('0xc6b3a92c3c4ef4cbfc2a8677144f37de295df86d8e0c08fcb5b7f30f4032e8c9'), 'logsBloom': HexBytes('0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000020000000000000000000800000000000000000000000010000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000002000000000000000000000000000000000000000000000000000028000000000000000000001000000000000000000000000000000000000000000000'), 'miner': '0x38B4089F7762E0C20E9BeD8e991E074550Ef5a52', 'mixHash': HexBytes('0x0000000000000000000000000000000000000000000000000000000000000000'), 'nonce': HexBytes('0x0000000000000000'), 'number': 26, 'parentHash': HexBytes('0xceb4b207af8a860954d4081be6c989aae495af2ef5a6f1baa114c1ee2aa5cb1c'), 'receiptsRoot': HexBytes('0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421'), 'sha3Uncles': HexBytes('0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347'), 'size': 4024, 'stateRoot': HexBytes('0xb96911ce858c87cf79374c2b36c2a96df3cc1f22f47000f869def727e51f4646'), 'timestamp': 1702431089, 'totalDifficulty': 0, 'transactions': [HexBytes('0x28b5e044793220a8ae3b50dc8b7d9c96b141a47be503524b48f36507bb7fc6aa')], 'transactionsRoot': HexBytes('0x8906fb334f78dd95dedfc960849abedb2b18101a522c169693d1ed146de9779a'), 'uncles': []}).baseFeePerGas
+ where AttributeDict({'baseFeePerGas': 100000000000, 'difficulty': 0, 'extraData': HexBytes('0x'), 'gasLimit': 81500000, 'gasUsed': 654488, 'hash': HexBytes('0xc6b3a92c3c4ef4cbfc2a8677144f37de295df86d8e0c08fcb5b7f30f4032e8c9'), 'logsBloom': HexBytes('0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000020000000000000000000800000000000000000000000010000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000002000000000000000000000000000000000000000000000000000028000000000000000000001000000000000000000000000000000000000000000000'), 'miner': '0x38B4089F7762E0C20E9BeD8e991E074550Ef5a52', 'mixHash': HexBytes('0x0000000000000000000000000000000000000000000000000000000000000000'), 'nonce': HexBytes('0x0000000000000000'), 'number': 26, 'parentHash': HexBytes('0xceb4b207af8a860954d4081be6c989aae495af2ef5a6f1baa114c1ee2aa5cb1c'), 'receiptsRoot': HexBytes('0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421'), 'sha3Uncles': HexBytes('0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347'), 'size': 4024, 'stateRoot': HexBytes('0xb96911ce858c87cf79374c2b36c2a96df3cc1f22f47000f869def727e51f4646'), 'timestamp': 1702431089, 'totalDifficulty': 0, 'transactions': [HexBytes('0x28b5e044793220a8ae3b50dc8b7d9c96b141a47be503524b48f36507bb7fc6aa')], 'transactionsRoot': HexBytes('0x8906fb334f78dd95dedfc960849abedb2b18101a522c169693d1ed146de9779a'), 'uncles': []}) = <bound method Eth.get_block of <web3.eth.Eth object at 0x7fd565032f50>>(26)
+ where <bound method Eth.get_block of <web3.eth.Eth object at 0x7fd565032f50>> = <web3.eth.Eth object at 0x7fd565032f50>.get_block
+ where <web3.eth.Eth object at 0x7fd565032f50> = <web3.main.Web3 object at 0x7fd565033280>.eth
|
|
The logs for this run have expired and are no longer available.
Loading