jacobkaufmann / evangelion

a prototype ethereum block builder
Apache License 2.0
84 stars 10 forks source link

make 'extra data' for builder conform to spec #11

Open jacobkaufmann opened 1 year ago

jacobkaufmann commented 1 year ago

currently, the extra_data field is a u128, but it should conform to the spec.

https://github.com/jacobkaufmann/dark-builder/blob/170b23d9ead00eeaa24113affac0ca681014254a/src/builder.rs#L463