-
Notifications
You must be signed in to change notification settings - Fork 49
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
Return jobs endpoint #876
Return jobs endpoint #876
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.
smch
|
||
list_of_interfaces.sort() | ||
contract = web3_client.eth.contract( |
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 would put this after line 868 if not is_contract:
so we will not run additional operation if error will be raised
] | ||
|
||
|
||
def filter_tasks(entries, tag_filters): |
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.
why we need this func if we use it only in 1 place?
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.
lg
Retrun jobs endpoint:
get moonworm_tasks jobs:
response example
will return list of moonworm tasks which was part of that subscription.
Fix supported_interfaces endpoint for blockchains without deployed multiacll contract.