Skip to content

feat(hip-3-pusher): Support SEDA pass-through field types#3460

Merged
merolish merged 4 commits intomainfrom
mike/hip-3-seda-new-format
Feb 23, 2026
Merged

feat(hip-3-pusher): Support SEDA pass-through field types#3460
merolish merged 4 commits intomainfrom
mike/hip-3-seda-new-format

Conversation

@merolish
Copy link
Contributor

@merolish merolish commented Feb 12, 2026

Summary

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@vercel
Copy link

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-reference Ready Ready Preview, Comment Feb 23, 2026 10:28pm
component-library Ready Ready Preview, Comment Feb 23, 2026 10:28pm
developer-hub Ready Ready Preview, Comment Feb 23, 2026 10:28pm
entropy-explorer Ready Ready Preview, Comment Feb 23, 2026 10:28pm
insights Ready Ready Preview, Comment Feb 23, 2026 10:28pm
proposals Ready Ready Preview, Comment Feb 23, 2026 10:28pm
staking Ready Ready Preview, Comment Feb 23, 2026 10:28pm

Request Review

Comment on lines +203 to +204
elif isinstance(timestamp_field, int):
timestamp = timestamp_field / 1000.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you document what's going on here? (are we coercing micros to millis, millis to seconds, etc)
And can we depend on the timestamp field to always have this precision?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. This is a hack to handle a particular SEDA feed they need to fix.

@merolish merolish deleted the mike/hip-3-seda-new-format branch February 23, 2026 22:28
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.

2 participants