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(accumulator-updater): write accumulator messages into one account
* chore(accumulator-updater): clean up commented out code
* chore(accumulator-updater): remove unused feature for cargo
* chore(accumulator-updater): minor comment fix
* feat(accumulator-updater): update implementation of AccumulatorInput header
Removed InputIndex in header, updated to use end_offsets & include header_len
* feat(accumulator-updater): add MessageHeader to all PriceMessages and include in serialization
* fix(accumulator-updater): fix AccumulatorInput size & unit tests
* feat(accumulator-updater): update put_all to write as much data as possible
put_all will write up to the limit of the accumulator_input.data.len(). this ix must not fail even
when the data being written exceeds the size of the account. in this situation, we will write as
many *COMPLETE* messages as possible
* docs(accumulator-updater): update put_all ix documentation
* chore(accumulator-updater): addressed PR feedback
fixed comments, added test, renamed accumulatorInput.data to messages
* fix(accumulator-updater): fix ts test
0 commit comments