-
Notifications
You must be signed in to change notification settings - Fork 720
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 tx-mempool command to CLI #4276
Conversation
ea43e09
to
0ac15e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work 👍 A few comments
0ac15e3
to
d758269
Compare
d758269
to
875236d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extremely minor changes
c1df77e
to
f4ee3fd
Compare
f4ee3fd
to
03b91c7
Compare
03b91c7
to
987d184
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, get QA to sign off.
987d184
to
96ea6a2
Compare
bors r+ |
4276: Add tx-mempool command to CLI r=LudvikGalois a=LudvikGalois This adds 3 commands `cardano-cli query tx-mempool info` which prints stats for the transaction mempool for the node `cardano-cli query tx-mempool next-tx` which returns the ID of the next transaction to be processed `cardano-cli query tx-mempool tx-exists <txid>` which tells you whether or not a transaction is in the mempool Closes #3774 Closes #4459 Co-authored-by: Robert 'Probie' Offner <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Waiting on code owner review from input-output-hk/docs-access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors r+ |
Build succeeded: |
This adds 3 commands
cardano-cli query tx-mempool info
which prints stats for the transaction mempool for the nodecardano-cli query tx-mempool next-tx
which returns the ID of the next transaction to be processedcardano-cli query tx-mempool tx-exists <txid>
which tells you whether or not a transaction is in the mempoolCloses #3774
Closes #4459