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

chore: transactions gas estimation cache #2780

Closed
wants to merge 1 commit into from
Closed

Conversation

mfrankovi
Copy link
Contributor

Cache transaction gas estimation to avoid multiple estimations for same transaction.

@mfrankovi mfrankovi requested a review from MatusKysel June 12, 2024 08:29
@@ -234,12 +234,17 @@ class TransactionManager : public std::enable_shared_from_this<TransactionManage
// Transactions can be in one of three states:
// 1. In transactions pool; 2. In non-finalized Dag block 3. Executed
mutable std::shared_mutex transactions_mutex_;
mutable std::shared_mutex gas_estimations_mutex_;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for this ExpirationCacheMap is threadsafe

@MatusKysel MatusKysel closed this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants