-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefixed crate names with zksync_consensus_ (#25)
Prefixed crate names with zksync_consensus_ to make the names more scope specific. We cannot afford keeping the generic names we used so far, as this repo will be used in zksync-era now. The exception is zksync_concurrency (not zksync_consensus_concurrency) which is intended to be extracted from this repo eventually.
- Loading branch information
Showing
126 changed files
with
639 additions
and
603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
path: "protobuf" | ||
- uses: mozilla-actions/[email protected] | ||
- name: build test | ||
run: cargo build -p schema --bin conformance_test | ||
run: cargo build -p zksync_consensus_schema --bin conformance_test | ||
working-directory: "this/node" | ||
- name: Cache Bazel | ||
uses: actions/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.