Kallol Borah

Results 5 comments of Kallol Borah

I am facing the same issue. My project has 10 contracts and a couple of them are fairly complex and I haven’t been able to deploy them on any of...

@jmonteer here they are https://github.com/verified-network/via-issuer/blob/master/package.json, and https://github.com/verified-network/via-issuer/blob/master/truffle-config.js

@eggplantzzz thanks for checking this out. I did try with different connections. I tried again just now with one with a 20 Mbps upload speed but I see that it...

also fyi @eggplantzzz this is what I get ``` C:\Engineering\Via\via-issuer\node_modules\request\request.js:848 var e = new Error('ETIMEDOUT') ^ Error: PollingBlockTracker - encountered an error while attempting to update latest block: Error: ETIMEDOUT...

I finally could migrate my project to ropsten. I changed to using web sockets, and set a 'networkCheckTimeout' attribute to the ropsten network in truffleconfig and it worked. Without networkCheckTimeout,...