Skip to content

client: mempool API cleanup#85

Merged
sorki merged 1 commit intomasterfrom
mempoolApi
Feb 2, 2026
Merged

client: mempool API cleanup#85
sorki merged 1 commit intomasterfrom
mempoolApi

Conversation

@sorki
Copy link
Contributor

@sorki sorki commented Feb 2, 2026

Mempool API functions adjusted to not require passing in Project #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

Mempool API functions adjusted to not require passing in `Project` [#85](#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`
@sorki sorki merged commit b9f6998 into master Feb 2, 2026
6 checks passed
@sorki sorki deleted the mempoolApi branch February 2, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant