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 price_id field to PriceFeedStorage and rename from PriceInfoStorage
- Add price_id field as StorageFixedBytes<32> to PriceInfoStorage struct
- Rename PriceInfoStorage to PriceFeedStorage for consistency
- Update import statement and storage map declaration in lib.rs
- Update update_price_feeds_internal to populate price_id field when storing price data
- All tests pass with structural changes
Co-Authored-By: [email protected] <[email protected]>
0 commit comments