pathfinder
pathfinder copied to clipboard
Class definitions tracking sync
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).