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
## What ❔
- Don't assume NoDA Validium by default, make the config required even
for no DA, that helps avoid misconfiguration issues
- Separate threads in da_dispatcer for `dispatch` and
`poll_for_inclusion`
- Change the default amount of rows that are fetched for dispatching
## Why ❔
To make configuration more resilient and main logic more efficient.
## Checklist
<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->
- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.
0 commit comments