-
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.
Support for dynamic attester committee (#175)
It will support collecting votes for a single batch for now. I've extended the rpc to support both pushing and pulling the votes (with dynamic committee we cannot really collect future votes). I've reworked the API to concentrate the api surface in one place. I've also moved the rpc registry from rust code to protobuf enum to make enforcing compatibility easier. I'll prepare a corresponding PR in zksync-era before merging to make sure that the integration is smooth e2e. --------- Co-authored-by: Akosh Farkash <[email protected]>
- Loading branch information
Showing
39 changed files
with
998 additions
and
1,643 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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.