Skip to content

Commit

Permalink
adding requests_hash field in the block header
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Nov 25, 2024
1 parent 7737db9 commit 3dcfa4c
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 982 deletions.
3 changes: 3 additions & 0 deletions proto/sf/ethereum/type/v2/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ message BlockHeader {

// ParentBeaconRoot was added by EIP-4788 and is ignored in legacy headers.
bytes parent_beacon_root = 24;

// RequestsHash was added by EIP-7685 and is ignored in legacy headers.
bytes requests_hash = 25;
}

message Uint64NestedArray {
Expand Down
6 changes: 3 additions & 3 deletions types/pb/last_generate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
generate.sh - Fri Jun 14 12:24:04 EDT 2024 - maoueh
streamingfast/proto revision: 1e2daf215276d81c025619f1d81be71250417ec3
streamingfast/firehose-ethereum/proto revision: adc38ac
generate.sh - Mon 25 Nov 2024 16:02:55 EST - eduardvoiculescu
streamingfast/proto revision: aace594d959fbd3952377cea25c92a92316c35a8
streamingfast/firehose-ethereum/proto revision: 108a1f0
96 changes: 19 additions & 77 deletions types/pb/sf/ethereum/substreams/v1/rpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3dcfa4c

Please sign in to comment.