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: modify parse functions to return map internally and handle array ordering
- parse_price_feed_updates_internal now returns Vec<([u8; 32], PriceInfoReturn)> without taking price_ids parameter
- parse_price_feed_updates_with_config converts internal result to BTreeMap for efficient lookup and returns ordered vector
- This enables update_price_feeds functions to use the dictionary directly as requested
Co-Authored-By: [email protected] <[email protected]>
0 commit comments