Releases: IntersectMBO/cardano-node
10.7.1
Release Notes
Node version 10.7.1 is a minor update to the Cardano node that includes a number of fixes and improvements to the Plutus and Consensus layers, as well as to the tracing system. This version of the node addresses a number of performance issues that were found in node version 10.7.0.
For linux, liburing, protobuf-compiler and snappy-c are new dependencies.
Known issues
Release Benchmarks
Benchmarking reports relevant to the 10.7.1 releases can be found in this post on Cardano Updates.
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 processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Pre-release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
cardano-node
- Bulk credentials handling was fixed (#6502)
cardano-tracer
- Support for TLS encrypted HTTPS connections to endpoints. To use that, the config needs to provide a
"tlsCertificate": {}object and set the optional field"epForceSSL": trueon individualhas*endpoints. For a detailed example, seecardano-tracer's Changelog. - Experimental: New (optional)
hasTimeseriesendpoint. By configuring this,cardano-tracerwill maintain an internal timeseries store for all connected Nodes' metrics. The store can be queried via the/timeseries/querypath,POSTing the query as plain UTF8 text. Query examples can be found in folderbench/cardano-timeseries-io/examples; the query language is heavily inspired byPromQL.
cardano-testnet
cardano-cli
cardano-api
cardano-rpc
Network
Consensus
- Significantly improve mempool performance: transaction differences are cached the first time the transaction is validated, and re-used when revalidating the mempool on forging and syncing with the LedgerDB.
- Fix directory management in LSM-trees snapshot conversion.
- Ignore exceptions when deleting a snapshot.
Ledger
Plutus
- Added
ScriptContextBuildertest utility (PlutusLedgerApi.Test.ScriptContextBuilder) toplutus-ledger-api-testlibfor constructing realisticScriptContextvalues in tests using a composable builder pattern. - Improved the performance and testing of the
flatlibrary. - Improved the performance of
writeBits. - Improved the
uplcexecutable: it now supports taking contract blueprints as input (#7685), and configuring optimization options (#7682).
Tracing
- Exposed some
PrometheusSimplebackend DoS protection parameters in the Node config (see example below). All of those fields are optional and will selectively override the hard-coded default. - The
ChainDB.AddBlockEvent.SwitchedToAForktrace message now contains a"reason"field stating why a chain fork was chosen. Example messages in #6014 . - New
rpc.request.*metrics denoting the timespan for evaluating gRPC methods. - Performance optimizations for evaluation of some metrics.
Example:
"TracePrometheusSimpleRun": {
"connCountGlobal": 20,
"connCountPerHost": 8,
"connPerSecond": 10.0,
"connTimeout": 30
}
Detailed Changelogs
Package changelogs
| Package | Version | Changelog |
|---|---|---|
| Win32-network | 0.2.0.1 | ChangeLog.md |
| acts-generic | 0.1.1.0 | CHANGELOG.md |
| base-deriving-via | 0.1.0.2 | CHANGELOG.md |
| basement | 0.0.16 | |
| bech32 | 1.1.10 | ChangeLog.md |
| bech32-th | 1.1.10 | ChangeLog.md |
| byron-spec-chain | 1.0.1.1 | CHANGELOG.md |
| byron-spec-ledger | 1.1.0.1 | CHANGELOG.md |
| cardano-addresses | 4.0.2 | ChangeLog.md |
| cardano-api | 10.26.0.0 | CHANGELOG.md ... |
10.6.4
Release Notes
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
Node version 10.6.4 is a minor update to the Cardano node that includes a numbers of fixes and improvements to the Plutus interpreter. It is recommended that all SPOs upgrade to it.
Known issues
- Old tracing system: The new metrics counting soft and hard mempool timeouts are missing the common node metrics prefix
cardano.node.metrics. - Syncing mainnet from genesis is about 20% slower than on 10.6.1.
Release Benchmarks
Benchmarking reports relevant to the 10.6.4/10.6.3/10.6.2 releases can be found in this post on Cardano Updates.
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 processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
cardano-node
cardano-tracer
cardano-testnet
cardano-cli
cardano-api
Network
Consensus
Plutus
- Added
ScriptContextBuildertest utility (PlutusLedgerApi.Test.ScriptContextBuilder) toplutus-ledger-api-testlibfor constructing realisticScriptContextvalues in tests using a composable builder pattern. - Improved the performance and testing of the
flatlibrary. - Improved the performance of
writeBits. - Improved the
uplcexecutable: it now supports taking contract blueprints as input (#7685), and configuring optimization options (#7682).
Detailed Changelogs
| Package | Version | Changelog |
|---|---|---|
| Win32-network | 0.2.0.1 | ChangeLog.md |
| base-deriving-via | 0.1.0.2 | CHANGELOG.md |
| basement | 0.0.16 | |
| bech32 | 1.1.10 | ChangeLog.md |
| bech32-th | 1.1.10 | ChangeLog.md |
| byron-spec-chain | 1.0.1.1 | CHANGELOG.md |
| byron-spec-ledger | 1.1.0.1 | CHANGELOG.md |
| cardano-addresses | 4.0.2 | ChangeLog.md |
| cardano-api | 10.23.0.0 | CHANGELOG.md |
| cardano-binary | 1.7.2.0 | CHANGELOG.md |
| cardano-cli | 10.15.0.0 | CHANGELOG.md |
| cardano-crypto | 1.3.0 | |
| cardano-crypto-class | 2.2.3.2 | CHANGELOG.md |
| cardano-crypto-praos | 2.2.1.1 | CHANGELOG.md |
| cardano-crypto-test | 1.6.0.0 | CHANGELOG.md |
| cardano-crypto-tests | 2.2.2.0 | CHANGELOG.md |
| cardano-crypto-wrapper | 1.6.1.0 | CHANGELOG.md |
| cardano-data | 1.2.4.1 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/faa7a9dc347697b1... |
10.6.3
Release Notes
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
Node version 10.6.3 is a minor update to the Cardano node that includes an updated CHaP configuration for those users who are building from source. It is otherwise identical to node version 10.6.2.
Known issues
- Old tracing system: The new metrics counting soft and hard mempool timeouts are missing the common node metrics prefix
cardano.node.metrics. - Syncing mainnet from genesis is about 20% slower than on 10.6.1.
Release Benchmarks
Benchmarking reports relevant to the 10.6.3/10.6.2 releases can be found in this post on Cardano Updates.
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 processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
cardano-node
cardano-tracer
cardano-testnet
cardano-cli
cardano-api
Network
Consensus
Plutus
Detailed Changelogs
Package changelogs
| Package | Version | Changelog |
|---|---|---|
| Win32-network | 0.2.0.1 | ChangeLog.md |
| base-deriving-via | 0.1.0.2 | CHANGELOG.md |
| basement | 0.0.16 | |
| bech32 | 1.1.10 | ChangeLog.md |
| bech32-th | 1.1.10 | ChangeLog.md |
| byron-spec-chain | 1.0.1.1 | CHANGELOG.md |
| byron-spec-ledger | 1.1.0.1 | CHANGELOG.md |
| cardano-addresses | 4.0.2 | ChangeLog.md |
| cardano-api | 10.23.0.0 | CHANGELOG.md |
| cardano-binary | 1.7.2.0 | CHANGELOG.md |
| cardano-cli | 10.15.0.0 | CHANGELOG.md |
| cardano-crypto | 1.3.0 | |
| cardano-crypto-class | 2.2.3.2 | CHANGELOG.md |
| cardano-crypto-praos | 2.2.1.1 | CHANGELOG.md |
| cardano-crypto-test | 1.6.0.0 | CHANGELOG.md |
| cardano-crypto-tests | 2.2.2.0 | CHANGELOG.md |
| cardano-crypto-wrapper | 1.6.1.0 | CHANGELOG.md |
| cardano-data | 1.2.4.1 | CHANGELOG.md |
| cardano-git-rev | 0.2.2.1 | |
| cardano-ledger-allegra | 1.8.0.0 | CHANGELOG.md |
10.7.0
Release Notes
Node version 10.7.0 contains a number of major improvements, and also includes internal changes that will be enacted by the forthcoming hard fork to Protocol Version 11 in a future node version. A key change is that introduces the LSM Tree backend for storage layer that delivers the UTxO-HD OnDisk storage backend. This is enabled by a new LSM (Log-Structured Merge) tree implementation in Consensus (LedgerDB V2) that replaces the previous LMDB backend. Operators running with the OnDisk backend now require only 8GB of RAM, compared to 24GB for the InMemory backend. The new backend is capable of tracking table sizes and uses versioned on-disk encoding (TablesCodecVersion1). Additional highlights include KES Agent support for improved operational key security, the first experimental release of cardano-rpc (a gRPC/UTxO-RPC interface), dmq-node and kes-agent binaries added to the release, TLS/SSL support for EKG/Prometheus in cardano-tracer, and support for a protocol minor version bump.
Local root changes:
- Local root peers can be configured with a new boolean field
behindFirewall(falseis the default). - For
Trustablelocal root peers,Chain-Syncwon't timeout in theStNext StMustReplystate (e.g. awaiting for a header announcement).
Note: This release requires a full chain replay due to the introduction of versioned ledger table encoding.
Breaking changes
- Chain replay required: Versioned ledger table encoding (
TablesCodecVersion1) alters on-disk serialisation forLedgerStateandExtLedgerState. Upgrading from any prior release requires a full chain replay. - cardano-api:
submitTxToNodeLocalnow returnsTxSubmitResultinstead ofSubmitResult TxValidationErrorInCardanoMode. Network-level errors no longer escape as exceptions; see the API changelog for details.
Known issues
- There is a known issue with increased memory use when testing with large numbers of DReps
- The new
behindFirewallfield for local root peers is not reflected in the log file (IntersectMBO/ouroboros-network#5343). - The node option
--bulk-credentials-filedoes not correctly process bulk credentials - For custom networks using
ExperimentalHardForksEnabled, a dijkstra genesis file will need to be added to the node config.
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, M4 or M5) processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6.7
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Pre-release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | N/A |
| Performance Engineer | N/A |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
Node
-
Configuration of LedgerDB:
V1InMemoryvariant removed,V2LSMvariant added (with optionalFilePath). -
New config fields:
TxSubmissionLogicVersion(defaultV1) andTxSubmissionInitDelayparsed from node config JSON, forwarded toRunNodeArgs. -
Node feature flags added to
RunNodeArgs, for now always initialised asrnFeatureFlags = mempty. -
New
KESSourcetype:KESKeyFilePath FilePath | KESAgentSocketPath FilePath. -
ProtocolFilepaths.shelleyKESFilereplaced byshelleyKESSource :: Maybe KESSource. -
CLI offers
--shelley-kes-keyor--shelley-kes-agent-socket.
Tracing
- The
trace-dispatcherpackage was moved to a standalone repository, see https://github.com/IntersectMBO/hermod-tracing. - All P2P tracing orphan instances (
TracePeerSelection,DebugPeerSelection,PeerSelectionCounters,ConnectionManagerTrace,
InboundGovernorTrace,ServerTrace, etc.) moved upstream intoouroboros-network:tracingandcardano-diffusion:tracing. dtDebugPeerSelectionInitiatorTraceranddtDebugPeerSelectionInitiatorResponderTracermerged into a singledtDebugPeerSelectionTracer.TraceTxSubmissionCollectednow carries[txid]instead ofInt; new constructorsTraceTxInboundAddedToMempool,TraceTxInboundRejectedFromMempool,TraceTxInboundError,TraceTxInboundDecision.- The types related to the network topology (
NetworkTopology/LocalRootPeersGroup/PublicRootPeers/RootConfig) were moved tocardano-diffusion, seeCardanoNetworkTopologyfromCardano.Network.Diffusion.Topology. - Dijkstra era stubs:
LogFormatting/ToObjectinstances added for Dijkstra ledger predicate failures (allerror "Dijkstra era is not active yet").
Consensus
- Peras Protocol Integration: Major foundational work was added for the Peras protocol, including the introduction of
PerasCertDB, Peras voting APIs, and a shift in chain selection to prioritize Peras weight over chain length when enabled. - LedgerDB V2 and LSM-Trees: The new LedgerDB V2 was implemented featuring an LSM-trees backend (capable of tracking table sizes) and the extraction of backend storage logic into dedicated sub-libraries (
ouroboros-consensus-lsm,ouroboros-consensus-lmdb). - Mempool Timeouts and Tracking: The mempool was significantly upgraded to support execution timeouts (
MempoolTimeoutConfig) and track how much monotonic clock time transactions take to validate (DiffTimeMeasure). - Enhanced Chain Selection Tracing: Chain selection was refactored to explicitly carry and emit a
ReasonForSwitch(e.g., length, weight, or tiebreaker) in traces likeAddedToCurrentChainandSwitchedToAFork. - Networking and Protocol Updates: Node-to-Client protocols were bumped to
NodeToClientV_23, introducing queries likeGetLedgerPeerSnapshotand adding crucial size limits for keep-alive servers and peer-sharing clients. - Transaction and Serialization Changes: The codebase adapted to Ledger's nested transaction levels and changes in
ApplyTxErrorserialization. It also introducedtxWireSizeto accurately measure CBOR-encoded transaction sizes over the network. - Critical Memory and Resource Fixes: Numerous patches addressed resource management, fixing double read lock acquisitions, leaky handles in LedgerDB, and ensuring proper garbage collection of
ProtocolInfoandLedgerDbArgs. - Codebase Consolidation: Several previously standalone libraries (including
diffusion,protocol,cardano,lsm, andlmdb) were absorbed directly into theouroboros-consensuspackage to streamline the architecture. - Ledger Table Versioning: Ledger tables encoding was versioned (
TablesCodecVersion1), altering on-disk serialization forLedgerStateandExtLedgerState, which will require a chain replay.
Ledger
- Finished impleme...
10.6.2
Release Notes
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
Node version 10.6.2 expands Plutus capabilities, adding major new features — Array, Value, modular exponentiation, BLS12-381 multi-scalar multiplication, dropList, case analysis on built-in types, among others — all of which will become available in protocol version 11. These features significantly enhance smart contract expressiveness and performance. This release also strengthens node stability and networking by introducing defensive mempool protections, fixing a potential deadlock, adding mempool timeouts with new EKG metrics, and refining chain-sync and outbound governor behavior. Tracing and monitoring are improved, cardano-testnet behavior is refined, the CLI gains transaction fee estimation and updated stake address output (this is a breaking change), and the cardano-api introduces a new ledger-aligned TxBodyContent type with related cleanups and fixes.
The release artifacts for 10.6.2 now include linux and darwin arm64 variants and use an updated artifact naming scheme to accommodate the new artifacts. The OCI images for cardano-node, cardano-tracer and cardano-submit-api now include an arm64 variant. Pulling the usual container via tag will auto-select the appropriate architecture for your system. The utilities db-{analyser,synthesizer,truncater} have been added to the cardano-node container.
Breaking changes
- updated stake address output
Known issues
- Old tracing system: The new metrics counting soft and hard mempool timeouts are missing the common node metrics prefix
cardano.node.metrics. - Syncing mainnet from genesis is about 20% slower than on 10.6.1.
Release Benchmarks
Benchmarking reports relevant to the 10.6.2 release can be found in this post on Cardano Updates.
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 processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
cardano-node
- Added soft and hard timeouts to mempool (IntersectMBO/ouroboros-consensus#1831)
- Added EKG metrics for soft and hard mempool timeouts (#6420)
- Improved
cardano-node --helpoutput by making it the same as the one shown when callingcardano-nodewithout arguments (#6403) - Improved consistency of traces between immdb-server and cardano-node (#6397)
- New Tracing
- Environment variable
TRACE_DISPATCHER_LOGGING_HOSTNAME, covering same functionality asCARDANO_NODE_LOGGING_HOSTNAMEin the legacy system (#6429) - Increased
PrometheusSimplerobustness: Restart backend upon crash; add start/stop traces and more eagerly reap dangling sockets (#6396) - Adjusted config for tracing system (#6401)
- Environment variable
- Remove
peersFromNodeKernelmetric andNodeKernelPeerstracer as well asTraceOptionPeerFrequencyconfig key (#6387)
cardano-tracer
cardano-testnet
cardano-cli
Main changes
-
Print estimated transaction fee in
transaction build-estimate
(feature)
PR 1325 -
Modified
query stake-address-infoto include the correct CIP129 hex format as well as the Ledger State format.
(breaking change)
PR 1313
Bug fixes
-
create-testnet-data: use the same k for byron and shelley genesis
(bugfix)
PR 1318 -
Improved error message for malformed timestamps
(bugfix)
PR 1324 -
Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
(compatible, bugfix)
PR 1310 -
Fixed error message in readStringOfMaxLength to correctly display the actual maximum length parameter instead of hardcoded value "128"
(bugfix)
PR 1297 -
Updated
cardano-ledger-apito fix bug inqueryPoolState, where current Pool parameters were returned instead of the future ones.
(bugfix)
PR 1298
cardano-api
Main changes
-
In order to move away from the "old" api's
TxBodyContentthat utilizes the "eon" abstractions and somewhat
unnecessarily wrapped data definitions, we introduced a newTxBodyContenttype that aims to be closer to the
ledger's type definitions and therefore easier to use.
(feature)
PR 1011 -
Deprecated "old" certificate api helper functions and introduced equivalent functions exposed by:
Cardano.Api.Compatible.Certificate
Cardano.Api.Experimental.Certificate
(feature, breaking, refactoring)
PR 983 -
Replace
CertificateinTxCertificateswith new api'sCertificatetype.
(breaking)
PR 962 -
Renamed throwErrorAsException to throwErrorM
(breaking)
PR 1032
Bug fixes
- Made canonicalisation functionality does work with CBOR maps in CBOR lists
(bugfix)
[PR 1047](https://github.com/I...
10.5.4
Release Notes
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
This release provides a number of important enhancements to the networking layer that will improve node resilience and robustness. It is recommended that all SPOs upgrade to this version. The main changes are:
-
A checkpoint file has been added to the preview configuration for genesis mode syncing.
-
More robust diffusion layer:
- Enforce maximum number of reconnection attempts by the outbound governor.
- Shorten the timeout when waiting for
chain-syncto terminate. - Increase
chain-synctimeout in theStNext StMustReplystate to a random value between~10minsand~15mins(it used to be between~2.5minsand~5mins). - Fixed outbound governor bootstrap action.
Benchmarking reports relevant to the 10.5.4 release can be found in this post on Cardano Updates.
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 processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
Detailed Changelogs
| Package | Version | Changelog |
|---|---|---|
| Win32-network | 0.2.0.1 | ChangeLog.md |
| base-deriving-via | 0.1.0.2 | CHANGELOG.md |
| byron-spec-chain | 1.0.1.1 | CHANGELOG.md |
| byron-spec-ledger | 1.1.0.1 | CHANGELOG.md |
| cardano-api | 10.16.4.0 | CHANGELOG.md |
| cardano-binary | 1.7.2.0 | CHANGELOG.md |
| cardano-cli | 10.11.0.0 | CHANGELOG.md |
| cardano-crypto-class | 2.2.3.2 | CHANGELOG.md |
| cardano-crypto-praos | 2.2.1.1 | CHANGELOG.md |
| cardano-crypto-test | 1.6.0.0 | CHANGELOG.md |
| cardano-crypto-tests | 2.2.2.0 | CHANGELOG.md |
| cardano-crypto-wrapper | 1.6.1.0 | CHANGELOG.md |
| cardano-data | 1.2.4.1 | CHANGELOG.md |
| cardano-git-rev | 0.2.2.1 | |
| cardano-ledger-allegra | 1.7.0.0 | CHANGELOG.md |
| cardano-ledger-alonzo | 1.13.0.0 | CHANGELOG.md |
| cardano-ledger-alonzo-test | 1.3.1.0 | CHANGELOG.md |
| cardano-ledger-api | 1.11.0.0 | CHANGELOG.md |
| cardano-ledger-babbage | 1.11.0.0 | CHANGELOG.md |
| cardano-ledger-babbage-test | 1.3.1.0 | CHANGELOG.md |
| cardano-ledger-binary | 1.6.0.0 | CHANGELOG.md |
| cardano-ledger-byron | 1.1.0.0 | CHANGELOG.md |
| cardano-ledger-byron-test | 1.5.2.1 | [CHANGELOG.md](https://g... |
10.6.1
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
** This version includes the hot fix in cardano-crypto-class addressing an issue with hash sizes**
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
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Pre-release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | N/A |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | N/A |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Detailed Changelogs
| Package | Version | Changelog |
|---|---|---|
| Win32-network | 0.2.0.1 | ChangeLog.md |
| base-deriving-via | 0.1.0.2 | CHANGELOG.md |
| byron-spec-chain | 1.0.1.1 | CHANGELOG.md |
| byron-spec-ledger | 1.1.0.1 | CHANGELOG.md |
| cardano-api | 10.19.1.0 | CHANGELOG.md |
| cardano-binary | 1.7.2.0 | CHANGELOG.md |
| cardano-cli | 10.13.1.0 | CHANGELOG.md |
| cardano-crypto-class | 2.2.3.2 | CHANGELOG.md |
| cardano-crypto-praos | 2.2.1.1 | CHANGELOG.md |
| cardano-crypto-test | 1.6.0.0 | CHANGELOG.md |
| cardano-crypto-tests | 2.2.2.0 | CHANGELOG.md |
| cardano-crypto-wrapper | 1.6.1.0 | CHANGELOG.md |
| cardano-data | 1.2.4.1 | CHANGELOG.md |
| cardano-git-rev | 0.2.2.1 | |
| cardano-ledger-allegra | 1.8.0.0 | CHANGELOG.md |
| cardano-ledger-alonzo | 1.14.0.0 | CHANGELOG.md |
| cardano-ledger-alonzo-test | 1.4.0.0 | CHANGELOG.md |
| cardano-ledger-api | 1.12.1.0 | CHANGELOG.md |
| cardano-ledger-babbage | 1.12.0.0 | CHANGELOG.md |
| cardano-ledger-binary | 1.7.0.0 | CHANGELOG.md |
| cardano-ledger-byron | 1.2.0.0 | CHANGELOG.md |
| cardano-ledger-conway | 1.20.0.0 | CHANGELOG.md |
| cardano-ledger-core | 1.18.0.0 | CHANGELOG.md |
| cardano-ledger-dijkstra | 0.1.0.0 | CHANGELOG.md |
| cardano-ledger-mary | 1.9.0.0 | CHANGELOG.md ... |
10.5.3
IMPORTANT If you're building from source you must upgrade to libblst 0.3.14.
This is a bugfix release addressing an issue with hash sizes and an issue in the networking stack concerning peer selection. In the diffusion layer under some conditions, the periodic churn mechanism may not meet its design intent and fail to demote sufficiently many warm peers. In turn, further sampling of active peers from this pool may not be sufficiently diverse over longer time frames.
This networking deficiency was discovered with cardano-ignite: a tool for managing Cardano testnets with multiple stake pools distributed across different simulated regions.
All node users running versions 10.3.1 through 10.5.1, including SPOs, must upgrade to this version promptly.
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
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1; Debian 11, 12)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequioa)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Note: all checkmarks weren't available, but we deemed it worth publishing so SPOs stuck on preview could start upgrading.
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
10.5.2
This is a bugfix release addressing an issue with hash sizes and an issue in the networking stack concerning peer selection. In the diffusion layer under some conditions, the periodic churn mechanism may not meet its design intent and fail to demote sufficiently many warm peers. In turn, further sampling of active peers from this pool may not be sufficiently diverse over longer time frames.
This networking deficiency was discovered with cardano-ignite: a tool for managing Cardano testnets with multiple stake pools distributed across different simulated regions.
All node users running versions 10.3.1 through 10.5.1, including SPOs, must upgrade to this version promptly.
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
InMemorybackend, 8GB when running with theOnDiskbackend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1; Debian 11, 12)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequioa)
GHC/Cabal supported versions
- GHC 9.6
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | 🟢 |
| Performance Engineer | 🟢 |
| Site Reliability Engineer | 🟢 |
| Release Engineer | 🟢 |
Note: all checkmarks weren't availabe, but we deemed it worth publishing so SPOs stuck on preview could start upgrading.
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Detailed Changelogs
| Package | Version | Changelog |
|---|---|---|
| Win32-network | 0.2.0.1 | ChangeLog.md |
| base-deriving-via | 0.1.0.2 | CHANGELOG.md |
| byron-spec-chain | 1.0.1.1 | CHANGELOG.md |
| byron-spec-ledger | 1.1.0.1 | CHANGELOG.md |
| cardano-api | 10.16.3.0 | CHANGELOG.md |
| cardano-binary | 1.7.2.0 | CHANGELOG.md |
| cardano-cli | 10.11.0.0 | CHANGELOG.md |
| cardano-crypto-class | 2.2.3.2 | CHANGELOG.md |
| cardano-crypto-praos | 2.2.1.1 | CHANGELOG.md |
| cardano-crypto-test | 1.6.0.0 | CHANGELOG.md |
| cardano-crypto-tests | 2.2.2.0 | CHANGELOG.md |
| cardano-crypto-wrapper | 1.6.1.0 | CHANGELOG.md |
| cardano-data | 1.2.4.1 | CHANGELOG.md |
| cardano-git-rev | 0.2.2.1 | |
| cardano-ledger-allegra | 1.7.0.0 | CHANGELOG.md |
| cardano-ledger-alonzo | 1.13.0.0 | CHANGELOG.md |
| cardano-ledger-alonzo-test | 1.3.1.0 | CHANGELOG.md |
| cardano-ledger-api | 1.11.0.0 | CHANGELOG.md |
| cardano-ledger-babbage | 1.11.0.0 | CHANGELOG.md |
| cardano-ledger-babbage-test | 1.3.1.0 | CHANGELOG.md |
| cardano-ledger-binary | 1.6.0.0 | CHANGELOG.md |
| cardano-ledger-byron | 1.1.0.0 | CHANGELOG.md |
| cardano-ledger-byron-test | 1.5.2.1 | CHANGELOG.md |
| cardano-ledger-conway | ... |
10.6.0
Cardano Node version 10.6.0
IMPORTANT: This release has been superseded. Please skip version 10.6.0 entirely and upgrade directly to version 10.6.1
This release initiates the deprecation of the legacy tracing system, removes the legacy networking stack and introduces foundational work for two placeholder hard forks: a new Plutus Version (V4) via an intra-era hard fork (Protocol Version 11), and the new Dijkstra era (Protocol Version 12).
Tracing Systems:
- Deprecation Notice: Node version
10.6.0starts the deprecation window for the legacy tracing system in favor of the new tracing system. - Both the legacy and the new tracing systems are bundled in this release and will coexist temporarily.
- The legacy tracing system will be completely decommissioned in a future release following this deprecation window.
- For an overview of design and configuration changes, please see New Tracing: Quick Start
- Adjusting monitoring to allow for changes in metric names will be required as a one-off effort. For details, please see New Tracing: Metrics Migration
Networking:
- Implemented support for DNS SRV records, which provide a mechanism for exposing decentralised protocols co-deployed with a Cardano node, such as Mithril or Hydra. SPOs who wish to register their
cardano-nodestake pool via this facility may do so by prefixing their domain with_cardano._tcp.eg._cardano._tcp.<SPO_DOMAIN_NAME>or for the upcoming DMQ node for Mithril under_dmq._mithril._cardano._tcp.<SPO_DOMAIN_NAME>. See CIP-0155 for details and current SRV registry. - When operating in relay mode and with
Ouroboros Genesisenabled (configuration keyConsensusMode = GenesisMode, the default on preview/preprod, optional on mainnet), the node emits a warning when a ledger peer snapshot (keypeerSnapshotFilein the topology file) is not specified or the file is missing. WhenOuroboros Genesisbecomes the mainnet default in a future release (possibly as early as 10.7), the peer snapshot file will be mandatory and the node will fail to start if it is not provided. It is recommended that SPOs run at least one of their non-block producing relays inGenesisMode. - Non-P2P mode is no longer available and has been dropped.
Benchmarking reports relevant to the 10.6.0-pre release can be found in this post on Cardano Updates.
Breaking changes
API & CLI Changes (Breaking): The cardano-api module structure underwent a major refactor according to ADR-009, resulting in extensive module renames (PR). Other breaking changes include using raw bytes instead of CBOR for CIP-129 identifier serialisation (PR) and modifications to the stake-address-info CLI command output (PR).
Networking: Support for the legacy Non-P2P stack has been removed in this release.
Known issues
There is a known issue with increased memory use when testing with large numbers of DReps
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, M4 or M5) processor
- 24GB of RAM when running with the
InMemorybackend, 8GB when running with theOnDiskbackend - 300GB of free storage (350GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1, 22.2; Debian 11, 12, 13)
- Windows 64-bit (10, 11)
- MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequoia), 26 (Tahoe)
GHC/Cabal supported versions
- GHC 9.6.7
- Cabal 3.8/3.12
Supported roles
| Platform | Block Production | Relay | Client (Desktop) |
|---|---|---|---|
| Linux | 🟢 | 🟢 | 🟢 |
| Windows | 🟥 | 🟥 | 🟢 |
| MacOS | 🟥 | 🟥 | 🟢 |
Downloads
- Pre-release configuration files
- Docker Images: cardano-node, cardano-tracer, cardano-submit-api
Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HDplease refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- For details about changes to configuration for
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
| Role | Approval |
|---|---|
| Technical Steering Committee (Intersect) | 🟢 |
| Product Committee (Intersect) | 🟢 |
| Test Engineer | N/A |
| Performance Engineer | N/A |
| Site Reliability Engineer | N/A |
| Release Engineer | 🟢 |
Legend
- 🟢 - signed / agreed / supported
- 🟥 - not agreed / unsupported
Changelogs
Node
- The bundled release configuration files are now provided as
config.jsonwhich uses the new tracing system, andconfig-legacy.jsonwhich uses the legacy tracing system. - There is no longer a separate configuration file for block producers and non-block producers. Node will automatically assign
PeerSharing,TargetNumberOfKnownPeersandTargetNumberOfRootPeersconfiguration parameters based on forging status. These can still be explicitly declared. - The
EnableP2Pparameter is no longer declared in the configuration file as p2p is now the only network operating mode. - The bundled release peer snapshot files are now included for all environments (mainnet, preview, preprod) at version 2,
v2. - There is a new container for cardano-tracer. See the docker README.md for information.
cardano-submit-apiconfigs were added to the binary release artifacts.
Tracing
- Trace / metrics forwarding now supports connection over TCP (in addition to Unix domain sockets or Windows named pipes).
- Failure to initialise the
PrometheusSimplebackend is now lenient - i.e., won't cause the Node to abort. - Improved structure and metadata of autogenerated trace documentation.
- Fixed CPU resource tracing on MacOS (Darwin).
- New KES Agent tracer (namespace
Consensus.KESAgent). - New DNS tracer (namespace
Net.DNS). - New churn mode tracer (namespace
Net.PeerSelection.ChurnMode). - Canonicalized diffusion tracers to namespaces
Net.Mux.{Local|Remote}.{Bearer|Channel}. - Several renames in the
ChainDB.LedgerEvent.Flavor.V2,Consensus.GSMandNet.Peers.Ledgertraces. - Fixed block replay tracer.
- Removed non-P2P diffusion tracer.
- For an exhaustive list of trace messages and metrics implemented in a particular Node build, please run the
cardano-node trace-documentationCLI command.
Consensus
- Added
ShelleyNodeToClientVersion14which adds SRV support inGetBigLedgerPeerSnapshotquery. - Added
CardanoNodeToClientVersion18which maps toShelleyNodeToClientVersion14. - Define new Node-To-Client versions
CardanoNodeToClientVersion17,ShelleyNodeToClientVersion13. - Deprecate
GetPoolDistrin favor ofGetPoolDistr2(new inNodeToClientV_21). - Deprecate
GetStakeDistributionin favor ofGetStakeDistribution2(new inNodeToClientV_21). - Expose new query
GetMaxMajorProtocolVersionas a Shelley query, for getting the max known protocol version for a node. - Return full map instead of emp...