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
[TWAP] Update Hermes binary response format, add TwapMessage parsing to price-service-sdk (#2158)
* feat: change hermes twap binary response, add twap data model and parsing to price-service-sdk
* feat: reexport parseTwapMessage
* test: add parse twap msg test
* test: update parse twap test
* refactor: pack both start & end updatedatas into a single binaryupdate
* refactor: snake -> camel case
* An AccumulatorUpdateData contains a VAA and a list of updates. This function returns a new serialized AccumulatorUpdateData with only the updates in the range [start, end).
0 commit comments