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

New witness calculation and DA config #431

Conversation

SozinM
Copy link
Collaborator

@SozinM SozinM commented Feb 17, 2025

New witness calculation algo.
DA config.
Reserve space for builder_tx in block_da_size.

Note:
If da_config.max_da_tx_size is too small, execute function of OpBuilder will panic, because it's improssible to insert builder transaction.
estimate_builder_tx_da_size may be a little bit heavy, maybe we could precompute tx size for builder_tx and reuse it

📝 Summary

💡 Motivation and Context


✅ I have completed the following steps:

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

@SozinM SozinM force-pushed the msozin/op-rbuilder/changes-into-1.2.0 branch from 38d29fd to b26aec5 Compare February 18, 2025 05:58
@SozinM
Copy link
Collaborator Author

SozinM commented Feb 18, 2025

Rebased

dvush and others added 3 commits February 19, 2025 16:20
## 📝 Summary

Add builder names to dry run relay.

## 💡 Motivation and Context

<!--- (Optional) Why is this change required? What problem does it
solve? Remove this section if not applicable. -->

---

## ✅ I have completed the following steps:

* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
## 📝 Summary

* makes rbuilder last target -> build by default
* fix docker ARGs

## 💡 Motivation and Context

<!--- (Optional) Why is this change required? What problem does it
solve? Remove this section if not applicable. -->

---

## ✅ I have completed the following steps:

* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
Add DA config to builder
Account for builder_tx in block_da_size.
@SozinM SozinM force-pushed the msozin/op-rbuilder/changes-into-1.2.0 branch from b26aec5 to dcd3364 Compare February 19, 2025 09:20
@SozinM
Copy link
Collaborator Author

SozinM commented Feb 19, 2025

new one #436

@SozinM SozinM closed this Feb 19, 2025
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