solc-js icon indicating copy to clipboard operation
solc-js copied to clipboard

Update documentation

Open r0qs opened this issue 2 years ago • 2 comments

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

r0qs avatar Sep 12 '22 19:09 r0qs

Coverage Status

Coverage remained the same at 84.537% when pulling 3549bf4b39a6cabe98ffc011af1b2df44df075dd on doc-update into fc232fe6a774aa182e5db2b95311ac7e04dcf53c on master.

coveralls avatar Sep 13 '22 13:09 coveralls

Needs rebase for the hardhat job to pass. It's already fixed on master.

cameel avatar Oct 06 '22 21:10 cameel