Lee Wei Yuan
Lee Wei Yuan
> Won't we be hitting false positives? (ex: data with error key) FWIW, I've only seen `{ stream: ...` and `{ error: ... , errorDetails: ...`, with the latter being...
Running the code snippet below after manually downloading the binary works ``` let legacySolc = solc.setupMethods(require('./soljson-v0.4.18+commit.9cf6e910')) const contract = legacySolc.compile(JSON.stringify(input)) ``` So it seems like there's any issue with `.loadRemoteVersion`
Thanks @r0qs ! I will close this, since this is quite outdated. Thanks for taking the time to take a look at this! (If more people seem to experience this...
Looking at https://github.com/paritytech/frontier/tree/master/ts-tests/tests , it looks like Substrate already has pretty good OOTB testing for compatibility for their EVM pallet, and they use web3 and ethers to test as well,...
TBH, everything looks important/comes from EVM except for - deprecated (for obvious reasons) - netapi (not execution specific AFAIK) - precompiles (i dont think we are using any currently, based...