solc-js
solc-js copied to clipboard
Update documentation
The PR fixes the below issues adding documentation about their respective topics:
- Adds documentation recommending the use of SRI when fetching the binaries: https://github.com/ethereum/solc-js/issues/334
- Adds documentation about the necessity of using long version string in
loadRemoteVersion
: https://github.com/ethereum/solc-js/issues/583 - Adds note about backward compatibility of low-level legacy functions: https://github.com/ethereum/solc-js/issues/610
- Fix ES6 import syntax: https://github.com/ethereum/solc-js/issues/627
Coverage remained the same at 84.537% when pulling 3549bf4b39a6cabe98ffc011af1b2df44df075dd on doc-update into fc232fe6a774aa182e5db2b95311ac7e04dcf53c on master.
Needs rebase for the hardhat job to pass. It's already fixed on master
.