22 releases (9 breaking)

new 0.10.0 Apr 16, 2025
0.9.0 Mar 5, 2025
0.8.0 Jan 20, 2025
0.7.0 Dec 16, 2024
0.1.0-rc.4 Jul 24, 2024

#12 in #zk-sync

Download history 463/week @ 2024-12-25 1590/week @ 2025-01-01 3296/week @ 2025-01-08 3053/week @ 2025-01-15 2031/week @ 2025-01-22 1360/week @ 2025-01-29 2521/week @ 2025-02-05 2118/week @ 2025-02-12 1929/week @ 2025-02-19 2705/week @ 2025-02-26 3466/week @ 2025-03-05 3207/week @ 2025-03-12 3496/week @ 2025-03-19 2687/week @ 2025-03-26 2561/week @ 2025-04-02 2578/week @ 2025-04-09

12,162 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

1.5MB
28K SLoC

zkSync Era Consensus Layer

This repo implements the consensus algorithm for the era blockchain. We implement all the necessary components for a set of sequencers to reach consensus over blocks (which right now are represented just as binary blobs). In the future, this codebase will also be capable of running full nodes and, after we integrate with the rest of the server, of reaching consensus over real blocks.

Knowledge Index

The following questions will be answered by the following resources:

Question Resource
What is the logical project structure and architecture? architecture.md
How can I run the project? launch.md
What is the style guide to contribute to this repo? style.md

Policies

License

zkSync Era is distributed under the terms of either

at your option.


lib.rs:

Library files for the executor. We have it separate from the binary so that we can use these files in the tools crate.

Dependencies

~31–44MB
~858K SLoC