Isaac Frank

Results 7 comments of Isaac Frank

Same issue with truffle Mine was working perfectly, then I moved the file (deleting the node_modules) folder, and after installing dependencies with yarn and npm, I get the invalid JSON...

After digging through the libraries, I realized the error is raised when a wrong HTTP provider rpc URL is passed, so I dug deeper, and in `@openzeppelin/test-helpers/src/config/web3.js` there's a `setDefaultWeb3Provider`...

> ``` > if (x == 1 || x == 2) { > uint y = doCalc(some1, some0); > emit yCalculated(x, y); // Triggering event > if (x == 2)...

I haven't tested out the library, according to package.json, the request library is being used to query the host. I'd check if it's possible to add a proxy to the...

I just came across this [SO](https://stackoverflow.com/a/49237645) answer, requesting with proxy/user-agent is possible. I do not know when I'd have time to go over this(testing), but if anyone else sees this,...

I tried running it, but unfortunately, indeed doesn't accept visits from Javascript disabled browsers, so there's no way to test it out. Would have to substitute `request` with something else

I pushed a PR #14 Hopefully it gets merged