Static page listing binaries available at solc-bin.ethereum.org #9934
Labels
closed due inactivity
The issue/PR was automatically closed due to inactivity.
low impact
Changes are not very noticeable or potential benefits are limited.
medium effort
Default level of effort
outsourceable
Needs little knowledge about the code base and can be done by externals.
should have
We like the idea but it’s not important enough to be a part of the roadmap.
solcbin
stale
The issue/PR was marked as stale because it has been open for too long.
Part of #9258.
Currently the main page at solc-bin.ethereum.org just serves a raw, unformatted Markdown file. We'd like to have a simple, static HTML page listing all the binaries available in solc-bin.ethereum.org instead. The information should come from the
list.json
files.The page should list all the details but for readability they should be folded by default. The page should still work without JavaScript though. At worst, everything should be unfolded without JS but it would be best to use a semantic tag like
<details>
to make it completely static.The page should also contain the content of README.md. We should also expand that file to include more information about the whole setup. In particular, what is the recommended URL to download them from and that they're also available via other means (Swarm, IPFS).
The text was updated successfully, but these errors were encountered: