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