Skip to content

3.1.0: Stable Conway Era Support

Compare
Choose a tag to compare
@mesudip mesudip released this 03 Sep 10:53
· 7 commits to master since this release
DependsOn

Release Docker Image

Changes: kuber-server

  • new endpoint /api/v3/health now returns node's current tip and secondsSince last block was minted. If lastBlock was seen before 300 secs, status code will be 503

Changes: lib:kuber

  • when not set, kuber will automatically fill in following field by querying ledger state
    • proposal.deposit
    • proposal.previousGovActionId
    • proposal.executionUnits
    • certificates.deposit

Fixes

  • Fix catchError function on Unhandled error
  • Add exception handler on txSubmission
  • Use FrameworkError explicitly to improve error handling
  • Make Kontract instance of MonadError and Alternative
  • Show proper error message for plutus error
  • add ex-unit test
  • Fix fromJson of proposal field
  • fix utxoModal parsing problem
  • PlutusV3 Support

Known Issues :

  • lib:kuber : Kontract will omit following fields when using RemoteKuberConnection : $.proposal[s], $.votes[s] or $.certificate[s]

Litmiations:

  • script dreps are not supported
  • voting with script key is not supported