Add --supported-solc-versions CLI command (#260)

### Description 

Adds `--supported-solc-versions` cli command to return a semver range of
supported `solc` versions.
Is a hack until #162 is implemented.

---------

Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
Pavlo Khrystenko
2025-03-19 16:07:48 +01:00
committed by GitHub
parent 2bbc5d713d
commit 36ea69b50f
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ Supported `polkadot-sdk` rev:`c29e72a8628835e34deb6aa7db9a78a2e4eabcee`
### Added
- Support for solc v0.8.29
- `--supported-solc-versions` for `resolc` binary to return a `semver` range of supported `solc` versions.
### Changed
- Runner `resolc` using webkit is no longer supported.