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

Fixsolc #3667

Merged
merged 43 commits into from
May 2, 2023
Merged

Fixsolc #3667

merged 43 commits into from
May 2, 2023

Conversation

bunsenstraat
Copy link
Collaborator

@bunsenstraat bunsenstraat commented May 1, 2023

instead of brute forcing all versions of solc in e2e to be used locally we can regex the used versions out of the ts files, adding some manually that don't get detected. so it's about 95mb instead of 1Gb
These can be easily cached by circleCI so we don't have to reload them each time.

Also use curl for all these operations, seems more reliable. Axios was giving inconsistent results since the node v20 upgrade.

same for the local soljson, it's loaded with curl now.
The latest version is also added to the e2e versions because the tests will load it.

@netlify
Copy link

netlify bot commented May 1, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 2365ef3
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/6451007427ddbd000856dbbe
😎 Deploy Preview https://deploy-preview-3667--remixproject.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@bunsenstraat bunsenstraat self-assigned this May 1, 2023
md5sum

fix lint

restore cache

use file

use caching

fix config

config

fix grep

fix lint

nightly

catch webpack

url curl

check curl

use plus

install jq

use npx

do not use jq

rename cache

filter duplicates

manual versions

fix manual

v3

8.18

fix urls

7.6

fix regex

fix latest

remixd

rename
@bunsenstraat bunsenstraat marked this pull request as ready for review May 1, 2023 16:59
@bunsenstraat bunsenstraat merged commit 646438e into master May 2, 2023
@bunsenstraat bunsenstraat deleted the fixsolc branch May 2, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants