Skip to main content

Compatibility matrix

This сomponent compatibility with the Cardano node matrix shows the runtime dependencies of Cardano components on a specific version of cardano-node. (It does not reflect any stacks.) The compatibility matrix should be read in conjunction with the Cardano component dependencies definition.

If you only require using the node, such as interacting directly with the node or managing stake pool operations, we recommend the latest node version. However, if you need compatibility with all components, we recommend using version 8.7.3.

Cardano nodeCardano DB SyncCardano Rosetta serverCardano GraphQLCardano wallet
8.9.2 (fix)13.2.0.2TBDTBD
8.9.1 (minor update)13.2.0.2TBDTBD2024-03-27
8.9.0 (bug fix)
8.7.3 (minor bug fix)13.2.0.12.2.18.0.12024-03-01
8.7.2 (major update)
8.1.2 (minor update)13.1.1.32.2.02024-12-18
8.1.1 (bug fix)13.1.1.32023-07-18
8.0.0 (major)13.1.1.3
1.35.7 (bug fix)13.0.5/13.1.0.02.0.0/2.1.07.0.2/8.0.02022-12-14
1.35.6 (new features)13.0.5/13.1.0.02.0.0/2.1.07.0.2/8.0.02022-12-14
1.35.5 (bug fix)13.0.5/13.1.0.02.0.0/2.1.07.0.2/8.0.02022-12-14
1.35.4 (major)13.0.5/13.1.0.02.0.0/2.1.07.0.2/8.0.02022-12-14
1.35.3 (bug fix)13.0.52.0.07.0.22022-10-06
1.34.112.0.21.7.06.2.02022-05-27
1.34.012.0.21.7.06.2.0
1.33.012.0.21.7.06.2.02022-01-18
1.32.12021-12-15
1.31.012.0.21.6.16.1.0
1.30.111.0.3/11.0.41.5.06.0.02021-11-11
1.29.011.0.01.4.05.1.02021-09-09
1.27.010.0.11.3.05.0.02021-06-11
1.26.29.0.0
1.25.18.0.0/9.0.01.1.0/1.2.13.2.02021-02-12/2021-02-15
1.24.27.1.01.0.03.1.12020-12-21/2021-01-12
1.21.15.0.2/5.0.3/6.0.02.2.12020-10-13
1.20.05.0.1/5.0.32.2.02020-9-22/2020-09-30
1.19.15.0.0/5.0.1/5.0.32.1.02020-9-11
1.19.0
1.18.04.0.0
1.18.03.1.02.0.02020-8-3

The table below illustrates the key architectural components used in various Cardano blockchain operations. It details essential and optional tools for tasks such as stake pool operations, transaction management, and data handling.

StackCore componentsDescriptionOptional components
Stake pool operationscardano-node cardano-cliEssential for block creation and participating in the consensus process. cardano-cli provides command-line interface for managing and interacting with the node.Monitoring tools like Prometheus and Grafana for performance metrics.
Address managementcardano-addresses cardano-clicardano-addresses is used for creating and managing cryptographic addresses. It's often bundled with cardano-node for ease of use in address operations.
Handling wallets and transactionscardano-rosetta cardano-walletcardano-wallet is used for direct wallet management and transactions. cardano-rosetta offers a standardized interface for interacting with the blockchain.
On-chain data and metadatacardano-db-sync cardano-graphqlcardano-db-sync populates a PostgreSQL database from node data, making it queryable. cardano-graphql allows querying this data via GraphQL.cardano-rosetta can be used for blockchain agnostic data interaction.