lightclient
e6f3ce7b16
params,core: add max and target value to chain config ( #31002 )
...
Implements [EIP-7840](https://github.com/ethereum/EIPs/pull/9129 ) and
[EIP-7691](d96625a4dc/EIPS/eip-7691.md
).
---------
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Felix Lange <fjl@twurst.com>
2025-02-04 15:43:18 +01:00
lightclient
feb8f416ac
miner: add to build block with EIP-4844 blobs ( #27875 )
...
---------
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-08-23 23:16:14 +02:00
Delweng
3ca92f70e5
all: replace data gas to blob gas in comments ( #27825 )
...
* eth: excessDataGas -> excessBlobGas
* consensus: data gas -> blob gas
* core: data gas -> blob gas
* params: data gas -> blob gas
2023-08-01 10:07:25 +03:00
Péter Szilágyi
57268f7e6c
all: rename dataGas to blobGas ( #27789 )
2023-07-27 16:53:28 +03:00
Felix Lange
393d4db18c
core/types: add 4844 data gas fields in Receipt ( #27743 )
...
* core/types: add data gas fields in Receipt
* core/types: use BlobGas method of tx
* core: fix test
* core/types: fix receipt tests, add data gas used field test
---------
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2023-07-27 14:11:09 +03:00