Block processing eip4844 (#3673)

* add eip4844 block processing

* fix blob processing code

* consensus logic fixes and cleanup

* use safe arith
This commit is contained in:
realbigsean
2022-11-01 13:15:11 -04:00
committed by GitHub
parent 29f2ec46d3
commit 5ad834280b
9 changed files with 200 additions and 2 deletions

View File

@@ -0,0 +1 @@
pub mod eip4844;