You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node stores public function names alongside public function selectors and uses them for debug logging (e.g. when the sequencer builds a block and executes a public function).
The function names are broadcasted as part of class registration (which is emitted as unencrypted log). Consider removing the debug function names in order to reduce data storage requirements.
The text was updated successfully, but these errors were encountered:
This PR removes contract artifacts from the archiver as they were only
used for dubugging purposes. Function names are now (optionally) emitted
when registereing contract classes.
I have created #10752 to remove function names from the contract class
once we don't need this debug information
---------
Co-authored-by: Santiago Palladino <santiago@aztecprotocol.com>
The node stores public function names alongside public function selectors and uses them for debug logging (e.g. when the sequencer builds a block and executes a public function).
The function names are broadcasted as part of class registration (which is emitted as unencrypted log). Consider removing the debug function names in order to reduce data storage requirements.
The text was updated successfully, but these errors were encountered: