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

Add a trait to abstract the access to the state #37

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

ferranbt
Copy link
Contributor

@ferranbt ferranbt commented Jul 6, 2024

πŸ“ Summary

πŸ’‘ Motivation and Context


βœ… I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

Copy link

github-actions bot commented Aug 23, 2024

Benchmark results for b7b09e1

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/b7b09e1-7f7a5ae/report/index.html

Date (UTC) 2024-08-28T15:47:08+00:00
Commit b7b09e1644594b2f2a96e3d101d9f60c92f84609
Base SHA 7f7a5ae7e127f427050873128e131fb1f80a0736

Significant changes

Benchmark Mean Status
MEV-Boost SubmitBlock serialization/JSON encoding 54.65% Performance has degraded.

@@ -378,80 +372,29 @@ impl Default for Config {
}
}

/// Open reth db and DB should be opened once per process but it can be cloned and moved to different threads.
pub fn create_provider_factory(
Copy link
Contributor Author

@ferranbt ferranbt Aug 28, 2024

Choose a reason for hiding this comment

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

This code was repeated in utils.rs.

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