Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mempool endpoint #62

Merged
merged 7 commits into from
Sep 19, 2024
Merged

Conversation

Jimbo4350
Copy link
Contributor

@Jimbo4350 Jimbo4350 commented Sep 14, 2024

Resolves #57

Add MempoolAPI to expose the 3 mempool routes - all txs in mempool,
specific transaction in mempool and transactions in mempool associated
with an address
@Jimbo4350 Jimbo4350 force-pushed the jordan/add-mempool-endpoint branch from 42e494c to f2b310b Compare September 14, 2024 14:49
@Jimbo4350
Copy link
Contributor Author

@sorki

@Jimbo4350 Jimbo4350 force-pushed the jordan/add-mempool-endpoint branch from f2b310b to a73ea5e Compare September 14, 2024 15:21
@sorki
Copy link
Contributor

sorki commented Sep 19, 2024

Thank you! I did a couple of minor adjustments in 52db099, most notably switching _transactionOutputAmount from custom MempoolTxAmount to Amount type.

@sorki sorki merged commit 9250583 into blockfrost:master Sep 19, 2024
3 checks passed
@sorki
Copy link
Contributor

sorki commented Sep 19, 2024

Released as blockfrost-api 0.12 and blockfrost-client 0.9

@Jimbo4350 Jimbo4350 deleted the jordan/add-mempool-endpoint branch October 1, 2024 13:41
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.

Mempool queries
2 participants