mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-13 16:00:38 +00:00
Use pbjson to support string deserialization for enum fields
This allows TOML configs like:
chainType = "Inbound"
instead of:
chainType = 1
- Maintain backward compatibility with integer values
- Default serialization format is now string