From 052d9518b272c0cbd6c3c5c4348ed6b0358bec1f Mon Sep 17 00:00:00 2001 From: 1000101 Date: Mon, 8 Apr 2024 14:01:43 +0200 Subject: [PATCH] chore: release 2.0.1 --- CHANGELOG.md | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855c8382..79307820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] - 2024-04-08 + +| :warning: WARNING | +| -------------------------------------------------------------------------------------------------------------------------------- | +| This version of `blockfrost-backend-ryo` requires `cardano-db-sync 13.2.0.1` or newer. Use version `1.7.x` for earlier releases. | + +### Fixed + +- calculation of endpoints affected by moving MIRs into `instant_reward` table required for `cardano-db-sync 13.2.0.1` + - `/accounts/{stake_address}` + - `/pools/extended` + - `/pools/{pool_id}` + - `/network` +- calculation of `live_size` for `/pools/{pool_id}` only taking into account live pools (ommiting retired from the calculation) + ## [2.0.0] - 2024-03-13 | :warning: WARNING | @@ -39,14 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `metadata/txs/labels/{number}` and `/scripts/{hash}/json` json encoding for primitive types (eg. string) (`@blockfrost/openapi` 0.1.62) - `/txs/{hash}/utxos` rendering of wrong asset in collateral output [#161](https://github.com/blockfrost/blockfrost-backend-ryo/pull/161) - in `/epochs/{number}/parameters` set `min_utxo` to `coins_per_utxo_size` with a fallback to `min_utxo_value` if `coins_per_utxo_size` is null -- calculation of endpoints affected by moving MIRs into `instant_reward` table required for `cardano-db-sync 13.2.0.1` - - `/accounts/{stake_address}` - - `/pools/extended` - - `/pools/{pool_id}` - - `/network` -- calculation of `live_size` for `/pools/{pool_id}` only taking into account live pools (ommiting retired from the calculation) - - ## [1.7.0] - 2023-08-30 diff --git a/package.json b/package.json index 091efe9d..210df728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockfrost-backend-ryo", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [], "license": "Apache-2.0",