chainbound / bolt

Bolt: permissionless proposer commitments on Ethereum
https://chainbound.github.io/bolt-docs/
MIT License
49 stars 14 forks source link

New state root calculation using partial MPTs #91

Closed thedevbirb closed 3 months ago

thedevbirb commented 3 months ago

This PR allows to calculate the new state root for the fallback block using the approach described in this discussion. Some noteworthy things about it (I'm going to report them in the discussion as well, once everything is finalized):

Update: in the end the approach adopted has been the one in #93, however this PR keeps some of the trace call functionality described above