This release has a couple of changes:
- it assigns a unique index to each price feed (by repurposing one of the unused fields). It's not breaking anything and for the migration, the init_price_feed_index method should be called for the existing price feeds.
- accumulator_v2 gets enabled by default upon adding new prices
- Publisher caps is added to calculate the cap number of each publisher. This change is not used in the oracle binary and is used in the validator from the oracle library.
What's Changed
- fix: remove outdated comment by @guibescos in #413
- feat: add publisher caps to the validator by @guibescos in #412
- bump to 2.33.0 by @guibescos in #415
- Add feed index for batch publish by @Riateche in #416
- feat: enable accumulator_v2 on price creation by @Riateche in #417
- chore: bump version to release price-feed index by @ali-bahjati in #420
Full Changelog: oracle-v2.32.1...oracle-v2.34.0