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: add publish time validation in parse_price_feed_updates_internal
- Add validation to check if publish times are within [min_allowed_publish_time, max_allowed_publish_time] range
- Return PythReceiverError::PriceFeedNotFoundWithinRange (error code 16) when publish times are outside allowed range
- Fix type casting from u64 to i64 for proper comparison with price_feed_message.publish_time
Co-Authored-By: [email protected] <[email protected]>
0 commit comments