You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blockfrost-client/CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
-
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.11.0.0...master) (2025-MM-DD)
1
+
# Version [0.12.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.11.0.0...client-0.12.0.0) (2026-02-02)
2
+
3
+
* Changes
4
+
* Fix `MempoolUTxOInput``address` field from `Text` to `Maybe Text`[#83](https://github.com/blockfrost/blockfrost-haskell/issues/83)[#84](https://github.com/blockfrost/blockfrost-haskell/pull/84)
5
+
* Mempool API functions adjusted to not require passing in `Project`[#85](https://github.com/blockfrost/blockfrost-haskell/pull/85)
6
+
* Previous `getMempoolTransactions prj def def` is now simply `getMempoolTransactions` and a principled
7
+
variant `getMempoolTransactions'` is provided accepting page and sort order parameters
8
+
(for example `allPages $ \p -> getMempoolTransactions' p def`).
9
+
* Similar for `getMempoolTransactionsByAddress`.
10
+
*`getMempoolTransaction` now simply doesn't require passing `Project`
2
11
3
12
# Version [0.11.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.10.0.0...client-0.11.0.0) (2025-12-02)
0 commit comments