The Dockerfile bundles cardano-node@1.35.3 and cardano-db-sync@13.0.5.
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).
⚠ BREAKING CHANGES
- Get protocol params from request: This is a breaking change in the construction flow to correct an oversight in the original implementation relating to handling current protocol parameters, and how it relates to running the service in offline mode.
In prior versions the protocol parameters were an internal concern, originally it was statically read from genesis, then later refactored to be queried from the DB. The former version created a valid offline mode, but after refactoring, it violates the spec as the database cannot be running in this mode.
Upgrading from v1 to v2:/construction/metadata
now returnsprotocol_parameters
, which must be used to construct adeposit_parameters
object in the/construction/preprocess
request metadata.
Performance
- Improve search transactions by coin query (a721862)
Refactor
- Get protocol params from request (ec56d25)
Bug Fixes
- Handle WASM-bound objects produced when interacting with CSL (069674e)
See the CHANGELOG for further details.
Role | Approval |
---|---|
Technical Lead | ✔️ |
QA Engineer | ✔️ |
Ops | ⏳ |
Release Manager | ✔️ |