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
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]