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
On certain machines, the wasm compiler that is used isn't supported. Currently, the failure to compile wasm is only detected the first time a tx with wasm is sent to the ledger. Furthermore, the compilation error leads the validator to reject the state changes and thus its state diverges from other validators.
To mitigate this issue, on startup, validators should attempt to compile wasm to ensure it is supported on their machine.
The text was updated successfully, but these errors were encountered:
On certain machines, the wasm compiler that is used isn't supported. Currently, the failure to compile wasm is only detected the first time a tx with wasm is sent to the ledger. Furthermore, the compilation error leads the validator to reject the state changes and thus its state diverges from other validators.
To mitigate this issue, on startup, validators should attempt to compile wasm to ensure it is supported on their machine.
The text was updated successfully, but these errors were encountered: