Skip to content

Releases: blockfrost/blockfrost-haskell

client-0.9.0.0

19 Sep 12:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: client-0.8.0.1...client-0.9.0.0

api-0.12.0.0

19 Sep 12:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: api-0.11.0.0...api-0.12.0.0

api-0.11.0.0

26 Aug 10:32
00ce158
Compare
Choose a tag to compare

What's Changed

Full Changelog: api-0.10.0.0...api-0.11.0.0

api-0.10.0.0

16 Feb 11:33
Compare
Choose a tag to compare
  • 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

client-0.8.0.1

16 Jan 08:10
2f1201f
Compare
Choose a tag to compare

What's Changed

Full Changelog: client-0.8.0.0...client-0.8.0.1

blockfrost-client-0.8.0.0

19 Dec 14:20
35a0197
Compare
Choose a tag to compare

What's Changed

Full Changelog: client-0.9.0.0...client-0.8.0.0

blockfrost-api-0.9.0.0

19 Dec 14:19
cf91d82
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: api-0.8.1.0...api-0.9.0.0

blockfrost-api 0.8.1

18 Sep 07:54
Compare
Choose a tag to compare

What's Changed

  • Added address in UTxO response - useful when querying by payment credential by @sourabhxyz in #38

New Contributors

Full Changelog: api-0.8.0.0...api-0.8.1.0

blockfrost-api 0.8

10 Jan 13:51
Compare
Choose a tag to compare

blockfrost-api 0.8

  • Removed
    • Arbitrary instances for POSIXMillis, ServerTime
    • quickcheck-instances dependency and its propagated instances #35

0.7.1.0

03 Jan 14:39
4481993
Compare
Choose a tag to compare

blockfrost-api

  • Additions
    • NetworkEraSummary, NetworkEraBound, NetworkEraParameters types and _networkEras endpoint #33
    • ToSample ScriptHashList instance

blockfrost-client

  • Additions
    • getNetworkEras query for /network/eras endpoint #33