- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.
- Updated the MSRV to 1.73, as required by the updated Rust SDK.
- Fix coin market cap response, by using slug instead of symbol to avoid mutiple answers.
- Set minimum supported Rust version to 1.65.
- Support for protocol 6. This version of the service now requires node version 6.
- Make the service more robust against database connection reset.
- Support for protocol 5.
- The service now uses V2 GRPC node API.
- Bump the SDK to fix a JSON parsing error that would sometimes lead to block summary parsing errors.
- Compatibility with node version 4.
- show updated rates in prometheus again (after first update)
- error when getting blockSummary to a delegation node
- Fix assumption that coinMarketCap response's status always has a error_message field
- Allow multiple sources, update is the median of the medians of each sources history
- Rejects negative readings from exchanges