-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fix e2e environment and smoketests #1273
Conversation
@@ -37,7 +37,7 @@ | |||
ps | |||
|
|||
# typescript | |||
python3 | |||
python311 |
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.
This is required to build lodestar
. Python version 3.12 deprecates some required packages.
@alistair-singh I can't reproduce the issue on my laptop with your branch, Btw: for local test I would suggest to use a short epoch length with Snowfork/polkadot-sdk#170 included and I made another PR in #1274 based on yours. |
Ok I will revert my changes to the nonce. |
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.
Awesome!
All these fixes were made from clean build of nix environment and a clean checkout.
For some reason the
polkadot-js-api
does not obey the--nonce -1
flag anymore so I needed to remove it so that the testnet starts up correctly.Tests Fixes: