-
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
New query pool-state command #4170
Conversation
bc0e230
to
b4dcd7e
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.
Nice work but I think we can further simplify this and avoid adding a new command
b4dcd7e
to
80615c8
Compare
4507f38
to
8c1d6c9
Compare
It uses a lot less memory and CPU than the older command.
0df5d04
to
e60d113
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.
Two minor fixes
575d6cc
to
c6202f1
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.
Good work! LGTM
c6202f1
to
f0475c9
Compare
bors r+ |
4170: New query pool-state command r=newhoggy a=newhoggy This obsoletes `query pool-params`. The command runs sub-second (rather than the `1m30s` the old command takes. It also allows multiple stake pools to be queried at a time. * Requires IntersectMBO/ouroboros-network#3890 * Requires IntersectMBO/cardano-ledger#2908 Co-authored-by: John Ky <[email protected]>
Build failed: |
bors r+ |
Build succeeded: |
This obsoletes
query pool-params
. The command runs sub-second (rather than the1m30s
the old command takes. It also allows multiple stake pools to be queried at a time.