Highlights:
- SPO Voting (governance)
- Prefix support for dRep delegation operation (governance)
- Mithril upgrade to 2524.0
- Advanced Hardware Profile for high spec machines (e.g. 96 GB RAM)
- Rosetta Prometheus / Grafana Monitoring Dashboard (early access)
- Continue On Parse flag (rosetta indexer will continue processing also in case of block it cannot process)
Fixes:
- pool registration bug fixes
- some error propagations to the user
- Node config files for node version 10.4.1
- Indexer will start only if cardano node is fully synced
New Variables:
CONTINUE_PARSING_ON_ERROR=true
SYNC=true
What's Changed
- feat: prefix support drep by @VladislavKudrin in #503
- feat: SPO voting (governance) by @matiwinnetou in #467
- fix: relay port was not added to encoded operations cbor map by @matiwinnetou in #517
- refactor: remove catalyst voting by @matiwinnetou in #515
- fix: error log level as default for prod / mainnet environments by @matiwinnetou in #520
- fix: not all errors were propagated by @matiwinnetou in #518
- fix: add config files node 10.1.4 by @VladislavKudrin in #529
- chore: bump mithril version by @VladislavKudrin in #530
- feat: upgrade to yaci-store 0.1.4, yaci-core 0.3.7 which has store.continue-on-parse-error in case there is a problem processing a block. by @matiwinnetou in #502
- docs: Add Advanced Hardware Profile and Performance Results for Rosetta-java v1.2.9 by @tienna in #521
- Chore/node sync check by @Kartiiyer12 in #531
- feat: Add Prometheus/Grafana monitoring docker profile and restructure config folder by @tienna in #528
- feat: add pool operations to e2e tests by @linconvidal in #532
- Update pruning and environment variables documentation by @Kartiiyer12 in #543
- fix: update Dockerfile to include wget ca-certificates and correct config path for single docker by @tienna in #545
Full Changelog: 1.2.11...1.3.0