Releases: blockfrost/blockfrost-haskell
Releases · blockfrost/blockfrost-haskell
client-0.9.0.0
What's Changed
- feat(#58): add conway related protocol parameters by @sourabhxyz in #59
- client: add GET /txs/{hash}/cbor endpoint by @ffakenz in #63
- Add mempool endpoint by @Jimbo4350 in #62
New Contributors
- @ffakenz made their first contribution in #63
- @Jimbo4350 made their first contribution in #62
Full Changelog: client-0.8.0.1...client-0.9.0.0
api-0.12.0.0
What's Changed
- feat(#58): add conway related protocol parameters by @sourabhxyz in #59
- client: add GET /txs/{hash}/cbor endpoint by @ffakenz in #63
- Add mempool endpoint by @Jimbo4350 in #62
New Contributors
- @ffakenz made their first contribution in #63
- @Jimbo4350 made their first contribution in #62
Full Changelog: api-0.11.0.0...api-0.12.0.0
api-0.11.0.0
What's Changed
- feat: add
PlutusV3
constructor inScriptType
by @sourabhxyz in #54
Full Changelog: api-0.10.0.0...api-0.11.0.0
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
client-0.8.0.1
blockfrost-client-0.8.0.0
blockfrost-api-0.9.0.0
blockfrost-api 0.8.1
What's Changed
- Added address in UTxO response - useful when querying by payment credential by @sourabhxyz in #38
New Contributors
- @sourabhxyz made their first contribution in #38
Full Changelog: api-0.8.0.0...api-0.8.1.0
blockfrost-api 0.8
blockfrost-api 0.8
- Removed
Arbitrary
instances forPOSIXMillis
,ServerTime
quickcheck-instances
dependency and its propagated instances #35