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

Avoid looking for new epoch event in all transactions #15293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

msmouse
Copy link
Contributor

@msmouse msmouse commented Nov 16, 2024

Description

takes about 1% of total execution time.
it's guranteed by BlockSTM that only one transaction can possibly return reconfig and all statuses after it are retries.

How Has This Been Tested?

existing coverage

Type of Change

  • Performance improvement

Which Components or Systems Does This Change Impact?

  • Validator Node

takes about 1% of total execution time.
it's guranteed by BlockSTM that only one transaction can possibly return
reconfig and all statuses after it are retries.
Copy link

trunk-io bot commented Nov 16, 2024

⏱️ 16m total CI duration on this PR
Job Cumulative Duration Recent Runs
rust-move-tests 12m 🟩
rust-cargo-deny 2m 🟩
check-dynamic-deps 44s 🟩
semgrep/ci 33s 🟩
general-lints 29s 🟩
file_change_determinator 12s 🟩
permission-check 3s 🟩
permission-check 2s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

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.

1 participant