-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Labels
medium effortDefault level of effortDefault level of effortmedium impactDefault level of impactDefault level of impactmust haveSomething we consider an essential part of Solidity 1.0.Something we consider an essential part of Solidity 1.0.refactor
Description
We introduced the new directory structure in solc-bin quite a while ago and we're recommending it in Static Binaries. solc-js, however, still uses the legacy bin/ directory. We should switch to the new structure.
- Make
downloadCurrentVersion.tsuse the new dirs.- It should try
emscripten-wasm/first and only fall back toemscripten-asmjs/when the binary is not there. - Nightlies are still only available in
bin/. We need to resolve Add pre-release/nightly builds inside the list of static binaries solidity#13015 first.
- It should try
- Find any other places where we're using the old dirs and fix them too.
- Fix all references to the old dirs in the README.
For reference, Truffle has recently switched to the new structure too: ConsenSys-archive/truffle#5008.
talentlessguy
Metadata
Metadata
Assignees
Labels
medium effortDefault level of effortDefault level of effortmedium impactDefault level of impactDefault level of impactmust haveSomething we consider an essential part of Solidity 1.0.Something we consider an essential part of Solidity 1.0.refactor