support solc v0.8.30 (#308)

- Add support for solc `v0.8.30`. No changes in YUL or the binary
interface.
- Fix a semver bug in the NPM packages to correctly align their solc
dependencies with our last supported version.

---------

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-08 13:29:13 +02:00
committed by GitHub
parent f2fac85dae
commit fbaa45f283
8 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -32,6 +32,6 @@
"@types/node": "^22.9.0",
"commander": "^13.1.0",
"package-json": "^10.0.1",
"solc": "^0.8.29"
"solc": ">=0.8.0 <=0.8.30"
}
}