From 395ebdfce218a73565c2788edd8baaf89b724947 Mon Sep 17 00:00:00 2001 From: Nikolas Haimerl <113891786+NikolasHaimerl@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:49:24 +0100 Subject: [PATCH] chore(ICP-Rosetta): add changelog (#3150) This MR proposes the following changes: 1. Add changelog entry for the recent refresh voting power functionality --- rs/rosetta-api/icp/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rs/rosetta-api/icp/CHANGELOG.md b/rs/rosetta-api/icp/CHANGELOG.md index 586abf5e765..0b64b4ba171 100644 --- a/rs/rosetta-api/icp/CHANGELOG.md +++ b/rs/rosetta-api/icp/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Handle Errors that may occur while deserializing objects using serde_json ### Added - /call endpoint with the method 'query_block_range' to fetch multiple blocks at once +- added functionality to refresh voting power on the governance canister ### Changed - [BREAKING CHANGE]: consolidate block and transaction tables into a single table The clients have to delete the old database and re-sync the Rosetta node from scratch.