-
Notifications
You must be signed in to change notification settings - Fork 244
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
Remove local caching #242
Remove local caching #242
Conversation
All transactions look like unconfirmed now... |
I don't see it on my side... Do they also say pending? Or are they saying confirmed but still displayed in unconfirmed color? |
And generating a new block just to make sure doesn't help I guess? Any idea on how to reproduce or nothing special? |
Also transaction history page became much slower... |
I made a slight change which should make it a bit faster. For me it's now pretty much the same as before, maybe even slightly better (with the last commit), can you please try with that? |
The goal of this PR is mainly performance improvements and bug fixes.
The current Addresses history feature is nice, but it relies on data that is very hard and network costly to retrieve from Bitcoin Core. Since it is not really in the scope of Specter's architecture to be an indexing server, and since this feature seems to be too problematic without such a server, we decided to remove it, at least until we add support for existing indexing servers like Electrum Server.
Changes:
This should resolve: #238 #239