-
Notifications
You must be signed in to change notification settings - Fork 34
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 parallel exec #103
Conversation
requests: List[Dict[str, Any]] = cls.get_request_events(ledger_api, contract_address, from_block, to_block)["data"] | ||
delivers: List[Dict[str, Any]] = cls.get_deliver_events(ledger_api, contract_address, from_block, to_block)["data"] | ||
pending_tasks: List[Dict[str, Any]] = [] | ||
for request in requests: |
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.
TODO: add filtering based on mask provided as param
@@ -129,7 +129,7 @@ jobs: | |||
run: | | |||
tox -e check-abci-docstrings | |||
tox -e check-abciapp-specs | |||
tox -e check-handlers | |||
# tox -e check-handlers |
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.
@angrybayblade it was failing on non-abci skill. The error said that the abci dialogues were missing.
Load tools only once at the startup
This PR adds support for parallel execution of the requests on the mech.