[feature] remove unnecessary mc system libraries #66
Labels
priority: low
Issues or pull requests with low priority that can be addressed after other tasks
type: feature
Issues or pull requests related to new feature proposals or enhancements
Problem
The new
--decode-internal
option in forge makes existing tracer and logger features redundant, increasing maintenance and performance overhead.Solution
Remove tracer and logger features and utilize the --decode-internal option in forge to simplify the codebase and reduce maintenance.
Alternatives
Keep tracer and logger while using the --decode-internal option together.
Enhance tracer and logger to match the functionality of --decode-internal.
Additional context
The
--decode-internal
option in forge automates internal function calling decoding, streamlining debugging processes and rendering tracer and logger redundant.The text was updated successfully, but these errors were encountered: