mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-08 21:38:15 -05:00
Remove EIP-7742 (#8083)
This EIP was removed and equivalent functionality replaced by EIP-7840. --- Revert "Rename targetBlobCount to targetBlobsPerBlock (#7981)" This reverts commit1671306749. Revert "EIP-7742: Add target_blob_count to block header (#7808)" This reverts commitf855d5b72f. Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -265,17 +265,6 @@ public class GenesisConfig {
|
||||
"0x0000000000000000000000000000000000000000000000000000000000000000");
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets target blobs per block.
|
||||
*
|
||||
* @return the target blobs per block
|
||||
*/
|
||||
public Optional<String> getTargetBlobsPerBlock() {
|
||||
// TODO SLD EIP-7742 not sure if we should use a default value here or enforce any
|
||||
// "pragueAtGenesis" genesis file (used in devnets) to have this value
|
||||
return JsonUtil.getValueAsString(genesisRoot, "targetblobsperblock");
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets coinbase.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user