Commit Graph

4 Commits

Author SHA1 Message Date
fanyang 12bfb8dbec fix(core): preserve LTTng generation errors 2026-06-30 00:24:57 +08:00
fanyang 372b6e15fe feat(core): add gated LTTng tracing 2026-06-30 00:17:58 +08:00
Luna Yao 9ba364ff60 feat: string deserialization for prost enums (#2316)
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
2026-06-06 00:21:22 +08:00
Luna Yao 811f151155 refactor: rpc build (#2244)
rewrite rpc build with quota crate
2026-05-15 14:01:56 +08:00