Releases: IntersectMBO/cardano-node
Cardano Node 8.9.1
NOTE: As with 8.9.0, please refrain from updating all relays simultaneously; instead, we recommend spreading out the rollout over the upcoming weeks to minimize disruptions.
Cardano Node 8.9.1
focuses on networking improvements. In particular, it enables node-to-node version 13 without needing to set the ExperimentalProtocolsEnabled
option. This enables some peer sharing protocol changes/fixes/improvements.
Benchmarking reports relevant to the 8.9.1
release can be found in this post on Cardano Updates.
System testing results for the 8.9.1 release can be found on the corresponding tag testing page.
Known Issues
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 or M3) processor
- 24GB of RAM
- 200GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | 🟢 | 🟢 | 🟢 |
Windows | 🟥 | 🟥 | 🟢 |
MacOS | 🟥 | 🟥 | 🟢 |
Downloads
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | 🟢 |
Cardano Head of Product | 🟢 |
Test Engineer | 🟢 |
Performance Engineer | 🟢 |
Site Reliability Engineer | 🟢 |
Release Engineer | 🟢 |
Changelogs
Node
- Clean up orphan
Generic
andNFData
instances.
Consensus
- Bump
NodeToNodeVersion
part oflatestReleasedNodeVersion
to
NodeToNodeV_13
fromNodeToNodeV_11
.
Ledger
NONE
Network
- Fix
LedgerStateJudgement
redundant tracing - Let light peer sharing depend on the configured peer sharing flag
- Split churning of non-active peers into an established step and a known step.
- When peer sharing ask for more peers than needed, but only add as many unique
peers as desired. - Honour policyPeerShareActivationDelay timeout when peersharing
Cardano-cli
- Bump dependency version bounds
Cardano-api
- Bump dependency version bounds
Submit-api
NONE
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
byron-spec-chain | 1.0.0.2 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.2 | CHANGELOG.md |
cardano-api | 8.39.3.0 | CHANGELOG.md |
cardano-binary | 1.7.1.0 | CHANGELOG.md |
cardano-cli | 8.20.3.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-crypto-class | 2.1.4.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.1 | |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-wrapper | 1.5.1.1 | CHANGELOG.md |
cardano-data | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-allegra | 1.3.0.0 | CHANGELOG.md |
cardano-ledger-alonzo | 1.6.0.0 | CHANGELOG.md |
cardano-ledger-alonzo-test | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-api | 1.8.0.0 | CHANGELOG.md |
cardano-ledger-babbage | 1.6.0.0 | CHANGELOG.md |
cardano-ledger-babbage-test | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-binary | 1.3.0.0 | CHANGELOG.md |
cardano-ledger-byron | 1.0.0.4 | CHANGELOG.md |
cardano-ledger-byron-test | 1.5.0.1 | ... |
Cardano Node 8.9.0
NOTE: Please refrain from updating all relays simultaneously; instead, we recommend spreading out the rollout over the upcoming weeks to minimize disruptions.
Cardano Node 8.9.0
is a release that introduces genesis lite a.k.a bootstrap peers. Please refer to here to read more about it. This version fixes a small bug on the dynamic block forging logic and also includes some overall improvements.
Benchmarking reports relevant to the 8.9.0
release can be found in this post on Cardano Updates.
System testing results for the 8.9.0 release can be found on the corresponding tag testing page.
Known Issues
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 or M3) processor
- 24GB of RAM
- 200GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | 🟢 | 🟢 | 🟢 |
Windows | 🟥 | 🟥 | 🟢 |
MacOS | 🟥 | 🟥 | 🟢 |
Downloads
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | 🟢 |
Cardano Head of Product | 🟢 |
Test Engineer | 🟢 |
Performance Engineer | 🟢 |
Site Reliability Engineer | 🟢 |
Release Engineer | 🟢 |
Changelogs
Node
- blst upgrade
- Query UTXOs in testnet using ledger state
- Integrate network consensus cli and api
- Bump iohkNix
- TraceStartLeadershipCheckPlus: fix wrong value for delegMapSize
- Fix Dynamic Block Forging bug
- Make the number of disk snapshots configurable
Consensus
- Make the number of disk snapshots configurable
Ledger
NONE
Network
- Genesis lite a.k.a bootstrap peers
- Added
TraceDebugState
message toTracePeerSelection
for tracing
peer selection upon getting a USR1 sig. - Peer sharing improvements & fixes. Contributed and tested by Karl Knutsson CF.
- cardano-ping updates to support NodeToNode_V13 & peer sharing.
- Some smaller maintenance changes.
Cardano-cli
- Enable deposit return script addresses and Enable constitutional scripts.
- Add missing newlines to
cardano-cli query utxo
text output. query stake-pools
, add --output-[json,text] flag to control format of the outputquery utxo
, add --output-[json,text] flag to control format of the output.- Fixed git revision showed by --version flag when built using nix
Cardano-api
- Enable deposit return script addresses and constitutional scripts.
- Allow
checkLedgerStateCondition
check to run in IO. Rename tofoldEpochState
. - Fix Conway script hash mismatch
Submit-api
NONE
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
byron-spec-chain | 1.0.0.2 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.2 | CHANGELOG.md |
cardano-api | 8.39.2.0 | CHANGELOG.md |
cardano-binary | 1.7.1.0 | CHANGELOG.md |
cardano-cli | 8.20.3.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-crypto-class | 2.1.4.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.1 | |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-wrapper | 1.5.1.1 | CHANGELOG.md |
cardano-data | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-allegra | 1.3.0.0 | CHANGELOG.md |
cardano-ledger-alonzo | 1.6.0.0 | CHANGELOG.md |
cardano-ledger-alonzo-test | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-api | 1.8.0.0 | CHANGELOG.md |
cardano-ledger-babbage | 1.6.0.0 | CHANGELOG.md |
cardano-ledger-babbage-test | 1.2.0.0 | [CHANGELOG.md](https://github.com/IntersectMBO/cardano-ledger/blob/6e2d37cc0f47bd02e89b4ce9f78b59c35c958e96/eras/babbage/test-suite/CHANGELOG.md "... |
Cardano Node 8.8.1-pre
NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET.
8.8.1-pre
is a patch release of the Cardano node. It fixes an issue in 8.8.0-pre
that prevented the BLS12-381 primitives in Plutus from working properly on some older x86 architectures (pre-Broadwell).
This release does not support Windows or include a Windows binary due to a problem with linking against libblst
on Windows.
Known Issues
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 or M3) processor
- 24GB of RAM
- 200GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | N/A for pre-release |
Performance Engineer | N/A for pre-release |
Site Reliability Engineer | N/A for pre-release |
Release Engineer | ✔️ |
Changelogs
Node
NONE
Consensus
NONE
Ledger
NONE
Network
- [ouroboros-network-4748]
Cardano-cli
- Fix
create-testnet-data
creating negative supply - Add the
drep update-certificate
command - Add
--include-stake
flag to obtain the stake in the drep-state query - Allow users to specify the target in conway queries (either immutable tip or volatile tip)
- Fix error messages as support for cardano-cli serialisation format was already removed.
- Improve create-testnet-data cmd so that it takes testnet magic either from template file or from the CLI flag --testnet-magic, when used.
- Make committee keys able to sign transactions
Cardano-api
NONE
Submit-api
NONE
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.2 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.2 | CHANGELOG.md |
cardano-api | 8.38.0.2 | CHANGELOG.md |
cardano-binary | 1.7.1.0 | CHANGELOG.md |
cardano-cli | 8.20.1.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-crypto-class | 2.1.4.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.1 | |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-wrapper | 1.5.1.1 | CHANGELOG.md |
cardano-data | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-allegra | 1.3.0.0 | CHANGELOG.md |
cardano-ledger-alonzo | 1.6.0.0 | CHANGELOG.md |
cardano-ledger-alonzo-test | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-api | 1.8.0.0 | CHANGELOG.md |
cardano-ledger-babbage | 1.6.0.0 | CHANGELOG.md |
cardano-ledger-babbage-test | 1.2.0.0 | CHANGELOG.md |
cardano-ledger-binary | 1.3.0.0 | CHANGELOG.md |
cardano-ledger-byron | 1.0.0.4 | CHANGELOG.md |
cardano-ledger-byron-test | 1.5.0.1 | ... |
Cardano Node 8.8.0-pre
NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET.
8.8.0-pre
is a minor release of the Cardano node, with the main highlight being the ability to use Plutus V3 in Conway-era transactions. Plutus V3 brings several new capabilities such as a new Voting
script purpose for writing voting scripts, access to governance actions in the ScriptContext
, new cryptographic (BLS, Keccak256 and Blake2b-224) Plutus primitives, and more.
Breaking changes:
Known Issues
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 or M3) processor
- 24GB of RAM
- 200GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | N/A for pre-release |
Performance Engineer | N/A for pre-release |
Site Reliability Engineer | N/A for pre-release |
Release Engineer | ✔️ |
Changelogs
Node
- Mempool: add reason for transaction removal to
TraceMempoolRemoveTxs
.
Consensus
- Mempool: add reason for transaction removal to
TraceMempoolRemoveTxs
. This can be used in the node to enrich the trace output.
Ledger
-
PlutusV3 support
-
Support for governance policy script
-
Remove the library
cardano-ledger-pretty
-
Ensure all sets are prefixed with tag 258 in CBOR serialization
-
Added DRep injections into the ledger state, thus allowing more complex testing and
benchmarking of Conway features -
Addition of new ledger events
-
Increasing the limit for Url in Anchors to 128 bytes
-
Provide accurate transaction fee estimation functionality for Haskell tools
-
Important bug fixes:
- missing
"protocolVersion"
field in JSON instance for Babbage and Conway protocol parameters - requiring witnesses for DRep registration
- new committee governance action ratification was implemented incorrectly
- guard against invalid protocol versions in hard fork initiation proposals
- failures during updates of Plutus CostModels were not retained
- fixed the types for some protocol parameters in order to prevent values that are too large
- serialization and CDDL fixes for transaction witnesses in the Conway Era
- missing
Network
- Peer Sharing bug fixes and improvements:
- Fixed Peer Sharing & light peer sharing bugs. Now peer sharing is more useful.
- Balance peer sharing timeout to 5min for newly connected peers
- Balance
policyPeerShareRetryTime
- Experimental
node-to-client
version 16, which comes with a new version oflocal-state-query
protocol.
Cardano-cli
transaction build
andtransaction build-raw
commands now parse optional Plutus script witnesses for votes and proposals- Committee, DRep and DRep extended keys are able to sign transactions
- The "tx body intermediate format" is now fully deprecated
- create-testnet-data: better UX for supply arguments: have a flag for total supply and delegated supply is a fraction of that.
- add support for registration of script DReps;
- Add --drep-keys flag to create-testnet-data
- Make queries that optionally filter their result by DRep keys more explicit:
cardano-cli conway query drep-state
cardano-cli conway query drep-stake-distribution
- In
transaction view
andgovernance action view
, replace:
--output-format json
by--output-json
--output-format yaml
by--output-yaml
- governance vote view: use
--output-format
, like other commands, instead of--yaml
- create-testnet-data: rename --stake-delegators to --transient-stake-delegators
- Make
query pool-state
default to returning information on all pools stake-address registration-certificate
: remove flag--key-reg-deposit-amt
from all eras except conway- Remove the
constitution-hash
option from the non-conway versions ofquery
Cardano-api
- Committee, DRep and DRep extended keys are able to sign transactions
- Fix bech32 prefixes for committee keys and key hashes
- Replace
PrevGovActionId
withGovPurposeId
- Implement
TxProposalProcedures
andTxVotingProcedures
which enables Plutus script witnessing of proposals and votes. - Remove support for intermediate tx body format.
- Add return value to `checkLedgerStateCondition
- Implement
checkLedgerStateConditions
. This new function gives direct access to theNewEpochState
which contains the ledger state. It also requires anEpochNo
upon which it will terminate if the supplied condition is not met. - Restore the inclusion of datum hashes in Alonzo era tx bodies
Submit-api
NONE
Plutus
- Plutus V3 support (governance scripts; BLS, Keccak256 and Blake2b-224 cryptographic primitives)
- Improve the performance of
eq
,geq
andleq
operations onValue
- Implement common subexpression elimination for UPLC
- Add some helper functions for working with Plutus V3
ScriptContext
Note that there is no support in this release for bitwise primitives integerToByteString
and byteStringToInteger
in Plutus V3. These primitives will be enabled in the near future, and additional bitwise primitives are planned further ahead.
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.2 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.2 | CHANGELOG.md |
cardano-api | 8.38.0.1 | CHANGELOG.md |
cardano-binary | 1.7.1.0 | CHANGELOG.md |
cardano-cli | 8.20.0.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | ... |
Cardano Node 8.7.3
Cardano Node 8.7.3
is a patch release that backports ouroboros-network-4748. It fixes a bug in the outbound-governor
which in rare (but reproducible) conditions could lose track of some outbound connection, e.g. a local root or some other node.
Benchmarking reports relevant to the 8.7.2 release are still applicable to 8.7.3 and can be found in this post on Cardano Updates.
System testing results for the 8.7.3 release can be found on the corresponding tag testing page.
Known Issues
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 or M3) processor
- 24GB of RAM
- 200GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | ✔️ |
Performance Engineer | ✔️ |
Site Reliability Engineer | ✔️ |
Release Engineer | ✔️ |
Changelogs
Node
NONE
Consensus
NONE
Ledger
NONE
Network
Cardano-cli
NONE
Cardano-api
NONE
Submit-api
NONE
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.1 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.1 | CHANGELOG.md |
cardano-api | 8.36.1.1 | CHANGELOG.md |
cardano-binary | 1.7.1.0 | CHANGELOG.md |
cardano-cli | 8.17.0.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.0 | |
cardano-crypto-wrapper | 1.5.1.0 | CHANGELOG.md |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-class | 2.1.4.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-data | 1.1.2.0 | CHANGELOG.md |
cardano-ledger-byron | 1.0.0.3 | CHANGELOG.md |
cardano-ledger-babbage-test | 1.1.1.8 | CHANGELOG.md |
cardano-ledger-alonzo-test | 1.1.2.7 | CHANGELOG.md |
cardano-ledger-conway | 1.11.0.0 | CHANGELOG.md |
cardano-ledger-binary | 1.2.1.0 | CHANGELOG.md |
cardano-ledger-conway-test | 1.2.1.2 | CHANGELOG.md |
cardano-ledger-shelley-ma-test | 1.2.1.5 | CHANGELOG.md |
cardano-ledger-allegra | 1.2.5.0 | CHANGELOG.md |
cardano-ledger-shelley-test | 1.3.0.0 | CHANGELOG.md |
cardano-ledger-pretty | 1.3.3.1 | CHANGELOG.md |
cardano-... |
Cardano Node 8.7.2
Cardano Node 8.7.2
brings the CLI refactoring from sanchonet to mainnet to allow teams ample time to update their components in preparation for 9.0. It also has improvements to the P2P networking layer. The high-level changelog updates below are significant changes since 8.1.2 mainnet release and only focus on the node running in the babbage era.
Benchmarking reports relevant to the 8.7.2
release can be found in this post on Cardano Updates.
The Conway genesis filé needs updated to latest sanchonet version. Check the linked configuration files below.
Breaking changes:
- cardano-cli has dropped some byron era commands (see detailed changelogs for details)
- While we don't anticipate any breaking changes and our regression test suites have passed, beware that major refactoring has happened on cardano-cli since 8.1.2.
- libblst is a required dependency now in preparation for next hard fork
Known Issues
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 or M3) processor
- 24GB of RAM
- 200GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
-
Docker images are temporarily unavailable
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | ✔️ |
Performance Engineer | ✔️ |
Site Reliability Engineer | ✔️ |
Release Engineer | ✔️ |
Changelogs
Node
NONE
Consensus
- Changing the selection now traces the entire SelectView (including the tiebreaker VRF)
Ledger
NONE
Network
- Introduces light peer sharing: incoming duplex connections become known to
the outbound governor. - Fixed issues with random peer selection for sharing.
- Addressed asynchronous demotion issues, preventing peers from remaining
indefinitely in certain states (the bug). - Fixed a bug where peers marked with DoNotAdvertisePeer were being shared.
- Clarified distinction between pools of peers for sharing and requesting.
- Updated types for PeerSharing, including removal of PeerSharingPrivate
for symmetric handshakes, improving compatibility and fixing specific
issues. - Changed encoding for IPv6 addresses in the PeerSharing protocol.
- Introduced NodeToNodeVersion_13 - this version fixes the negotiated value
of PeerSharing and deprecates PeerSharingPrivate. Older versions would
wrongly echo the proposer's PeerSharing value so version 13 disables peer
sharing with older versions to not lead into unwanted disconnections. - Made ChainSync idle timeout configurable.
- Updated KeepAlive client for better round-trip time sampling.
- Introduced less aggressive churn for established and known peers.
- Added new PeerStatus PeerCooling to manage asynchronous demotions more accurately.
- Introduced big ledger peers to the outbound governor.
- Fixed a small memory leak in PeerMetrics.
- Made DNS resolution for peers more efficient and limited concurrency for
faster and more stable connections. - Improved memory footprint for peer metrics.
Cardano-cli
Introduction of Top-Level Command:
- cardano-cli 8.17.0.0 now features as a top-level command, exemplified by commands like cardano-cli conway, cardano-cli babbage, and cardano-cli alonzo.
This refactoring is crucial for the seamless integration of the Conway era, which introduces significant changes compared to Babbage and previous eras. This enhancement aims to improve user experience by tailoring the CLI to display only the commands and flags relevant to the current era. For example, Conway-specific commands are not displayed in Babbage, and Babbage options that would be nonsensical in Conway are appropriately excluded (i.e MIR certificates and update proposals by genesis keys)
Please be aware that commands are actively under development, and changes or refinements may still occur in upcoming releases.
Preservation of Legacy Commands:
- cardano-cli 8.17.0.0 retains all commands from cardano-cli 8.1.2 (the previous release suitable for mainnet). These commands are designated as "legacy commands," ensuring users transitioning from cardano-cli 8.1.2 can seamlessly continue their operations without disruption while they smoothly transition into the new commands structure.
Known Issues:
There are a few minor bugs related to Conway era integration where Conway subcommands are spilling over to previous eras and the legacy commands. For updates on these issues, please refer to cardano-cli repository.
- The legacy command "cardano-cli transaction build" currently displays options --vote-file and --proposal-file.
- The legacy command cardano-cli
query
presents the subcommand constitution-hash which is irrelevant for babbage era cardano-cli babbage stake-address registration-certificate
andcardano-cli stake-address registration-certificate
show the flag--key-reg-deposit-amt
but it is really not needed on Babbage. This will be removed, however the its presence and the removal is purely cosmetic since the resulting certificate does conform to the Babbage cddl. In other words, using this flag does not have any impact. The deposit in Babbage era should be supplied on the current fashion: when balancing the transaction.- The output of
cardano-cli babbage query stake-address-info
shows thevoteDelegation
field which does not have any meaning in Babbage and is Conway specific to display the DRep that we are delegating to.
Cardano-api
- Major refactoring of API (see detailed changelogs for API below)
- Fix the inclusion of datum hashes in Alonzo era tx bodies
- New
ToJSON
instance forTxValidationErrorInCardanoMode
- Remove
ByronTx
data constructor fromdata Tx era
- Delete Cardano.Api.Eon.ByronEraOnly module
- Remove
TxFeeImplicit
andTxValidityNoUpperBound
Submit-api
- Remove support for Byron transactions
- Update
cardano-cli-8.17.0.0
andcardano-api-8.36.1.1
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0... |
Cardano Node 8.7.1-pre
NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET.
Cardano Node 8.7.1-pre
is a minor release of the Cardano node that includes bug fixes for Peer-to-Peer networking (P2P) and some changes to CLI commands and the Cardano API
Breaking changes:
Known Issues
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 or M3) processor
- 24GB of RAM
- 150GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | N/A for pre-release |
Site Reliability Engineer | N/A for pre-release |
Release Engineer | ✔️ |
Changelogs
Node
Consensus
NONE
Ledger
NONE
Network
Cardano-cli
- Rename stake-address-info's output JSON field: "stakeDelegation" -> "delegation" for eras prior to Conway.
- Add missing help texts for
create-protocol-parameters-update
. - Fix using
queryStakeVoteDelegatees
in eras before conway. - Add support for Plutus V3 in command line interface.
- Add cost models file to the protocol parameter update commands.
- Add the vote delegatee to the output of
stake-address-info
. - Governance actions: prefix
--stake-verification-key-*
and--stake-key
arguments so that they are prefixed with--deposit-return
now. - Fix the era's being rendered in the NodeEraMismatchError (they were mismatched).
- Delete
--constitution-anchor-metadata
and--constitution-anchor-metadata-file
. Usecardano-cli conway governance hash ...
to retrieve the hash instead. - Renamed
--constitution-anchor-url
to--constitution-url
. - Renamed
--constitution-anchor-metadata-hash
to--constitution-hash
. - Add
--out-file
flag toconway governance hash
command. - Make --key-reg-deposit-amt mandatory in the parser of conway stake-address registration-certificate.
- Add command
governance hash (--file-binary|--file-text|--text)
. - Remove flags:
--proposal-anchor-metadata-file
,--proposal-anchor-metadata
,--vote-anchor-metadata
, and--vote-anchor-metadata-file
. - Rename
--proposal-anchor-url
to--anchor-url
. - Rename
--proposal-anchor-metadata-hash
to--anchor-data-hash
. - Rename
--vote-anchor-metadata-hash
to--anchor-data-hash
. - Add
QueryStakeVoteDelegatees
to return the vote delegatee associated to a stake credential in the Conway era. - Fixed failures related to Plutus script delegation.
- Only allow node queries that are valid for their respective eras.
Cardano-api
- Use
Pretty
for rendering errors instead ofShow
- Parameterize
createAndValidateTransactionBody
onShelleyBasedEra era
- Add
QueryStakeVoteDelegatees
to return the vote delegatee associated to a stake credential in the Conway era - Expose NewGovernanceProposals and EpochBoundaryRatificationState ledger events in Conway era
- Only allow node queries that are valid for their respective eras
Submit-api
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.1 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.1 | CHANGELOG.md |
cardano-api | 8.35.0.0 | CHANGELOG.md |
cardano-binary | 1.7.1.0 | CHANGELOG.md |
cardano-cli | 8.16.0.1 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.0 | |
cardano-crypto-wrapper | 1.5.1.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-class | 2.1.4.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-data | 1.1.2.0 | CHANGELOG.md |
cardano-ledger-byron | 1.0.0.3 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-ledger/blob/f85ec6f2e0a80101009187f7... |
Cardano Node 8.7.0-pre
NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET.
Cardano Node 8.7.0-pre
is a minor release of the Cardano node.
Breaking changes:
Known Issues
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 M1, M2 or M3 processor
- 24GB of RAM
- 150GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
NOTE: Linux is showing a git revision of 0000000000000000000000000000000000000000
in --version
because of a corruption issue in set-git-rev
that only affects static musl
built binaries. This is expected, and if it concerns you, please build from source.
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | N/A for pre-release |
Site Reliability Engineer | N/A for pre-release |
Release Engineer | ✔️ |
Changelogs
Node
- Remove support for Byron and Shelley only modes
Consensus
-
Add a query for vote delegatees:
GetFilteredVoteDelegatees
-
Adds
NodeToNodeVersion
to the arguments ofdefaultCodecs
andrunWith
functions. -
Adds
srnChainSyncTimeout
argument toStdRunNodeArgs
.
Ledger
- Fix
PParamsUpdate
governance action ratification. Votes of DReps are now accounted for. - Move CDDL specification files from test packages into libraries that actually implement each era.
- Add ability to retain Plutus logs for debugging when running scripts
- Add
ConwayGovEvent
- Enforce no duplicates for submitted ProposalProcedures
- Fix deserialization of
CostModels
in thePParamsUpdate
. InvalidCostModels
are no longer allowed, onlyCostModels
for unrecognized Plutus versions are allowed starting with Conway - Improve deposit and refund calculation logic
- Fix deserialization of
ValueNotConservedUTxO
predicate failure that could not previously report zero ADA.
Network
-
PeerSharing
configuration option now can take the values
PeerSharingEnabled
andPeerSharingDisabled
. -
ChainSync server idle timeout is now configurable via the option
ChainSyncIdleTimeout
.
Cardano-cli
- New
cardano-cli conway governance hash
command which calculates the blake2b-256 hash of the artifact provided (i.e. proposal file, constitution, file, metadata file) - The flags for providing anchors on governance actions have changed to
--anchor-url
and--anchor-data-hash
- The flags for providing the constitution anchor have changed to
--constitution-url
and--constitution-hash
cardano-cli
no longer accepts files or text on governance actions (i.e.--proposal-anchor-metadata TEXT
,--proposal-anchor-metadata-file FILE
Instead, users can calculate the hash viacardano-cli conway governance hash
and supply the hash with--anchor-data-hash
when creating a governance action.- Removed protocol versions from the flags of
action create-protocol-parameters-update
- Update
query protocol-parameters
to show Conway-era protocol parameters
Cardano-api
- Use Pretty for rendering errors instead of Show
Submit-api
NONE
Plutus
NONE
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.1 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.1 | CHANGELOG.md |
cardano-api | 8.33.0.0 | CHANGELOG.md |
cardano-binary | 1.7.0.1 | CHANGELOG.md |
cardano-cli | 8.15.0.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-crypto-class | 2.1.4.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.0 | |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-wrapper | 1.5.1.0 | CHANGELOG.md |
cardano-data | 1.1.2.0 | CHANGELOG.md |
cardano-ledger-allegra | 1.2.5.0 | CHANGELOG.md |
cardano-ledger-alonzo | 1.5.1.0 | CHANGELOG.md |
cardano-ledger-alonzo-test | 1.1.2.7 | [CH... |
Cardano Node 8.6.0-pre
NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET.
Cardano Node 8.6.0-pre
is a minor release of the Cardano node. It includes minor ledger fixes in the Conway era and improvements to the CLI user experience.
Breaking changes:
- Transaction
build
command does not allow constructing transactions in eras differing to the node being queried - Renamed create-new-committee into update-committee to accommodate to ledger terminology
- Move
governance query
commands toquery
command group
Known Issues
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)
- 24GB of RAM
- 150GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
NOTE: Linux is showing a git revision of 0000000000000000000000000000000000000000
in --version
because of a corruption issue in set-git-rev that only affects static
musl` built binaries. This is expected, and if it concerns you, please build from source.
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | N/A for pre-release |
Site Reliability Engineer | N/A for pre-release |
Release Engineer | ✔️ |
Changelogs
Node
*NONE*Consensus
- Changing the selection now traces the entire SelectView (including the tiebreaker VRF)
- Ledger state query change: Replaced GetCommitteeState query with GetCommitteeMembersState.
Ledger
- Prevent updating protocol version with PParamUpdate
- Slight performance improvements to native script handling:
- Remove redundant script hash verification.
- Short circuit "multisig" and "timelock" verification for
RequireMOf
as soon as necessary number of scripts have been validated.
- Check that the previous governance action of a specific type is either the very last action that has been enacted or is already in the current proposals set.
- Replace
queryCommitteeState
with more powerfulqueryCommitteeMembersState
, which returns more information about committee members and supports filters based on credentials and statuses. - Repurpose
DRepPulser
to encapsulate the Snapshots needed to run theEPOCH
andRATIFY
Rules. This has fixed some problem related to snapshots and behaviour at the epoch boundary. - Add an optional anchor to committee member resignation certificate
- Prevent delegation to non-registered pools
Network
- Added a 3673s timeout to chainsync's
StIdle
state. - Added a 97s timeout to keepalive's
StClient
state.
NONE
Cardano-cli
New features:
- DRep retirement certificate
build-raw
now supports--proposal-file
and--vote-file
- Add optional anchors to Votes
drep metadata-hash
command to calculate DRep metadata hashesaction view
command to inspect action files before including them in a tx bodyquery stake-address-info
now returns the current deposits for the staking credential- Add optional anchor to CC cold key resignation certificate
Bug-fixes:
- The
query drep-state
andquery drep-stake-distribution
now accept zero or more DRep verification keys action create-protocol-parameters-update
now allows proposals to modify conway era parameters- Fix delegating to always no confidence default DRep
- Enable use of inline datums in Babbage era transactions
Breaking changes:
- Do not allow submitting transactions older than current node era
- Renamed
create-new-committee
intoupdate-committee
to accommodate to ledger terminology - Move
governance query
commands toquery
command group
Cardano-api
- Support for PlutusV3
- Support for PlutusV1
- Support for simple scripts in Conway era
- Support for DRep extended keys
Submit-api
Plutus
- The PIR inliner is now more likely to inline constructor applications.
- The PIR optimiser now performs the case-of-case transformation.
Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.1 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.1 | CHANGELOG.md |
cardano-api | 8.29.0.0 | CHANGELOG.md |
cardano-binary | 1.7.0.1 | CHANGELOG.md |
cardano-cli | 8.13.0.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-crypto-class | 2.1.3.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.0 | |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-wrapper | 1.5.1.0 | [CHANGELOG.md](https://github.com/input-output-hk/cardano-ledger/blob/f10f06f6ab96b5ee52a28ccc45b41a592efde4b7/eras/byron/crypto/CHANGELOG.md "CHANGE... |
Cardano Node 8.5.0-pre
NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET.
8.5.0-pre
is a minor release of the Cardano node. It includes minor ledger fixes in the Conway era and a new CLI version that supports more governance actions and provides more governance query
options.
Known Issues
Please see
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)
- 24GB of RAM
- 150GB of free storage (250GB recommended for future growth)
Platforms
- Linux 64-bit (Ubuntu 18.04 LTS, 20.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 8.10.7/Cabal 3.8.1.0
Supported roles
Platform | Block Production | Relay | Client (Desktop) |
---|---|---|---|
Linux | ✔️ | ✔️ | ✔️ |
Windows | ❌ | ❌ | ✔️ |
MacOS | ❌ | ❌ | ✔️ |
Downloads
NOTE: Linux is showing a git revision of 0000000000000000000000000000000000000000
in --version
because of a corruption issue in set-git-rev that only affects static
musl` built binaries. This is expected, and if it concerns you, please build from source.
Documentation
- Cardano Node documentation
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign off
Role | Approval |
---|---|
Cardano Head of Engineering | ✔️ |
Cardano Head of Product | ✔️ |
Test Engineer | N/A for pre-release |
Site Reliability Engineer | N/A for pre-release |
Release Engineer | ✔️ |
Changelogs
Node
*NONE*Consensus
- Protocol parameters (in particular the version number) in the ledger state are
now updated properly on the Babbage→Conway era transition.
Ledger
- Prevent
DRep
expiry when there are no Governance Actions. - Refreshing of expiry with votes and
UpdateTxCert
- Disable ability to submit transactions with votes by Stake Pool Operators and
Constitutional Committee members on Governance Actions that they should not
be able to vote on. - Add ability to supply initial Constitutional Committee and initial version of Constitution.
- Preserve order of submitted ProposalProcedures and account for their priority.
- Disallow empty fields in CBOR of Conway TxBody
- Add some sanity checks for
UpdateCommittee
proposals and change semantics of the
proposal from overwrite to modify the Committee - Implement Constitutional Committee expiration, validation and modification
- Respect Constitutional Committee members votes and thresholds during ratification
- Whenever Constitutional Committee size goes below
CommitteeMinSize
parameter the whole
committee will voteNo
on all proposals. - Restructure initial configuration in such a way that makes it possible for Conway era to
start without going through all previous eras, which is needed for testing and
benchmarking. - Apply ADA treasury transfers after enactment of
TreasuryWithdrawals
proposals - Enforce
currentTreasuryValue
field in the TxBody matches the actual Treasury amount,
whenver the field is supplied
Network
*NONE*Cardano-cli
- Add Cold Committee Key text envelope, allows signing transactions with CCCold keys, needed for the CC Hot key authorization certificates
- Clean-up of DRep registration certificate so that it does not include SPO registration options
- Disambiguate flags in governance new-committee action
- Add governance create-info command
- Remove
--conway-era
flag - Add Era-based
stake-pool
command - Add support for
--drep-script-hash
--always-abstain
--always-no-confidence
tovote-delegation-certificate
Cardano-api
*NONE*Submit-api
- Add Conway Tx support
Plutus
*NONE*Individual packages' changelogs
Package | Version | Changelog |
---|---|---|
Win32-network | 0.1.1.1 | ChangeLog.md |
base-deriving-via | 0.1.0.2 | CHANGELOG.md |
bech32 | 1.1.4.1 | ChangeLog.md |
byron-spec-chain | 1.0.0.1 | CHANGELOG.md |
byron-spec-ledger | 1.0.0.1 | CHANGELOG.md |
cardano-api | 8.25.2.0 | CHANGELOG.md |
cardano-binary | 1.7.0.1 | CHANGELOG.md |
cardano-cli | 8.12.0.0 | CHANGELOG.md |
cardano-crypto | 1.1.2 | |
cardano-crypto-class | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-praos | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-test | 1.5.0.0 | |
cardano-crypto-tests | 2.1.2.0 | CHANGELOG.md |
cardano-crypto-wrapper | 1.5.1.0 | CHANGELOG.md |
cardano-data | 1.1.0.0 | CHANGELOG.md |
cardano-ledger-allegra | 1.2.3.0 | CHANGELOG.md |
cardano-ledger-alonzo | 1.4.2.0 | CHANGELOG.md |
cardano-ledger-alonzo-test | 1.1.2.5 ... |