pathfinder icon indicating copy to clipboard operation
pathfinder copied to clipboard

Class definitions tracking sync

Open Mirko-von-Leipzig opened this issue 9 months ago • 0 comments

To safely sync class definitions we require the class hash information from the state update sync. This means this implementation's source should take a stream of class hashes per block instead of the header stream that most others take.

A single processing stage performing hash verification is required as well as connecting the plumbing - the latter can only be done once #1994 is completed (for the class hash inputs).

Mirko-von-Leipzig avatar May 08 '24 09:05 Mirko-von-Leipzig