-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ord wallet balance is extremely slow #3061
Comments
I expected the new wallet to be a bit slower since it gets it's info over RPC but that seems way too slow. Can you try running with Also which version is the I could add async or multithreading to the wallet but didn't do that because that seems like overkill. |
I assume it's a pretty large wallet with many inscriptions? I just ran it on my mainnet wallet with around 100 inscriptions and it went fast. |
@raphjaph Yup, almost 1k inscriptions. |
Before the next release I'll have to work on the wallet performance. I know I'm making a lot of redundant calls. |
I made a new wallet and sent just 6 cardinals to it. Running "ord wallet cardinals" takes 6.2 seconds to return those 6 cardinals. The This is on regtest on my local machine. This:
at the end of
is responsible for 2/3rds of the calls. |
Before:
After:
The text was updated successfully, but these errors were encountered: