essential-contributions / essential-builder

Reference implementation of a block builder for the Essential Protocol.
Apache License 2.0
2 stars 0 forks source link

Upon posting to the L1, do not immediately insert or finalize blocks #15

Open mitchmindtree opened 1 month ago

mitchmindtree commented 1 month ago

As of #11, the builder behaviour is to immediately insert each newly constructed block into its DB and consider the block finalized.

This is a reminder to change this behaviour once we start posting blocks via transactions to the L1.