-
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 stake-snapshot integration test #4805
New query stake-snapshot integration test #4805
Conversation
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.
Minor changes
|
||
let jsonResult = J.eitherDecode @J.Value (LBS.fromStrict (T.encodeUtf8 (T.pack result))) | ||
|
||
-- Check that "pools" has three entries |
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.
and therefore there are three registered stake pools?
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.
Yeah, that's right.
231a253
to
b5b1d57
Compare
b5b1d57
to
c146209
Compare
c146209
to
eb874c1
Compare
bors try |
tryBuild succeeded: |
( hprop_stakeSnapshot | ||
) where | ||
|
||
import Prelude |
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.
Perfect, thanks 👍
For #4570