Node API & CLI Team Update
· 3 min read
2023-06-07 - 2023-06-20
High level summary
- Completed cardano-cli migration to input-output-hk/cardano-cli
- cardano-cli ping now uses cardano-ping-0.2.0.5
- New queries on API:
queryCurrentEpochStatequeryDebugLedgerStatequeryGenesisParametersqueryPoolDistributionqueryPoolStatequeryProtocolParametersqueryProtocolParametersUpdatequeryProtocolStatequeryStakeAddressesqueryStakeDistributionqueryStakePoolParametersqueryStakeSnapshot
- Deprecate:
queryPparams
- Export query API as functions
genFeatureValueInErafeatureInShelleyBasedEraisFeatureValuevalueOrDefaultasFeatureValueasFeatureValueInShelleyBasedEraqueryEpochrequireShelleyBasedEra
- Restructure cardano-testnet (WIP)
cardano-cli
cardano-api
- New version
cardano-api-8.5.2.0 - New
requireShelleyBasedErafunction - New version cardano-api-8.5.1.0
- New
queryEpochfunction - New version 8.5.0.0
- Error on
hlintwarnings in CI - Additional query expression functions
- New version
cardano-api-8.4.0.0 - New version
cardano-api-8.3.0.0 - New
Cardano.Api.Query.Exprmodule - Simplify
queryStateForBalancedTx - Revert to use
testPropertynow that it isn't deprecated anymore
cardano-node
cardano-testnet
- Add ability to retry tests with DISABLE_RETRIES=1
- Move golden files to proper location
- Conway testnet
- Don't retry testnet when failed
- Remove YAML filepath record from data Conf
- Add
--conway-eraflag - Add
--conway-eraflag - Remove duplicate --testnet-magic flag
- Restructure cardano testnet
