Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions E2ETests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# E2E Tests

It appears that some solc compilers fail checksum verification.

Gist [e2e3d153a09c622c259826e80b9704a7](https://gist.github.com/gabrielfalcao/e2e3d153a09c622c259826e80b9704a7) presents self-contained script to "sync" solc compiler versions listed in [https://binaries.soliditylang.org/bin/list.json](https://binaries.soliditylang.org/bin/list.json) and, in a strict sense, reliably verify the checksum each compiler version while logging to sync-compilers.log

> more [here](https://gist.github.com/gabrielfalcao/e2e3d153a09c622c259826e80b9704a7#file-readme-md)