Skip to content

Releases: cardano-foundation/cardano-rosetta

Cardano Rosetta 1.8.2

01 Sep 06:05
a3e07e0
Compare
Choose a tag to compare

This minor release delivers an optimisation for search transaction queries.

The Dockerfile bundles [email protected] and [email protected].

This update will require the DB to be dropped and re-created if upgrading from prior to 1.8.0, see the upgrade instructions below:

Upgrade Instructions

System Requirements

  • Recent version of docker.
  • 24 Gigabytes of RAM.
  • 4 CPU cores.
  • 80 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than electro-mechanical disks).

Improvements

  • Optimize search transaction queries (df4e927) (Resolves #501)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.8.1

19 Aug 02:45
c81316a
Compare
Choose a tag to compare

This release adds support for the new Preview and Preproduction networks, and removes support for the Testnet network.

The Dockerfile bundles [email protected] and [email protected].

This update will require the DB to be dropped and re-created if upgrading from prior to 1.8.0, see the upgrade instructions below:

Upgrade Instructions

System Requirements

  • Recent version of docker.
  • 24 Gigabytes of RAM.
  • 4 CPU cores.
  • 80 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than electro-mechanical disks).

Features

  • Introduce support for new test networks (32200ae)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.8.0

16 Aug 13:17
27ba935
Compare
Choose a tag to compare

This release supports the upcoming Vasil protocol upgrade.

The Dockerfile bundles [email protected] and [email protected].

This update will require the DB to be dropped and re-created, see the upgrade instructions below:

Upgrade Instructions

System Requirements

  • Recent version of docker.
  • 24 Gigabytes of RAM.
  • 4 CPU cores.
  • 80 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than electro-mechanical disks).

Features

  • Adapt network service to vasil-qa topology file (7eaede5)
  • Update pool registrations query (8c9a478)

Bug Fixes

  • Add order by to delegations and pool owners queries (6f6152d)
  • Fix on search by addresses and coins (685d900)
  • Move submit tx method before the hash of the tx was obtained (b9b43c6)
  • Postman tests (da7143c)
  • Updated test readme (9d7c546)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.7.1

27 Jun 12:19
00c3eff
Compare
Choose a tag to compare

This release fixes metadata validation within voting registration (b266a4b).

The Dockerfile bundles [email protected] and [email protected].

System Requirements

  • Recent version of docker.
  • 24 Gigabytes of RAM.
  • 4 CPU cores.
  • 80 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than electro-mechanical disks).

Bug Fixes

  • validate type of metadata field for vote registrations (b266a4b)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.7.0

09 Feb 16:30
2a40528
Compare
Choose a tag to compare

This release updates the Cardano Node version to 1.33.0.

The Dockerfile bundles [email protected] and [email protected].

System Requirements

  • Recent version of docker.
  • 24 Gigabytes of RAM.
  • 4 CPU cores.
  • 80 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than electro-mechanical disks).

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.6.1

21 Dec 12:20
d21b40a
Compare
Choose a tag to compare

The Dockerfile bundles [email protected] and [email protected].

System Requirements

  • Recent version of docker.
  • 24 Gigabytes of RAM.
  • 4 CPU cores.
  • 80 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than electro-mechanical disks).

Features

  • cardano-db-sync snapshot restoration (55aa8ec)

Bug Fixes

  • Changed Dockerfile gosu gpg keyserver as it was randomly failing (8c29315)
  • Ensure DB is always created, enhance docs (1529731)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.5.0

07 Oct 08:59
5c453a6
Compare
Choose a tag to compare

This feature release implements the Rosetta Indexer Search API, fixes byron addresses support, and bumps the internal Cardano dependencies.

The Dockerfile bundles [email protected] and [email protected].

If upgrading from 1.4.0 you do not need to rebuild the data volume. Please follow the upgrade instructions if migrating from an earlier version.

Features

Bug Fixes

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.4.0

30 Aug 09:04
b72793c
Compare
Choose a tag to compare

This feature release supports running the service in the Alonzo-era, however currently does not yet extend the operations to include Alonzo features. It also adds support for Catalyst voting registration, and includes documentation improvements in the README covering the supported networks.

The Dockerfile bundles [email protected] and [email protected].

Upgrade Instructions

Features

  • Add query to retrieve tx metadata (cdfebd7)
  • Add vote operations to block endpoint (a15bae5)
  • Add vote registration operation (#398) (48d9e1b)
  • Add alonzo era when submitting tx (2d2d831)
  • Filter invalid txs from utxo and balance queries (#401) (2298321), closes #108

Bug Fixes

  • Add auxiliary data when building tx (4b94679)
  • Construction parse inputs (e86ccbf)
  • Include tx metadata when calculating tx size (bf09eb5)
  • Fix ma-transfer example (b3c2a01)
  • Pool registration workflow config fix (2bf6401)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.4.0-beta.1

17 Aug 08:19
c747f47
Compare
Choose a tag to compare
Pre-release

beta.1

It's now possible to pull and run an image for the alonzo-purple network from Docker Hub. The docker build step currently takes ~1hr depending on your machine specification, so this option provides a quick way to test or demo the service where building from source is not required. See the README for detailed instructions.

Features

  • Build and push alonzo-purple images to Docker Hub (6d3433d)
  • Improve docs to cover Docker Hub repository (98bb9c4)

beta.0

This pre-production feature release supports running the service in the Alonzo-era, and is suitable for testing integrations on non-mainnet networks. It currently does not extend the operations to include Alonzo features, but this will follow in later releases.

Features

Upgrade Instructions

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Rosetta 1.4.0-beta.0

12 Aug 16:02
8c8da21
Compare
Choose a tag to compare
Pre-release

This pre-production feature release supports running the service in the Alonzo-era, and is suitable for testing integrations on non-mainnet networks. It currently does not extend the operations to include Alonzo features, but this will follow in later releases.

Upgrade Instructions

Features

  • Add Alonzo era when submitting tx (2d2d831)
  • Filter invalid txs from utxo and balance queries (#401) (2298321), closes #108

Bug Fixes

  • Fix ma-transfer example (b3c2a01)
  • Pool registration workflow config fix (2bf6401)

See the CHANGELOG for further details.

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️