Upgrades the token metadata registry to version 1.5.0, brings CIP-68 support alongside existing CIP-26 metadata, and fixes several stability issues in the metadata sync pipeline.
Note for existing deployments:
A full resync from genesis is recommended when upgrading. If resyncing is not an option, you may encounter a Flyway migration checksum mismatch on startup - see the Upgrading section in the README for the repair procedure.
What's Changed
- fix: backfill missing assets by @VladislavKudrin in #979
- fix: chunk metadata requests by @VladislavKudrin in #980
- chore: bump token registry to 1.5.0
- chore: bump axios to 1.15.0 by @VladislavKudrin in #984
- chore: ada_pots.slot_no nullable (db-sync 13.6 compatibility)
- chore: preprod integration tests by @VladislavKudrin in #983
Full Changelog: 8.4.3...8.5.1