The local node had supported the debug [timestamp] command which returned the parsed record file for that timestamp. It used service's classes from the mono repo. After the modularization, the command stopped working due to changing/deleting the parser files.
Solution
The command can be deprecated because all the data is available in the mirror node explorer. This will reduce the local-node's complexity and codebase, making it more lightweight.
Problem
The local node had supported the
debug [timestamp]
command which returned the parsed record file for that timestamp. It used service's classes from the mono repo. After the modularization, the command stopped working due to changing/deleting the parser files.Solution
The command can be deprecated because all the data is available in the mirror node explorer. This will reduce the local-node's complexity and codebase, making it more lightweight.
Alternatives
No response