This commit is contained in:
Łukasz Magiera 2023-02-06 10:46:24 +01:00
parent 6851b6a523
commit bca48dd1eb
4 changed files with 8 additions and 8 deletions

View File

@ -623,16 +623,16 @@ workflows:
suite: itest-eth_block_hash suite: itest-eth_block_hash
target: "./itests/eth_block_hash_test.go" target: "./itests/eth_block_hash_test.go"
- test:
name: test-itest-eth_config
suite: itest-eth_config
target: "./itests/eth_config_test.go"
- test: - test:
name: test-itest-eth_conformance name: test-itest-eth_conformance
suite: itest-eth_conformance suite: itest-eth_conformance
target: "./itests/eth_conformance_test.go" target: "./itests/eth_conformance_test.go"
- test:
name: test-itest-eth_config
suite: itest-eth_config
target: "./itests/eth_config_test.go"
- test: - test:
name: test-itest-eth_deploy name: test-itest-eth_deploy
suite: itest-eth_deploy suite: itest-eth_deploy

Binary file not shown.

Binary file not shown.

View File

@ -2342,7 +2342,7 @@ Inputs:
Response: Response:
```json ```json
{ {
"oldestBlock": 42, "oldestBlock": "0x5",
"baseFeePerGas": [ "baseFeePerGas": [
"0x0" "0x0"
], ],
@ -2407,7 +2407,7 @@ Response:
"gasLimit": "0x5", "gasLimit": "0x5",
"gasUsed": "0x5", "gasUsed": "0x5",
"timestamp": "0x5", "timestamp": "0x5",
"extraData": "Ynl0ZSBhcnJheQ==", "extraData": "0x07",
"mixHash": "0x37690cfec6c1bf4c3b9288c7a5d783e98731e90b0a4c177c2a374c7a9427355e", "mixHash": "0x37690cfec6c1bf4c3b9288c7a5d783e98731e90b0a4c177c2a374c7a9427355e",
"nonce": "0x0707070707070707", "nonce": "0x0707070707070707",
"baseFeePerGas": "0x0", "baseFeePerGas": "0x0",
@ -2451,7 +2451,7 @@ Response:
"gasLimit": "0x5", "gasLimit": "0x5",
"gasUsed": "0x5", "gasUsed": "0x5",
"timestamp": "0x5", "timestamp": "0x5",
"extraData": "Ynl0ZSBhcnJheQ==", "extraData": "0x07",
"mixHash": "0x37690cfec6c1bf4c3b9288c7a5d783e98731e90b0a4c177c2a374c7a9427355e", "mixHash": "0x37690cfec6c1bf4c3b9288c7a5d783e98731e90b0a4c177c2a374c7a9427355e",
"nonce": "0x0707070707070707", "nonce": "0x0707070707070707",
"baseFeePerGas": "0x0", "baseFeePerGas": "0x0",