aion_fastvm
aion_fastvm copied to clipboard
dealing with InternalError
I consider that when VM returns InternalError, such as OutOfMemory .etc, this node is under unreliable state. But in Java kernel, we just marked transaction as Failure.
Whether it is better to shutdown this node?
This issue is being addressed in PR https://github.com/aionnetwork/aion/pull/720