v5.5.8
Added
- Added network's name to the dashboard. See #281 (:bulb: @khwerhahn)
Changed
-
Bump internal packages to match cardano-node@1.35.4 dependencies set.
-
Bundle the docker image with more recent versions of the cardano-configurations. See #283 (:bug: @nejcr)
-
Fix
TxMonitorClient
'snextTx
wrongly throwing an error when called with no argument. The signature of that method has also been reworked slightly to provide better usage at call-site. See #298 (:bug: @Kartiiyer12) -
Add missing
required
constraints in the JSON schema for Byron witness representation that caused TypeScript types to be generated as optional. See #285 (:bug: @IvayloAndonov)
Removed
N/A