This bounty is no longer available
Web3 DAO | Ethereum Foundation Logo

Test that `downloadCurrentVersion.ts` actually downloads the latest version

Organization

Ethereum Foundation

Deadline

N/A

Status

ENDED


INSTRUCTIONS

We used to test that solcjs --version returns a version matching the one from package.json. I changed that in #626 because this is not really guaranteed - the returned version depends on the binary. So now we should also add a proper test that downloadCurrentVersion.ts actually does its job and downloads the right binary. It could be a JS test or an additional check in one of the jobs in CI.