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
When an NFD name (e.g. nocash.algonautog.algo) is entered into an address form field, the name should be looked up to retrieve the "deposit account" for that NFD name.
Thoughts
No attempts to lookup an NFD name until field value ends with ".algo"
If field value ends with ".algo", lookup requests should be debounced (500-800ms?) and form validation skipped for that field
If value does not end with ".algo", then it should be treated as an attempt to enter an address
Resolved address from NFD lookup is displayed below the field's input box
Add setting to disable NFD lookup?
NFD lookup disabled for custom node configuration because the node network cannot be reliably determined solely based on node configuration and it is a hassle to make an extra algod request to find out.
When an NFD name (e.g. nocash.algonautog.algo) is entered into an address form field, the name should be looked up to retrieve the "deposit account" for that NFD name.
Thoughts
Resources
The text was updated successfully, but these errors were encountered: