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.
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.