You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A contract can go into endless loop, contract exec thread has a timeout. So it's possible that contract fails, there is only one state that possible to come to consensus on in such case - pre-execution state
If there was rollback during contract execution there would be rollback of everything it had changed
Difficult: issues with hash map reorg functions running very long (e.g. collection, anti-dust)
The text was updated successfully, but these errors were encountered:
A contract can go into endless loop, contract exec thread has a timeout. So it's possible that contract fails, there is only one state that possible to come to consensus on in such case - pre-execution state
If there was rollback during contract execution there would be rollback of everything it had changed
Difficult: issues with hash map reorg functions running very long (e.g. collection, anti-dust)
The text was updated successfully, but these errors were encountered: