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
feat(json): Replace JSON encoding with protobuf implementation
This change replaces the standard encoding/json with a new protobuf-based MarshalIndent function across the codebase for better handling of protobuf messages. It also removes unused functionality, refines formatting logic, and updates `.gitignore` to ignore additional files.