Victor Naumik

Results 5 comments of Victor Naumik

I assume there's no option of connecting to a locally installed Ganache either?

Is there a Warning already? I think many people are tricked with "0.8.0 is safe with overflows" and are assuming that conversions also should revert if the number overflows the...

Seems like it wasn't fixed yet... When passing `address(0)` to all immutable arguments - it gets `contractName` correctly, but with real values I still get `null`

Should we update to `Solidity v0.4.23`? Cause now there's also a warning about the constructor() function.

Currently it fails with `Error: Cannot get api.*.js id` on: ``` // get api.*..js from html // the format is `api:"9eacf99",` const apiJsId = htmlText.match(/api:"([^"]+)",/); Deno.writeTextFileSync("log.html", htmlText); if (apiJsId ===...