You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Bugfixes:
10
10
* Yul Optimizer: Fix edge case in which invalid Yul code is produced by ExpressionSimplifier due to expressions being substituted that contain out-of-scope variables.
11
11
12
12
Build System:
13
+
* Docker: Discontinue DockerHub as a binary distribution channel.
13
14
* Ubuntu PPA Packages: Discontinue the PPA as a binary distribution channel.
14
15
* Update minimum version requirements of Boost to 1.83.0 for non-windows builds and of GCC and Clang to 13.3 and 18.1.3, respectively. Fixes infinite recursion on `boost::rational` comparison affecting compiler binaries built with GCC<14.0 and Boost<1.75.
-[ ] DockerHub account with push rights to the [`solc` image](https://hub.docker.com/r/ethereum/solc).
7
-
-[ ] Ubuntu/Debian dependencies of the Docker script: `docker-buildx`.
8
6
-[ ][npm Registry](https://www.npmjs.com) account added as a collaborator for the [`solc` package](https://www.npmjs.com/package/solc).
9
7
-[ ] Access to the [solidity_lang Twitter account](https://twitter.com/solidity_lang).
10
8
-[ ][Reddit](https://www.reddit.com) account that is at least 10 days old with a minimum of 20 comment karma (`/r/ethereum` requirements).
@@ -74,10 +72,6 @@ At least a day before the release:
74
72
### Homebrew and MacOS
75
73
-[ ] Update the version and the hash (`sha256sum solidity_$VERSION.tar.gz`) in the [`solidity` formula in Homebrew core repository](https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/solidity.rb).
76
74
77
-
### Docker
78
-
-[ ] Make sure `docker-buildx` is installed.
79
-
-[ ] Run `./scripts/docker_deploy_manual.sh v$VERSION`.
80
-
81
75
### Release solc-js
82
76
-[ ] Wait until solc-bin was properly deployed. You can test this via remix - a test run through remix is advisable anyway.
83
77
-[ ] Increment the version number, create a pull request for that, merge it after tests succeeded.
0 commit comments