Skip to content

Commit 8fc0b1b

Browse files
nineguaIDX GitHub Automation
andauthored
chore(rosetta-api): Update icp-rosetta-api to release 2.1.9 (#8652)
Bump ic-rosetta-api to version 2.1.9. The CHANGELOG of 2.1.9 contains the follow: ### Added - Added support for legacy `SignedTransaction` format from pre-v2.1.0 for the `construction/submit` endpoint. ([#7416](#7416)) - Added new `self_describing_action` field in the `Proposal` struct, returned e.g, by the `get_pending_proposals` endpoint. ([#7643](#7643)) - Return errors immediately during initial sync ([#7203](#7203)). - Display DB index optimizations status ([#8196](#8196)). - Display progress bar during ICP block syncing ([#8195](#8195)). ### Fixed - Avoid panicking when trying to increment metrics ([#7417](#7417)). - Bump ICP Rosetta ic-agent timeout from 1 to 10 seconds ([#7435](#7435)). --------- Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
1 parent 0e4b3d1 commit 8fc0b1b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rs/rosetta-api/icp/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ MACRO_DEV_DEPENDENCIES = []
9595
ALIASES = {
9696
}
9797

98-
ROSETTA_VERSION = "2.1.8"
98+
ROSETTA_VERSION = "2.1.9"
9999

100100
rust_library(
101101
name = "rosetta-api",

rs/rosetta-api/icp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## Unreleased
77

8+
## [2.1.9] - 2026-02-02
89
### Added
910
- Added support for legacy `SignedTransaction` format from pre-v2.1.0 for the `construction/submit` endpoint. ([#7416](https://github.com/dfinity/ic/pull/7416))
1011
- Added new `self_describing_action` field in the `Proposal` struct, returned e.g, by the `get_pending_proposals` endpoint. ([#7643](https://github.com/dfinity/ic/pull/7643))
12+
- Return errors immediately during initial sync ([#7203](https://github.com/dfinity/ic/pull/7203)).
13+
- Display DB index optimizations status ([#8196](https://github.com/dfinity/ic/pull/8196)).
14+
- Display progress bar during ICP block syncing ([#8195](https://github.com/dfinity/ic/pull/8195)).
15+
16+
### Fixed
17+
- Avoid panicking when trying to increment metrics ([#7417](https://github.com/dfinity/ic/pull/7417)).
18+
- Bump ICP Rosetta ic-agent timeout from 1 to 10 seconds ([#7435](https://github.com/dfinity/ic/pull/7435)).
1119

1220
## [2.1.8] - 2025-10-09
1321
### Added

rs/rosetta-api/icp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-rosetta-api"
3-
version = "2.1.8"
3+
version = "2.1.9"
44
authors = ["The Internet Computer Project Developers"]
55
description = "Build Once. Integrate Your Blockchain Everywhere. "
66
edition.workspace = true

0 commit comments

Comments
 (0)