erigon-pulse/consensus/ethash
racytech 7aa217f015
eip-4844: setting header's excess_data_gas, verifiying eip-4844 headers (#7308)
In this PR Header's ExcessDataGas is set to the actual value, but it's
still unused. It will be used to compute data fee for eip-4844 data
blobs, logic of which will be added in later PRs. Also eip-4844 header
verification logic added.
2023-04-16 08:12:40 +00:00
..
ethashcfg Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
algorithm_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
algorithm.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
api.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
consensus_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
consensus.go eip-4844: setting header's excess_data_gas, verifiying eip-4844 headers (#7308) 2023-04-16 08:12:40 +00:00
difficulty.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
ethash_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
ethash.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
fake.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
sealer_test.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
sealer.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00