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
The node ends up sending simulation submissions as well as a ping to the reporting service even if its identity check fails.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Use a bad snapshotter address or private key in .env file
Run the node with ./build.sh or ./build-dev.sh
Expected behavior
The node should quit right after failed identity check and not proceed with simulation submissions as well as a ping to the reporting service.
Proposed Solution
As described above.
Caveats
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Describe the bug
The node ends up sending simulation submissions as well as a ping to the reporting service even if its identity check fails.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
.env
file./build.sh
or./build-dev.sh
Expected behavior
The node should quit right after failed identity check and not proceed with simulation submissions as well as a ping to the reporting service.
Proposed Solution
As described above.
Caveats
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: