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
Currently .chain names are updated via a regular interval. It would be great to update them as needed to respond to immediate changes. There is a chain listener already in place in the backend. It would need to be extended to listen to claim tx as well and updating the cache accordingly.
This unfortunately can not fully replace the interval refresh as we will need to deal with expiring names too but this will be a separate issue.
Additionally test cases would need to be written to cover the added changes.
Currently
.chain
names are updated via a regular interval. It would be great to update them as needed to respond to immediate changes. There is a chain listener already in place in the backend. It would need to be extended to listen to claim tx as well and updating the cache accordingly.This unfortunately can not fully replace the interval refresh as we will need to deal with expiring names too but this will be a separate issue.
Additionally test cases would need to be written to cover the added changes.
Starting points:
The text was updated successfully, but these errors were encountered: