This PR cherry picks the implementation of the workaround for the ganache bug to reduce the smoke_test execution time during CI.
This has been running fine on develop for some time now.
Changes
[x] Bugfix (non-breaking change that solves an issue)
[ ] Hotfix (change that solves an urgent issue, and requires immediate attention)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
[ ] Changes only for a subset of nodes
Checklist
[x] I have added at least 2 reviewer or the whole pos-v1 team
[x] I have added sufficient documentation in code
[x] I will be resolving comments - if any - by pushing each fix in a separate commit and linking the commit hash in the comment reply
Testing
[ ] I have added unit tests
[x] I have added tests to CI
[x] I have tested this code manually on local environment
[x] I have tested this code manually on remote devnet using express-cli
[ ] I have tested this code manually on mumbai or amoy
Description
This PR cherry picks the implementation of the workaround for the ganache bug to reduce the
smoke_test
execution time during CI. This has been running fine ondevelop
for some time now.Changes
Checklist
Testing