-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2024-08-20-node-cli-api.md (#453)
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Node API & CLI Team Update | ||
slug: 2024-08-20-node-cli-api | ||
authors: Jimbo4350 | ||
tags: [cli-api] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
# Node-Api-Cli Update | ||
# 2024-08-07 - 2024-08-20 | ||
|
||
## High level summary | ||
- [Release cardano-cli-9.3.0.0](https://github.com/IntersectMBO/cardano-cli/pull/866/files#diff-18da9c1abe86544b801dd9c386ba6c482bb2b6173b02734a3a8ed7808a433faf) | ||
- [Release cardano-api-9.2.0.0](https://github.com/IntersectMBO/cardano-api/pull/615/files#diff-2f159a683c1ece2f6474dd7c02484f113d7dd22f936cb2732374d7b89ed6b4eb) | ||
|
||
### cardano-cli | ||
- [Release cardano-cli-9.3.0.0](https://github.com/IntersectMBO/cardano-cli/pull/866) | ||
- [Use `IsList(toList,fromList)` instead of specialised functions](https://github.com/IntersectMBO/cardano-cli/pull/865) | ||
- [Create toJSON instance for "query drep-state" output](https://github.com/IntersectMBO/cardano-cli/pull/863) | ||
|
||
### cardano-api | ||
- [Release cardano-api-9.2.0.0](https://github.com/IntersectMBO/cardano-api/pull/615) | ||
- [Keep Coin as the user-facing name of functions](https://github.com/IntersectMBO/cardano-api/pull/614) | ||
- [Adapt user-facing functions' names to Lovelace->Coin renaming](https://github.com/IntersectMBO/cardano-api/pull/611) | ||
- [Bump chap & hackage. Remove GHC 9.8 from GHA.](https://github.com/IntersectMBO/cardano-api/pull/618) | ||
|
||
|