From 2019b02cd1b52d8f6b034108d40ecb8a2369c452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= <54914+gabrielfalcao@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:07:52 -0300 Subject: [PATCH] Presents E2E tests scheme --- E2ETests.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 E2ETests.md diff --git a/E2ETests.md b/E2ETests.md new file mode 100644 index 000000000..d46d77aca --- /dev/null +++ b/E2ETests.md @@ -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)