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

Expose supported compilers #22

Merged
merged 4 commits into from
Jan 24, 2025
Merged

Expose supported compilers #22

merged 4 commits into from
Jan 24, 2025

Conversation

smiasojed
Copy link
Collaborator

@smiasojed smiasojed commented Jan 21, 2025

The temporary solution to expose the available compilers from the backend endpoint. Finally they should be available from the Revive GH Pages.

Copy link
Member

@xermicus xermicus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as a temporary solution. In the long run we should have the client (remix) bundle solc.js and resolc.js together based on what the users chooses. This means we just host resolc.js (on the revive repo GH pages and possibly in IPFS). This is akin to what we do with the binaries as it prevents releasing an ever growing matrix of resolc and solc combinations.

@smiasojed
Copy link
Collaborator Author

Remix expects one compiler file. I needed to concat soljson and revive into one file

@smiasojed smiasojed merged commit 0877410 into main Jan 24, 2025
4 checks passed
@smiasojed smiasojed deleted the compiler-list branch January 24, 2025 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants