Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temp: revert to bls12_381 #31

Closed
wants to merge 3 commits into from
Closed

temp: revert to bls12_381 #31

wants to merge 3 commits into from

Conversation

moshababo
Copy link
Contributor

Temporarily reverting #11 to unblock integration with zksync-era, currently waiting for #28 signature aggregation issue to be resolve.

@moshababo moshababo marked this pull request as ready for review November 9, 2023 13:56
# Conflicts:
#	node/Cargo.lock
#	node/deny.toml
@moshababo moshababo requested a review from pompon0 as a code owner November 9, 2023 14:09
Comment on lines +2 to +8

use zksync_consensus_crypto::{bls12_381, ByteFmt, Text, TextFmt};
use zksync_consensus_utils::enum_util::Variant;

use crate::validator::messages::{Msg, MsgHash};

use super::{Error, PublicKey, Signature};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We conventionally place uses in a single block; you can run the following command to achieve order them:

cargo fmt -- --config imports_granularity=Crate --config group_imports=One

@brunoffranca @pompon0 I think this was previously mentioned in style.md; or am I misremembering things?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it used to be there

@brunoffranca brunoffranca deleted the switch_to_bls12381 branch November 10, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants