solc-js icon indicating copy to clipboard operation
solc-js copied to clipboard

Javascript bindings for the Solidity compiler

Results 95 solc-js issues
Sort by recently updated
recently updated
newest added

We introduced the new directory structure in solc-bin quite a while ago and we're recommending it in [Static Binaries](https://docs.soliditylang.org/en/latest/installing-solidity.html#static-binaries). solc-js, however, still uses the legacy `bin/` directory. We should switch...

medium effort
medium impact
must have
refactor

This PR addresses the comments made here https://github.com/ethereum/solc-js/pull/648#issuecomment-1218209344 and is part of the solution for the issue https://github.com/ethereum/solc-js/issues/632. It adds a CI job to test if the current version is...

testing :hammer:

As a library, we are committed to supporting whole ranges of dependency versions to give the apps that use solc-js the most flexibility. However, we only really test with a...

medium effort
low impact
should have
testing :hammer:

We can have dependabot ping us when dependencies need to be updated. We have that enabled for security vulnerabilities but not for regular updates. See [Configuring Dependabot version updates](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates). This...

low effort
low impact
should have
testing :hammer:

As mentioned here https://github.com/ethereum/solc-js/pull/441#issuecomment-573700584, we should enable the test suite to run against a single soljson binary. The CI config must also be adjusted to run the tests with the...

medium effort
low impact
should have
testing :hammer:

As mentioned here https://github.com/ethereum/solc-js/pull/441#issuecomment-573700584, the test suite should support testing the CLI against different solc versions.

medium effort
low impact
should have
testing :hammer:

We should change the compiler wrapper object to not include the `loadRemoteVersion` method. The method should be exported independently. This was brought by PR #416.

breaking change :warning:
low effort
low impact
should have
refactor

It would be great to modularize the cli and make it async.

enhancement
medium effort
medium impact
should have

## Description Hey guys, I have been trying to use solc in a React.js app for around a week now, and I can't get it to work! I am importing...

waiting for more input

fix `README.md` typo