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

Cache Sprout interstitial treestates in memory, so they can be re-used for mempool and block verification #5673

Closed
teor2345 opened this issue Nov 21, 2022 · 1 comment
Labels
A-rpc Area: Remote Procedure Call interfaces A-rust Area: Updates to Rust code A-state Area: State / database changes I-slow Problems with performance or responsiveness

Comments

@teor2345
Copy link
Contributor

teor2345 commented Nov 21, 2022

Motivation

As part of ticket #5376, we'll create sprout interstitial treestates on the fly, to validate mempool transactions:
#5376 (comment)

This could be very slow if there are a lot of Sprout transactions in the state.

Alternatives

This might not be needed if we do #5674.

@teor2345 teor2345 added A-rust Area: Updates to Rust code I-slow Problems with performance or responsiveness P-Optional ✨ A-rpc Area: Remote Procedure Call interfaces A-state Area: State / database changes labels Nov 21, 2022
@teor2345
Copy link
Contributor Author

teor2345 commented Dec 1, 2022

We're unlikely to do this, because sprout is being deprecated.

@teor2345 teor2345 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2022
@mpguerra mpguerra moved this to ✅ Done in Zebra Jan 24, 2023
@mpguerra mpguerra added this to Zebra Jan 24, 2023
@mpguerra mpguerra moved this from ✅ Done to 🛑 Won't Fix in Zebra Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Area: Remote Procedure Call interfaces A-rust Area: Updates to Rust code A-state Area: State / database changes I-slow Problems with performance or responsiveness
Projects
Archived in project
Development

No branches or pull requests

1 participant