File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,10 @@ message Header {
56
56
optional uint64 blob_gas_used = 19 ; // added in Dencun (EIP-4844)
57
57
optional uint64 excess_blob_gas = 20 ; // added in Dencun (EIP-4844)
58
58
optional types.H256 parent_beacon_block_root = 21 ; // added in Dencun (EIP-4788)
59
+ optional types.H256 requests_root = 22 ; // added in Pectra (EIP-7685)
59
60
// AuRa
60
- optional uint64 aura_step = 22 ;
61
- optional bytes aura_seal = 23 ;
61
+ optional uint64 aura_step = 23 ;
62
+ optional bytes aura_seal = 24 ;
62
63
}
63
64
64
65
// Body is a block body for execution
@@ -68,7 +69,8 @@ message BlockBody {
68
69
// Raw transactions in byte format.
69
70
repeated bytes transactions = 3 ;
70
71
repeated Header uncles = 4 ;
71
- repeated types.Withdrawal withdrawals = 5 ;
72
+ repeated types.Withdrawal withdrawals = 5 ; // added in Shapella (EIP-4895)
73
+ repeated bytes requests = 6 ; // added in Pectra (EIP-7685)
72
74
}
73
75
74
76
message Block {
You can’t perform that action at this time.
0 commit comments