Expanding Ogmios Mempool Functionality to HTTP #432
marcusbfs
started this conversation in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your idea? Provide a use case.
We’re improving cardano-transaction-lib (CTL) and aim to switch from WebSocket to HTTP when interfacing with Ogmios, to reuse existing code and simplify maintenance. However, some CTL projects depend on Ogmios’s mempool functionality (e.g.
hasTransaction
,nextTransaction
,sizeOfMempool
,releaseMempool
), which currently can’t be accessed via HTTP since they require an acquired mempool snapshot.We propose adding a stateless mempool API to Ogmios, letting developers manipulate the mempool over HTTP without maintaining a WebSocket connection—streamlining HTTP-only integrations.
Why is it a good idea?
What is the current alternative and why is it not good enough?
Beta Was this translation helpful? Give feedback.
All reactions