-
Notifications
You must be signed in to change notification settings - Fork 160
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
Update Drand to use HTTP with the new endpoint #591
Conversation
period: i32, | ||
genesis_time: i32, | ||
hash: String, | ||
#[serde(rename = "groupHash")] |
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.
is this really the case that they camel case this but not public_key and genesis_time?
Edit: I don't see this field on the docs: https://drand.love/developer/http-api/#info are those out of date?
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.
I'm not sure whats up with the docs, but heres the endpoint if you wanna see for yourself. It threw me off as well lol https://pl-eu.testnet.drand.sh/info
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.
Well, that wasn't thought through very well hahaha
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
#585
Other information and links