Liron Hayman

Results 4 comments of Liron Hayman

I also encountered this issue. I'm working on a fix for this. I think in the meantime the read_timeout parameter should be removed. It is confusing for users who set...

I can leave details `npm install -g truffle` `truffle version` Output: Truffle v5.1.41 (core: 5.1.41) Solidity v0.5.16 (solc-js) Node v14.4.0 Web3.js v1.2.1 `truffle unbox tutorialtoken` Then when I compile, I...

OK the following two changes made it work for me: Firstly, make sure that you are not using the latest version of openzeppelin-solidity For example, install version 2.x `npm install...

@pynchmeister please let me know if these helps you