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
Attempt to filter bad actors with stringent type checking. There are many nodes submitting ill-formed payloads into the DHT, this attempts to prevent those bad actors from crashing the DHT.
Adds error handling around DHT deserialization. This update is only needed if your node has been crashing when performing the all_gather from the DHT. Some objects were being serialized that were not supported by the nodes, this will skip those objects.
Debug info and instructions for nodes that receive HTTP 400 Error on submit rewards. If encountered, please file a github issue and include the full stacktrace in the issue body.