Node 10.4.1
integrates UTxO-HD into the Cardano node. UTxO-HD is a rework of the Consensus layer of the node which allows the UTxO set to be stored either fully in-memory (as with previous node versions) or else on some external storage medium (e.g. SSD or HD). The latter lowers the memory requirements of the running node at the cost of some speed. This first version of UTxO-HD provides an LMDB backend, but future releases will incorporate a more fine-tailored backend based on LSM trees. More information on UTxO-HD can be found in the consensus website.
This release also provides fixes and enhancements to the tracing system, to the location of LedgerDB configuration options, and to the node CLI and API. It also updates the dependency on Plutus to 1.45.
System testing results for the 10.4.1 release can be found on the corresponding tag testing page.
Benchmarking reports relevant to the 10.4.1
release can be found in this post on Cardano Updates.
[!IMPORTANT]
Users migrating from a previous version of the node should read the migration guide to properly configure the node and convert the database such that a replay from genesis can be avoided. Mainnet block producers and associated relays should only use the V2InMemory
UTXO-HD backend.
This version of the node is mainnet ready. It is recommended for production use using the in-memory backend only.
[!WARNING]
The LMDB backend has not yet been benchmarked. While it may provide sufficient performance for edge nodes (wallets, explorers, exchanges etc.) at a valuable reduction in memory usage, it should not be used for block producer or relay nodes on mainnet.
Known Issues
There is a known bug with the experimental Ouroboros Genesis feature that is not yet recommended for mainnet use.
ChainSync Jumping (CSJ) is not disabled once a node is caught up. This should not affect normal operation of the syncing node, but does risk a DoS attack for the caught-up node. It will be corrected in a future release (Issue https://github.com/IntersectMBO/ouroboros-consensus/issues/1490).
There is also a known bug when starting from a Byron snapshot. The node will reject the snapshot and replay the chain from the start. However the time it takes to replay byron is small, and the chance of users starting the node from a Byron snapshot is also low. Therefore the issue will be fixed in 10.6.0.
Technical Specification
Minimum System Requirements
- An Intel or AMD x86 processor with two or more cores, at 1.6GHz or faster (2GHz or faster for a stake pool or relay)
- Or, for MacOS, an Apple Silicon (M1, M2, M3 or M4) processor
- 24GB of RAM when running with the InMemory backend, 8GB when running with the OnDisk backend (pending confirmation)
- 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.04 LTS, 22.04 LTS; Mint 19.3, 20; Debian 10.3)
- Windows 64-bit (8.1, 10, 11)
- MacOS 10.13, 10.14, 10.15, 11
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
Platform | Block Production | Relay | Client (Desktop)
-------- | :--------------: | :-------------: | :--------------:
Linux | :green_circle: | :green_circle: | :green_circle:
Windows | :red_square: | :red_square: | :green_circle:
MacOS | :red_square: | :red_square: | :green_circle:
Downloads
- [Release configuration files](https://book.play.dev.cardano.org/environments.html)
- [Docker image](https://github.com/IntersectMBO/cardano-node/pkgs/container/cardano-node/405336126?tag=10.4.1)
Documentation
Sign-off
Role |
Approval |
Technical Steering Committee (Intersect) |
:green_circle: |
Product Committee (Intersect) |
:green_circle: |
Test Engineer |
:green_circle: |
Performance Engineer |
:green_circle: |
Site Reliability Engineer |
:green_circle: |
Release Engineer |
:green_circle: |
Legend
* :green_circle: - signed / agreed / supported
* :red_square: - not agreed / unsupported
Changelogs
Node
- Relocate configuration options related to the LedgerDB under a new `"LedgerDB"` key in the configuration file. See [Consensus' webpage](https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/migrating#populate-the-new-configuration-options) for more information.
Tracing
- New tracing: fix the following faulty metrics: `connectionManager_*`, `slotsMissed`.
- Old Tracing: rename metric `connectionManager.prunableConns` to `connectionManager.fullDuplexConns` for incerased consistency.
- Reworded human description of some traces to be more explanatory.
- Relocate `LedgerDB` related traces under the `LedgerEvent` namespace.
Consensus
- Release UTxO-HD rework. For more information check [the webpage](https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/Overview).
- Decrease the maximum permissible clock skew from 5s to 2s.
Ledger
- No changes
Network
- No changes
CLI
- Corrected the flipped text & JSON output format for `query stake-pools` command.
(bugfix)
[PR 1139](https://github.com/IntersectMBO/cardano-cli/pull/1139)
- Make the output format flag for the `query utxo` command only have one default: JSON (rather than a different default depending on whether the output file is specified).
(breaking, refactoring)
[PR 1133](https://github.com/IntersectMBO/cardano-cli/pull/1133)
- Add canonical CBOR output toggle for transaction building and signing commands.
(feature, compatible)
[PR 1092](https://github.com/IntersectMBO/cardano-cli/pull/1092)
API
- Better reporting of negative balance in transaction balancing.
(breaking, refactoring, bugfix)
[PR 799](https://github.com/IntersectMBO/cardano-api/pull/799)
- Add `outputs`, `fromShelleyUTxO` and `toShelleyUTxO` functions to `Cardano.Api.Tx.UTxO`.
(compatible)
[PR 812](https://github.com/IntersectMBO/cardano-api/pull/812)
Submit API
- No changes
Plutus
- No changes
Detailed Changelogs
Individual packages' changelogs
| Package | Version | Changelog |
|----|----|----|
| Win32-network | 0.2.0.1 | [ChangeLog.md](https://github.com/IntersectMBO/Win32-network/blob/fec6d7bdfec15d9bd1033ae5ed25f4385f4f1237/ChangeLog.md "ChangeLog.md") |
| base-deriving-via | 0.1.0.2 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/56a71b150b7ff7fb6d6bf588f3e9d88822c9048c/base-deriving-via/CHANGELOG.md "CHANGELOG.md") |
| byron-spec-chain | 1.0.1.0 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-ledger/blob/ed6d38b0bf0a54504c781b3c274745846476ca3c/eras/byron/chain/executable-spec/CHANGELOG.md "CHANGELOG.md") |
| byron-spec-ledger | 1.1.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/byron/ledger/executable-spec/CHANGELOG.md "CHANGELOG.md") |
| cardano-api | 10.14.1.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-api/blob/e63857a481806fe55765996b65351e26d11018ad/cardano-api/CHANGELOG.md "CHANGELOG.md") |
| cardano-binary | 1.7.1.0 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/ca78a7ca7f91ed0f14dab244426432aae90c698b/cardano-binary/CHANGELOG.md "CHANGELOG.md") |
| cardano-cli | 10.8.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-cli/blob/685970733dc4ef5838967cb7cfb6d3fe4c2a2b06/cardano-cli/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-wrapper | 1.6.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/byron/crypto/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-test | 1.6.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/byron/crypto/test/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-praos | 2.2.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/9b4b06e43e45884f6e1d9dca5436e5367f5ed439/cardano-crypto-praos/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-tests | 2.2.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/9b4b06e43e45884f6e1d9dca5436e5367f5ed439/cardano-crypto-tests/CHANGELOG.md "CHANGELOG.md") |
| cardano-crypto-class | 2.2.2.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/9b4b06e43e45884f6e1d9dca5436e5367f5ed439/cardano-crypto-class/CHANGELOG.md "CHANGELOG.md") |
| cardano-data | 1.2.4.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/libs/cardano-data/CHANGELOG.md "CHANGELOG.md") |
| cardano-git-rev | 0.2.2.0 | |
| cardano-ledger-byron | 1.1.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/byron/ledger/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-api | 1.11.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/libs/cardano-ledger-api/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-babbage | 1.11.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/babbage/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-alonzo | 1.13.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/alonzo/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-shelley | 1.16.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/shelley/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-core | 1.17.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/libs/cardano-ledger-core/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-conway | 1.19.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/conway/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-shelley-ma-test | 1.3.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/shelley-ma/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-conway-test | 1.3.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/conway/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-alonzo-test | 1.3.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/alonzo/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-babbage-test | 1.3.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/babbage/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-byron-test | 1.5.2.1 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/byron/ledger/impl/test/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-shelley-test | 1.6.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/shelley/test-suite/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-binary | 1.6.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/libs/cardano-ledger-binary/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-allegra | 1.7.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/allegra/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-ledger-mary | 1.8.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/eras/mary/impl/CHANGELOG.md "CHANGELOG.md") |
| cardano-lmdb | 0.4.0.3 | [CHANGELOG.md](https://github.com/input-output-hk/haskell-lmdb/blob/f8ad4d9ccafdb9c315b3c66e78917c561d812244/CHANGELOG.md "CHANGELOG.md") |
| cardano-lmdb-simple | 0.8.0.1 | [CHANGELOG.md](https://github.com/input-output-hk/lmdb-simple/blob/8b5149bd6e281da516f06e828b3948df0257fc94/CHANGELOG.md "CHANGELOG.md") |
| cardano-ping | 0.8.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/588130b5f0494a42c19da3bd44211ff7607b5831/cardano-ping/CHANGELOG.md "CHANGELOG.md") |
| cardano-prelude-test | 0.1.0.5 | |
| cardano-prelude | 0.2.1.0 | [ChangeLog.md](https://github.com/IntersectMBO/cardano-prelude/blob/68e015f6e7f17e67d8dbf16bc1590b926d064962/cardano-prelude/ChangeLog.md "ChangeLog.md") |
| cardano-protocol-tpraos | 1.4.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/libs/cardano-protocol-tpraos/CHANGELOG.md "CHANGELOG.md") |
| cardano-slotting | 0.2.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-base/blob/f11ddc7f/cardano-slotting/CHANGELOG.md "CHANGELOG.md") |
| cardano-strict-containers | 0.1.4.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-base/blob/af32361b8e3cfd6988de3b5014cf129168395768/cardano-strict-containers/CHANGELOG.md "CHANGELOG.md") |
| contra-tracer | 0.1.0.1 | |
| cuddle | 0.3.2.1 | [CHANGELOG.md](https://github.com/input-output-hk/cuddle/blob/609bf9c3a2c4eae6cac0455d744b00e2731eda0e/CHANGELOG.md "CHANGELOG.md") |
| diff-containers | 1.3.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/anti-diffs/blob/c189c934ed8d95515f9d420c37e33f1dbc55b2a4/diff-containers/CHANGELOG.md "CHANGELOG.md") |
| ekg-forward | 0.9 | [CHANGELOG.md](https://github.com/input-output-hk/ekg-forward/blob/e372f6d8b6bc493ec64c1fbee8a1d2fcfa41b056/CHANGELOG.md "CHANGELOG.md") |
| fingertree-rm | 1.0.0.4 | [CHANGELOG.md](https://github.com/input-output-hk/anti-diffs/blob/bf3dd52b3a85fb075194e92b7851e5ccb3025290/fingertree-rm/CHANGELOG.md "CHANGELOG.md") |
| heapwords | 0.1.0.2 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/56a71b150b7ff7fb6d6bf588f3e9d88822c9048c/heapwords/CHANGELOG.md "CHANGELOG.md") |
| iohk-monitoring | 0.2.1.0 | |
| lobemo-backend-aggregation | 0.1.0.0 | |
| lobemo-backend-monitoring | 0.1.0.0 | |
| lobemo-backend-trace-forwarder | 0.1.0.0 | |
| lobemo-backend-ekg | 0.2.0.0 | |
| measures | 0.1.0.2 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/56a71b150b7ff7fb6d6bf588f3e9d88822c9048c/measures/CHANGELOG.md "CHANGELOG.md") |
| monoidal-synchronisation | 0.1.0.6 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/fd1d8bd7725474d15b4722232b6c999b203c0e37/monoidal-synchronisation/CHANGELOG.md "CHANGELOG.md") |
| network-mux | 0.7 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/588130b5f0494a42c19da3bd44211ff7607b5831/network-mux/CHANGELOG.md "CHANGELOG.md") |
| non-integral | 1.0.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-ledger/blob/2f5956038233e4df0a065d96db32398605603f9b/libs/non-integral/CHANGELOG.md "CHANGELOG.md") |
| optparse-applicative-fork | 0.18.1.0 | [CHANGELOG.md](https://github.com/input-output-hk/optparse-applicative/blob/a85e8bcef4c3411aa3353e472b84e1ce46a83d7d/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus-protocol | 0.12.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/61c990cbc891d0e860a93d8c18c2faf848a19774/ouroboros-consensus-protocol/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus-diffusion | 0.22.0.1 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/61c990cbc891d0e860a93d8c18c2faf848a19774/ouroboros-consensus-diffusion/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus-cardano | 0.25.0.1 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/a2606dfc356a7aceb6553c3f7fd2ff16331cc48c/ouroboros-consensus-cardano/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-consensus | 0.26.0.1 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/9a2493bbf7d05cda3b76a0f26f2a9b683ce578e7/ouroboros-consensus/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-mock | 0.1.1.2 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/fd1d8bd7725474d15b4722232b6c999b203c0e37/ouroboros-network-mock/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-api | 0.13.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/588130b5f0494a42c19da3bd44211ff7607b5831/ouroboros-network-api/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-protocols | 0.14.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/588130b5f0494a42c19da3bd44211ff7607b5831/ouroboros-network-protocols/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-framework | 0.17.0.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/588130b5f0494a42c19da3bd44211ff7607b5831/ouroboros-network-framework/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network | 0.20.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/d5d20424d797348734a7e12a3f227a89ee4f70b9/ouroboros-network/CHANGELOG.md "CHANGELOG.md") |
| ouroboros-network-testing | 0.8.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/588130b5f0494a42c19da3bd44211ff7607b5831/ouroboros-network-testing/CHANGELOG.md "CHANGELOG.md") |
| plutus-core | 1.45.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/ba16ec68d3ba1a53594585deed81cdb3e720e4a3/plutus-core/CHANGELOG.md "CHANGELOG.md") |
| plutus-ledger-api | 1.45.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/ba16ec68d3ba1a53594585deed81cdb3e720e4a3/plutus-ledger-api/CHANGELOG.md "CHANGELOG.md") |
| plutus-tx | 1.45.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/plutus/blob/ba16ec68d3ba1a53594585deed81cdb3e720e4a3/plutus-tx/CHANGELOG.md "CHANGELOG.md") |
| prettyprinter-configurable | 1.36.0.0 | |
| quickcheck-monoids | 0.1.0.1 | [CHANGELOG.md](https://github.com/intersectmbo/ouroboros-network/blob/fd1d8bd7725474d15b4722232b6c999b203c0e37/quickcheck-monoids/CHANGELOG.md "CHANGELOG.md") |
| set-algebra | 1.1.0.3 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-ledger/blob/923e75bf3e16da01f26ed1ab53d9aac7184fc699/libs/set-algebra/CHANGELOG.md "CHANGELOG.md") |
| small-steps | 1.1.1.0 | [CHANGELOG.md](https://github.com/intersectmbo/cardano-ledger/blob/a9e78ae63cf8870f0ce6ce76bd7029b82ddb47e1/libs/small-steps/CHANGELOG.md "CHANGELOG.md") |
| sop-extras | 0.4.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/7530e223ca3b56fc81eaafdd49e104aaade03600/sop-extras/CHANGELOG.md "CHANGELOG.md") |
| strict-checked-vars | 0.2.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-base/blob/e545ee648cb7ef9d2715286dbc38987ffc3b5e4d/strict-checked-vars/CHANGELOG.md "CHANGELOG.md") |
| strict-sop-core | 0.1.3.0 | [CHANGELOG.md](https://github.com/IntersectMBO/ouroboros-consensus/blob/4d73a1a53c2253db1e788b05b7ef3349bd2247ef/strict-sop-core/CHANGELOG.md "CHANGELOG.md") |
| tracer-transformers | 0.1.0.4 | |
| typed-protocols-cborg | 0.3.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/typed-protocols/blob/d127d3ebd1850b7d1aa6eb75c0b040b1f94d0e24/typed-protocols-cborg/CHANGELOG.md "CHANGELOG.md") |
| typed-protocols | 0.3.0.0 | [CHANGELOG.md](https://github.com/input-output-hk/typed-protocols/blob/d127d3ebd1850b7d1aa6eb75c0b040b1f94d0e24/typed-protocols/CHANGELOG.md "CHANGELOG.md") |
| typed-protocols-stateful-cborg | 0.3.0.0 | [ChangeLog.md](https://github.com/input-output-hk/typed-protocols/blob/d127d3ebd1850b7d1aa6eb75c0b040b1f94d0e24/typed-protocols-stateful-cborg/ChangeLog.md "ChangeLog.md") |
| typed-protocols-stateful | 0.3.0.0 | |
| typed-protocols-examples | 0.5.0.0 | |
| vector-map | 1.1.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/6e2d37cc0f47bd02e89b4ce9f78b59c35c958e96/libs/vector-map/CHANGELOG.md "CHANGELOG.md") |