Merge pull request #87 from blockfrost/next
Next changelogs
Next changelogs
Release `blockfrost-api 0.15`, `client 0.12`
client: mempool API cleanup
api: Fix `MempoolUTxOInput` `address` field from `Text` to `Maybe Text`
Mempool API functions adjusted to not require passing in `Project` [#85](https://github.com/blockfrost/blockfrost-haskell/pull/85) * Previous `getMempoolTransactions prj def def` is now simply `getMempoolTransactions` and a principled variant `getMempoolTransactions'` is provided accepting page and sort order parameters (for example `allPages $ \p -> getMempoolTransactions' p def`). * Similar for `getMempoolTransactionsByAddress`. * `getMempoolTransaction` now simply doesn't require passing `Project`
Closes #83