Cardano Rosetta Java v2.1.0
Cardano Rosetta Java v2.1.0 introduces support for full support 2 governance operations (both contruction and data endpoints).
Key Improvements
- added 2 governance operations (Voltaire / Conway era) in /data (SPO Voting and dRep Vote Delegation)
- operations are not sorted by index (ascending order)
- added experimental admin-ui (rosetta-indexer)
Caveats ⚠️
This release is compatible with 2.0.0, no need to re-ingest from genesis. Release is not compatible with 1.x.x, it requires a full genesis re-sync.
What's Changed
- refactor: operations parsing refak by @matiwinnetou in #649
- feat: drep vote delegation now visible in /network as an operation by @matiwinnetou in #648
- feat: SPO voting in data operations by @matiwinnetou in #665
- fix(docs): remove broken SingleDocker component references by @linconvidal in #681
- test: fix preprod test compatibility for v2.1.0 by @linconvidal in #682
- chore: update cardano-node to 10.5.4 and yaci-cli to 0.10.6 by @matiwinnetou in #688
- test: add governance data endpoint tests and golden examples by @linconvidal in #687
- chore: reorganize e2e tests + support preview by @linconvidal in #689
- chore: allure3 migration by @linconvidal in #690
- fix: infer DRep type from CIP-129 by @Sotatek-DucPhung in #683
- refactor: align HTTP status codes with error classification by @Sotatek-DucPhung in #686
- feat(yaci-indexer): add admin UI with Rosetta branding by @matiwinnetou in #677
- chore: prepare 2.1.0 by @matiwinnetou in #644
New Contributors
- @Sotatek-DucPhung made their first contribution in #683
Full Changelog: 2.0.0...2.1.0