You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📝 Summary
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
## 💡 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:
* [x] Run `make lint`
* [x] Run `make test`
* [ ] Added tests (if applicable)
0 commit comments