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
Uses xmtp/proto#247
This adds a new field to the payer envelope that prevents a node from
stealing payloads #474
Additionally it gets rid of old AAD validation #463
The bulk of the changeset allows the payer to pick a different node if
the connection to the ideal node has failed. This is obviously not
ideal, because it will keep retrying even if the node is down long term,
but in the short/medium term this is sufficient.
Fixes#474#463
Right now the client hardcodes originatorID to 100, but that code needs to go away.
If I made an edit to the client such as
the payer will fail:
What I suspect is happening is that the payload goes to an unavailable node and the payer doesn't take unavailable nodes into account.
Since the payer is doing the hashing, it needs to be able to rehash if a node is unavailable.
The text was updated successfully, but these errors were encountered: