Skip to content

Usage of mempool API for wallets #211

Closed Answered by KtorZ
SebastienGllmt asked this question in Q & A
Discussion options

You must be logged in to vote

Ho, hi there!

  1. Only valid transaction (from the perspective of the local node) will go in the mempool. The server performs both phase 1 and phase 2 validations, and reject the transaction should any fails.

  2. Yes, but only on master currently. I'll publish the new version as soon as I am done reworking the API reference documentation (which should seemingly make the this kind of details easier to find). On master, every transaction now includes an new field raw which corresponds to the raw tx CBOR: https://github.com/CardanoSolutions/ogmios/blob/master/docs/static/ogmios.wsp.json#L5669

  3. That is a good question. The protocol certainly does not enforce that so, the only correct answer woul…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rhyslbw
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q & A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #209 on May 07, 2022 12:58.