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

Don't consider profit too low and consistent db err as errors. #202

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dvush
Copy link
Contributor

@dvush dvush commented Oct 1, 2024

📝 Summary

Currently we log errors that can happen normally

  • profit too low (that happens if we don't have enough eth on coinbase yet)
  • consisent db view error (that happens if block that we are building for is proposed)

✅ I have completed the following steps:

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

Copy link

github-actions bot commented Oct 1, 2024

Benchmark results for 1710cda

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/1710cda-c886cf1/report/index.html

Date (UTC) 2024-10-01T16:21:50+00:00
Commit 1710cda69fc092fde52f3ffb67ae9e577e659435
Base SHA c886cf1278e8f12e459adaeaef5f58b12515e8ee

Significant changes

Benchmark Mean Status
MEV-Boost SubmitBlock serialization/JSON encoding -29.13% Performance has improved.

@dvush dvush merged commit dc58de5 into develop Oct 1, 2024
5 checks passed
@dvush dvush deleted the ingore_non_error branch October 1, 2024 17:36
astarinmymind pushed a commit that referenced this pull request Oct 3, 2024
## 📝 Summary

Currently we log errors that can happen normally
* profit too low (that happens if we don't have enough eth on coinbase
yet)
* consisent db view error (that happens if block that we are building
for is proposed)


## ✅ I have completed the following steps:

* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
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.

3 participants