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

Implement memoization interface for transaction validation #4852

Open
lehins opened this issue Jan 22, 2025 · 0 comments
Open

Implement memoization interface for transaction validation #4852

lehins opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
💳 technical-debt Issues related to technical debt we introduced performance

Comments

@lehins
Copy link
Collaborator

lehins commented Jan 22, 2025

There are some aspects of a transaction that are redundantly computed multiple times during transaction validation (eg. scriptsNeeded) as well as during second revalidation during the process of extracting transactions from the mempool and placing them into a block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💳 technical-debt Issues related to technical debt we introduced performance
Projects
None yet
Development

No branches or pull requests

1 participant