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

Support the updated EIP2333 (BLS v4) #108

Merged
merged 4 commits into from
Sep 22, 2020
Merged

Support the updated EIP2333 (BLS v4) #108

merged 4 commits into from
Sep 22, 2020

Conversation

CarlBeek
Copy link
Collaborator

@CarlBeek CarlBeek commented Sep 17, 2020

The BLS specifications were updated to v3 (which was backwards compatible with v3 for this EIP) and then BLS v4 which has breaking backwards compatibility of the function hkdf_mod_r. This PR updates EIP2333 to preserve the invariant that the BLS specs' KeyGen implements hkdf_mod_r.

The changes to the EIP can be seen Here: https://github.com/ethereum/EIPs/pull/2985/files

@paulhauner
Copy link

Hey @CarlBeek :) We have this in a PR as well (sigp/lighthouse#1633) and we're wondering if we should be aiming to have this change implemented for Spadina?

Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

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

LGTM

@CarlBeek
Copy link
Collaborator Author

@paulhauner @mratsim I would like to merge this for Spadina. The reason being is that I want as few versions of the old key derivation mechanism out there as possible in the event that people fail to update any key-generation version. In a future improvement to this CLI, I will integrate version checking to make sure that the wrong keys aren't uploaded to the Launchpad, but this doesn't help with keys generated using other sources (eg. clients themselves).

@CarlBeek CarlBeek merged commit 59156d9 into dev Sep 22, 2020
@CarlBeek CarlBeek deleted the eip2333_blsv4 branch September 22, 2020 11:08
bors bot pushed a commit to sigp/lighthouse that referenced this pull request Sep 23, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
paulhauner pushed a commit to sigp/lighthouse that referenced this pull request Sep 26, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
paulhauner pushed a commit to sigp/lighthouse that referenced this pull request Sep 26, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
paulhauner pushed a commit to sigp/lighthouse that referenced this pull request Sep 27, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
paulhauner pushed a commit to sigp/lighthouse that referenced this pull request Sep 28, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
paulhauner pushed a commit to sigp/lighthouse that referenced this pull request Sep 29, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
paulhauner pushed a commit to sigp/lighthouse that referenced this pull request Oct 1, 2020
## Issue Addressed

#1624

## Proposed Changes

Updates to match [EIP-2333](`https://eips.ethereum.org/EIPS/eip-2333`)

## Additional Info

In order to have compatibility with the eth2.0-deposit-cli, [this PR](ethereum/staking-deposit-cli#108) must also be merged
everhusk pushed a commit to earthwallet/earth-wallet-cli that referenced this pull request Aug 3, 2023
Support the updated EIP2333 (BLS v4)
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.

3 participants