-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: leaderboard endpoints #122
Conversation
Hey everyone |
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.
Here are some comments on the pipelines
4c83f19
to
d5bdd43
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
/* | ||
user address | ||
*/ | ||
addr: String, |
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.
Please use a FieldElement here. You can then use the to_string() method to convert it to the correct hex decimal string to query the db. This allows us to support both hex and decimal addresses. This is something legacy because in all our other dbs we now use to_hex
instead of to_string()
, but that's the same concept.
closes #98
closes #97