Skip to content

Conversation

@niran
Copy link
Contributor

@niran niran commented Jan 29, 2026

Summary

  • Add state_root_time_us field to MeterBundleResponse to capture state root timing data from the builder
  • Use #[serde(default)] for backwards compatibility with builders that don't return this field

Test plan

  • cargo check -p tips-core passes
  • Verified deserialization works with builder responses containing the field

The builder returns state_root_time_us in its response but tips was
silently dropping this field during deserialization. Add the field
with serde(default) for backwards compatibility.
@niran niran merged commit 619662c into master Jan 29, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants