Skip to content

Commit

Permalink
fix empty forkid and parenthash in l2block read from datastream
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrinCode committed Feb 26, 2025
1 parent 17b4fa5 commit b6067e2
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 305 deletions.
2 changes: 2 additions & 0 deletions zk/datastream/proto/datastream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ message L2Block {
uint64 block_gas_limit = 12;
bytes block_info_root = 13;
Debug debug = 14;
uint64 fork_id = 15;
bytes parent_hash = 16;
}


Expand Down
Loading

0 comments on commit b6067e2

Please sign in to comment.