zksync-era
zksync-era copied to clipboard
feat: add docs for Dal
What ❔
add docs and diagrams for dal.
Why ❔
Easier to understand data workflow managed in DAL. Easier to debug. Easier to maintain and add features for guys who wanna leverage the power of zkStack.
- https://github.com/matter-labs/zksync-era/issues/954
Checklist
- [ ] 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
zk fmtandzk lint. - [ ] Spellcheck has been run via
zk spellcheck. - [ ] Linkcheck has been run via
zk linkcheck.
@perekopskiy Hi, I've updated some of feedbacks. Please have a view
Please run
zk fmtto format added files
It's done