nimbus-eth1/nimbus/core
Etan Kissling 22338b7870 bump `nim-eth` for `eip4844` support
The `BlockHeader` structure in `nim-eth` was updated with support for
EIP-4844 (danksharding). To enable the `nim-eth` bump, the ingress of
`BlockHeader` structures has been hardened to reject headers that have
the new `excessDataGas` field until proper EIP4844 support exists.
https://github.com/status-im/nim-eth/pull/570
2022-12-14 11:04:13 +02:00
..
chain fix persistHeaderToDb, allow POS block header to be canonical 2022-12-10 09:02:30 +07:00
clique remove clique unused code 2022-12-09 11:26:14 +07:00
executor saner source code grouping 2022-12-02 13:51:42 +07:00
pow simplify test_blockchain_json a bit 2022-12-09 15:26:53 +07:00
tx_pool simplify test_blockchain_json a bit 2022-12-09 15:26:53 +07:00
block_import.nim saner source code grouping 2022-12-02 13:51:42 +07:00
casper.nim fix txpool: using consensus rule to prepare header 2022-12-06 16:43:00 +07:00
chain.nim saner source code grouping 2022-12-02 13:51:42 +07:00
clique.nim move poa and pow from ChainRef to CommonRef 2022-12-06 16:42:55 +07:00
dao.nim saner source code grouping 2022-12-02 13:51:42 +07:00
eip4844.nim bump `nim-eth` for `eip4844` support 2022-12-14 11:04:13 +02:00
executor.nim saner source code grouping 2022-12-02 13:51:42 +07:00
gaslimit.nim saner source code grouping 2022-12-02 13:51:42 +07:00
pow.nim saner source code grouping 2022-12-02 13:51:42 +07:00
sealer.nim fix txpool: using consensus rule to prepare header 2022-12-06 16:43:00 +07:00
tx_pool.nim cleanup unused txpool unused code 2022-12-09 11:26:14 +07:00
validate.nim bump `nim-eth` for `eip4844` support 2022-12-14 11:04:13 +02:00
withdrawals.nim saner source code grouping 2022-12-02 13:51:42 +07:00