mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 12:54:13 +00:00
26a8759c34
* EIP-4844: add pointEvaluation precompiled contract * EIP-4844: validate transaction and block header * EIP-4844: implement DataHash Op Code * EIP-4844: txPool support excessDataGas calculation * EIP-4844: make sure tx produce correct txHash * EIP-4844: node should not automatically broadcast blob tx to it's peers * EIP-4844: add test cases * EIP-4844: add EIP-4844 support to t8n tool * EIP-4844: update nim-eth to branch eip-4844 * fix t8n transaction decoding * add t8n test data * EIP-4844: fix blobHash opcode * disable blobHash test when evmc_enable
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"currentCoinbase": "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"currentDifficulty": null,
|
|
"currentRandom": "0xdeadc0de",
|
|
"currentGasLimit": "0x750a163df65e8a",
|
|
"currentBaseFee": "0x500",
|
|
"currentNumber": "1",
|
|
"currentTimestamp": "1000",
|
|
"withdrawals": [
|
|
{
|
|
"index": "0x42",
|
|
"validatorIndex": "0x42",
|
|
"address": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"amount": "0x2a"
|
|
}
|
|
],
|
|
"parentDataGasUsed": "0x100",
|
|
"parentExcessDataGas": "0x100"
|
|
}
|