Skip to content
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: add auth and epoch queries #138

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Conversation

matthiasmatt
Copy link
Collaborator

@matthiasmatt matthiasmatt commented Sep 13, 2022

@@ -25,11 +25,25 @@ def camel_to_snake(camel: str):
).lstrip('_')


def t_dict(d):
def dict_keys_from_camel_to_snake(d):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@matthiasmatt matthiasmatt enabled auto-merge (squash) September 13, 2022 20:09
Copy link
Member

@Unique-Divine Unique-Divine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@matthiasmatt matthiasmatt merged commit c066874 into master Sep 13, 2022
@matthiasmatt matthiasmatt deleted the mat/new-query-modules branch September 13, 2022 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

feat: Implement epochs queries feat: Implement auth accounts query
2 participants