I am actually trying to deploy my smartcontracts using @openzeppelin/truffle-upgrades plugin.
I am not able to deploy it even once. There are lots of issues I encountered while deploying actually in Testnets. I am using ETC testnet (Kotti).
Here is my truffle config:
: PollingBlockTracker - encountered an error while attempting to update latest block:
which is then followed by TIMEOUT & SOCKETTIMEOUT.
It is really frustrating. I even tried using stable internet connection and also used VPN. Nothing worked for me.
I have posted this concern in every possible forums including stackoverflow , truffle github etc. I heavily doubt this is something related with truffle and truffle upgrades plugin because with remix its working absolutely fine and I am able to deploy via remix.
await is never an issue.
Yes non-upgradeable won't take much time and it will deploy without any issue. When it comes to the upgradeable one it's taking some time and then issue occurs.