aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

dealing with InternalError #27

Open aion-camus opened 5 years ago

aion-camus commented 5 years ago

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?

iamyulong commented 5 years ago

This issue is being addressed in PR https://github.com/aionnetwork/aion/pull/720