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
feat: Lookup for account if it is not found (#757)
## Description
PR adds a feature to look for a not-found account at other clusters.
This PR also fixes bugs in the `url` helper that incorrectly resolve URL
parameters in some cases.
## Type of change
- [x] Bug fix
- [x] New feature
- [ ] Protocol integration
- [ ] Documentation update
- [ ] Other (please describe):
## Screenshots
<img width="1005" height="512" alt="image"
src="https://github.com/user-attachments/assets/f42ba092-abf1-4a03-82d3-67c02940f347"
/>
<img width="787" height="615" alt="image"
src="https://github.com/user-attachments/assets/81afdc31-1b0a-46cb-9a34-a139b590ec44"
/>
Demo
https://github.com/user-attachments/assets/799a992d-3683-486c-bd84-9bba4631df1ehttps://github.com/user-attachments/assets/9d937b0c-aad0-430b-892c-9cbc46568056
Screencasts have increased timeouts to better understand the logic.
## Testing
Testnet > Mainnet:
http://localhost:3000/address/aidexzymD6Ljv4Kf1yRj9iLeLz69MF2NuqJ2BvNdZXd/idl?cluster=testnet
Mainnet > Testnet:
http://localhost:3000/address/G5N6K3qW86GSkNEpywcbJk42LjEZoshzECFg1LNVjSLa
## Related Issues
n/a
## Checklist
- [x] My code follows the project's style guidelines
- [x] I have added tests that prove my fix/feature works
- [x] All tests pass locally and in CI
~- [ ] I have updated documentation as needed~
- [x] CI/CD checks pass
- [x] I have included screenshots for protocol screens (if applicable)
~- [ ] For security-related features, I have included links to related
information~
0 commit comments