api-0.10.0.0
- Fixed
- Handling of Ogmios v5
txEvaluate
response #52TxEvalResult
is no more and instead we addTxEvalValidator
andTxEvalFailure
.TxEval
newtype now has a singleresult
field
of typeEither TxEvalFailure (Map TxEvalValidator TxEvalBudget)
- Handling of Ogmios v5
Full Changelog: api-0.9.0.0...api-0.10.0.0