Skip to content

[consensus] Migrate to Codec#675

Closed
patrick-ogrady wants to merge 74 commits into
mainfrom
consensus-codec
Closed

[consensus] Migrate to Codec#675
patrick-ogrady wants to merge 74 commits into
mainfrom
consensus-codec

Conversation

@patrick-ogrady
Copy link
Copy Markdown
Contributor

@patrick-ogrady patrick-ogrady commented Apr 1, 2025

Resolves: #444
Replaces: #462


/// An element of a group.
pub trait Element: Clone + Eq + PartialEq + Send + Sync {
pub trait Element: Clone + Eq + PartialEq + Send + Sync + Codec + SizedCodec {
Copy link
Copy Markdown
Collaborator

@BrendanChou BrendanChou Apr 2, 2025

Choose a reason for hiding this comment

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

I created #679

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.

[consensus] Emit Nullify and Nullification Proofs

2 participants