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
A stake is created, the node picks it up and try to enroll (if recurring_enrollment is enabled);
The stake might get destroyed, and another one created, and the node will pick it up, too;
At any point, the node might establish connections, meaning it can be seen from different clients with different, potentially outdated, stakes.
Currently there is no way to re-negotiate a connection (re-do the 'handshake'), nor is there a clean way to tear-down all connections and restart them.
The text was updated successfully, but these errors were encountered:
To do this, we might have to dig into both the RPC client and Vibe.d.
It's acceptable to only implement it for the RPC client for now if necessary, but it will need to also work with Localrest.
It is possible for one of our peers to change stake:
agora/source/agora/node/Validator.d
Lines 337 to 339 in 14459dd
For example, in the following set of events:
recurring_enrollment
is enabled);At any point, the node might establish connections, meaning it can be seen from different clients with different, potentially outdated, stakes.
Currently there is no way to re-negotiate a connection (re-do the 'handshake'), nor is there a clean way to tear-down all connections and restart them.
The text was updated successfully, but these errors were encountered: