Skip to content

feat: implement eth2util/signing helper#319

Open
PoulavBhowmick03 wants to merge 1 commit intomainfrom
poulav/signer
Open

feat: implement eth2util/signing helper#319
PoulavBhowmick03 wants to merge 1 commit intomainfrom
poulav/signer

Conversation

@PoulavBhowmick03
Copy link
Copy Markdown
Collaborator

Closes #168

}
}

async fn get_genesis(client: &EthBeaconNodeApiClient) -> Result<(Version, Root)> {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think these functions should located in eth2api instead of signing

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

With that, the signing here is closer to charon's signing. Also make the code can be reuse on other places.

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.

Implement eth2util/signing

2 participants