Replies: 3 comments
-
Related Issue: planetarium/lib9c#1237 |
Beta Was this translation helpful? Give feedback.
-
How about providing all evaluations of the block through |
Beta Was this translation helpful? Give feedback.
-
In the Ethereum implementation, it called ref:
To achieve it, it should apply transaction one by one instead of |
Beta Was this translation helpful? Give feedback.
-
When
InvalidBlockStateRootHashException
occurs when executing a block, the node cannot move past that block.In this case, the general way to fix this issue is to:
InvalidBlockStateRootHashException
.Unfortunately, both methods take a long time to execute.
Would it be possible to request AEV from other nodes and use that as the block evaluation result and move on to the next block?
Beta Was this translation helpful? Give feedback.
All reactions