-
Notifications
You must be signed in to change notification settings - Fork 954
Open
Labels
Description
Description
To connect Linea's traces to the Shomei traces in Linea's state manager the most natural solution would be for the tracer plugin to be able to provide Besu with the Trie Logs it produced while executing a (sequence of) block(s).
The underlying issue is that the state accesses required by the arithmetization outnumber those produced by a normal Besu node. If the state accesses of the tracer plugin could be fed back to the trie logs that Shomei converts into its traces, we would solve this issue elegantly and at very small cost (as compared to a spec change.)