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
Add a delay before TWAP starts getting recorded (#264)
* added twap_start_delay_slots field to dao, implemented into update_twap
* validate twap_start_delay_slots matches dao config on proposal create
* update sdk with new twapStartDelaySlots
* added slot calc utils
* update existing tests to account for new twapStartDelaySlots
* update devnet script to account for new twapStartDelaySlots
* add specific twap delay tests
* account for twapStartDelaySlots
* twap integration test
* test twap expected value
* bump sdk version
* v0.4.0-alpha.53
* Update package version
* Have TWAP delay update the latest observation, just not aggregator
---------
Co-authored-by: metaproph3t <metaproph3t@protonmail.com>
0 commit comments