Releases: cardano-foundation/cardano-rosetta
Cardano Rosetta 1.8.2
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
See the CHANGELOG for further details.
Role | Approval |
---|---|
Technical Lead | ✔️ |
QA Engineer | ✔️ |
Ops | ⏳ |
Release Manager | ✔️ |
Cardano Rosetta 1.8.1
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
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
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
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
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
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
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
- Search transactions (faf3652)
Bug Fixes
- Byron address support (f9e4fd4)
See the CHANGELOG for further details.
Role | Approval |
---|---|
Technical Lead | ✔️ |
QA Engineer | ✔️ |
Ops | ⏳ |
Release Manager | ✔️ |
Cardano Rosetta 1.4.0
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
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
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
See the CHANGELOG for further details.
Role | Approval |
---|---|
Technical Lead | ✔️ |
QA Engineer | ✔️ |
Ops | ⏳ |
Release Manager | ✔️ |