|
| 1 | +## v4.0.0-rc1 : Hydra Integration |
| 2 | +This release introduces **kuber-hydra**, a dedicated module that adds full Hydra head |
| 3 | +support to Kuber. The new module exposes a set of **command** and **query** APIs for |
| 4 | +**committing**, **decommitting**, **closing**, **fan‑out**, **contesting**, and **querying** the state of a |
| 5 | +Hydra head, along with a **transaction‑builder** helper and APIs. |
| 6 | + |
| 7 | +**Note :** `kuber-hydra` executable additionally exposes all layer1 endpoints making it versatile for both hydra and l1 interaction. |
| 8 | + |
| 9 | +##### DependsOn |
| 10 | +- cardano-api:10.1 |
| 11 | + |
| 12 | +##### Tested with |
| 13 | +- hydra-node:0.22.0-65b4c1201e7533d4269d42e2ca1c8b53f999454f |
| 14 | + |
| 15 | +### Changes: kuber-hydra |
| 16 | +- Added new module `kuber-hydra` with: |
| 17 | + - **Command endpoints** under `/api/hydra`: |
| 18 | + - **POST** /hydra/init |
| 19 | + - **POST** /hydra/abort |
| 20 | + - **POST** /hydra/commit |
| 21 | + - **POST** /hydra/decommit |
| 22 | + - **POST** /hydra/close |
| 23 | + - **POST** /hydra/contest |
| 24 | + - **POST** /hydra/fanout |
| 25 | + - **POST** /hydra/tx |
| 26 | + - **POST** /hydra/submit |
| 27 | + - **Query endpoints** under `/api/hydra/query`: |
| 28 | + - **GET** /hydra/query/utxo |
| 29 | + - **GET** /hydra/query/head |
| 30 | + - **GET** /hydra/query/protocol-parameters |
| 31 | + - **GET** /hydra/query/state |
| 32 | + - **GET** /hydra/query/commits |
| 33 | +- Implemented a Hydra transaction‑builder that: |
| 34 | + - Selects inputs/outputs |
| 35 | + - Handles optional signing keys |
| 36 | + - Filters UTxOs by txin and address |
| 37 | +- Updated Hydra‑specific documentation and added sequence diagrams illustrating |
| 38 | + typical Hydra head interactions. |
| 39 | + |
1 | 40 | ## v3.1.2 : Upgrade cardano-api to 10.x |
2 | 41 |
|
3 | 42 | ### Changes |
@@ -86,4 +125,3 @@ This stable release supports adds full support for new conway governance feature |
86 | 125 | - `TxBuilder` is now parametrized on `era` suppporting `Babbage` and `Conway` eras, with `IsTxBuilderEra` constraint. |
87 | 126 | - Kuber Offchain code required Local Node Socket. **WIP** support running kuber code by connecting to kuber server |
88 | 127 | - Remove `ChainConnectInfo`and related classes. Instead, use `LocalNodeConnectInfo CardanoMode` directly. |
89 | | - |
|
0 commit comments