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
Is your feature request related to a problem? Please describe.
Building on #4857, now that we have a basic implementation of Noble forwarding address registration, they should be rotated automatically on use.
Describe the solution you'd like
We can keep this simple and use the existing work from #4857 to implement speculative registration:
To figure out the next sequence number, assuming the view service doesn't have it available, submit a register tx starting at index 0 until you get a "account doesn't exist" error, this is the next one in the sequence.
To poll: submit the register tx repeatedly until you get the "successfully registered" message instead of the "doesn't exist" error.
For now, the sequence number should be stored in the view service. We can figure out how to expose it to Prax later.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Building on #4857, now that we have a basic implementation of Noble forwarding address registration, they should be rotated automatically on use.
Describe the solution you'd like
We can keep this simple and use the existing work from #4857 to implement speculative registration:
To figure out the next sequence number, assuming the view service doesn't have it available, submit a register tx starting at index 0 until you get a "account doesn't exist" error, this is the next one in the sequence.
To poll: submit the register tx repeatedly until you get the "successfully registered" message instead of the "doesn't exist" error.
For now, the sequence number should be stored in the view service. We can figure out how to expose it to Prax later.
The text was updated successfully, but these errors were encountered: