You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
30
+
support to Kuber. The new module exposes a set of **command** and **query** APIs for
4
31
**committing**, **decommitting**, **closing**, **fan‑out**, **contesting**, and **querying** the state of a
5
32
Hydra head, along with a **transaction‑builder** helper and APIs.
6
33
@@ -65,7 +92,7 @@ This stable release supports adds full support for new conway governance feature
65
92
-`proposal.executionUnits`
66
93
-`certificates.deposit`
67
94
68
-
### Fixes
95
+
### Fixes
69
96
- Fix catchError function on Unhandled error
70
97
- Add exception handler on txSubmission
71
98
- Use FrameworkError explicitly to improve error handling
@@ -76,14 +103,14 @@ This stable release supports adds full support for new conway governance feature
76
103
- fix utxoModal parsing problem
77
104
78
105
#### Known Issues:
79
-
-**(lib:kuber)** : `Kontract` will omit following fields when using `RemoteKuberConnection` : **\$.proposal[s]**, **\$.votes[s]** or **\$.certificate[s]**
106
+
-**(lib:kuber)** : `Kontract` will omit following fields when using `RemoteKuberConnection` : **$.proposal[s]**, **$.votes[s]** or **$.certificate[s]**
80
107
81
108
#### Litmiations:
82
109
- voting with script key is not supported
83
110
84
111
85
112
## v3.0.0-rc2 : Tx build bug fix , Add tests
86
-
- Fix Bug : Server got irresponsive after requesting `/api/v1/tx` with plutus included transaction
113
+
- Fix Bug : Server got irresponsive after requesting `/api/v1/tx` with plutus included transaction
87
114
- Add tests to validate that the kuber apis are working via LocalNode Socket connection.
0 commit comments