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
In apps/src/lib/node/ledger/shell/mod.rs calls to PoS slash and process_slashes should be switched from error handling with error logging to panics as slashing is a critical system so it's better to shut down in case of an issue. For now, for devnets and testnets stability it's better to just log any errors
The text was updated successfully, but these errors were encountered:
Depends on #892
In
apps/src/lib/node/ledger/shell/mod.rs
calls to PoSslash
andprocess_slashes
should be switched from error handling with error logging to panics as slashing is a critical system so it's better to shut down in case of an issue. For now, for devnets and testnets stability it's better to just log any errorsThe text was updated successfully, but these errors were encountered: