Skip to content

api-0.10.0.0

Compare
Choose a tag to compare
@sorki sorki released this 16 Feb 11:33
· 36 commits to master since this release
  • Fixed
    • Handling of Ogmios v5 txEvaluate response #52
      • TxEvalResult is no more and instead we add TxEvalValidator
        and TxEvalFailure. TxEval newtype now has a single result field
        of type Either TxEvalFailure (Map TxEvalValidator TxEvalBudget)

Full Changelog: api-0.9.0.0...api-0.10.0.0