Skip to content

Commit ee0292d

Browse files
authored
Revert "EIP-7742 - Add target_blobs_per_block to Block schema (#601)" (#610)
This reverts commit 7c9772f.
1 parent 7c9772f commit ee0292d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/eth/block.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
blobGasUsed: '0x0'
5959
excessBlobGas: '0x0'
6060
parentBeaconBlockRoot: '0x95c4dbd5b19f6fe3cbc3183be85ff4e85ebe75c5b4fc911f1c91e5b7a554a685'
61-
targetBlobsPerBlock: '0x3'
6261
- name: eth_getBlockByNumber
6362
summary: Returns information about a block by number.
6463
params:
@@ -119,7 +118,6 @@
119118
blobGasUsed: '0x0'
120119
excessBlobGas: '0x0'
121120
parentBeaconBlockRoot: '0x95c4dbd5b19f6fe3cbc3183be85ff4e85ebe75c5b4fc911f1c91e5b7a554a685'
122-
targetBlobsPerBlock: '0x3'
123121
- name: eth_getBlockTransactionCountByHash
124122
summary: Returns the number of transactions in a block from a block matching the given block hash.
125123
params:

src/schemas/block.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ Block:
8585
parentBeaconBlockRoot:
8686
title: Parent Beacon Block Root
8787
$ref: '#/components/schemas/hash32'
88-
targetBlobsPerBlock:
89-
title: Target blobs per block
90-
$ref: '#/components/schemas/uint64'
9188
size:
9289
title: Block size
9390
$ref: '#/components/schemas/uint'

0 commit comments

Comments
 (0)