Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make wallet address look up cached #1143

Open
nplasterer opened this issue Oct 16, 2024 · 0 comments
Open

Make wallet address look up cached #1143

nplasterer opened this issue Oct 16, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@nplasterer
Copy link
Contributor

Right now anytime we go from inbox id to address or vice versa we hit the network. Since these will change in frequently and we call them often it should just be mostly a local lookup.

Lets add a refresh param similiar to how inboxState works to the existing method to see if the user wants to fetch from the network or local.

@nplasterer nplasterer added the good first issue Good for newcomers label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant