daostack / arc.js_legacy

This repository is deprecated
GNU General Public License v3.0
28 stars 14 forks source link

Provide config setting for adjusting truffle's timeout waiting for mined transactions #247

Open dkent600 opened 6 years ago

dkent600 commented 6 years ago

Provide config setting for globally adjusting truffle's timeout waiting for mined transactions.

In Utils.requireContract we can do for every contract:

contract.constructor.synchronization_timeout=[number in seconds] where 0 means no timeout

orenyodfat commented 6 years ago

arc.js should wait to tx via web3 and not via truffle .