essential-contributions / essential-builder

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

Builder solution validation #3

Closed freesig closed 1 month ago

freesig commented 2 months ago

Same as the validation for the node except that the database used is as follows.

Builder state db

The builder will use an in memory sql db that contains any mutations already built for the current block. The in memory db will just be a node db that's in memory. If querying state returns None then the node db on disk is queried.