koinos / koinos-chain

The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
Other
15 stars 3 forks source link

VM Watchdog #197

Closed mvandeberg closed 3 years ago

mvandeberg commented 4 years ago

EOS-VM has a watchdog timer to terminate after a predetermined amount of time. We should enable it now with some sane maximum to help identify buggy contracts during development.

sgerbino commented 3 years ago

Handled by story #405.