hashgraph / hedera-local-node

Run your own local Hedera network for development purposes.
Apache License 2.0
73 stars 58 forks source link

Deprecate `debug [timestamp]` command #862

Open natanasow opened 1 week ago

natanasow commented 1 week ago

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

natanasow commented 1 week ago

This will resolve https://github.com/hashgraph/hedera-local-node/issues/476 and https://github.com/hashgraph/hedera-local-node/issues/477, and https://github.com/hashgraph/hedera-local-node/issues/545 as well.