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

[Merged by Bors] - Update tiny-bip39 dependency to one implementing zeroize #1701

Closed

Conversation

realbigsean
Copy link
Member

Issue Addressed

Resolves #1130

Proposed Changes

Use the sigp fork of tiny-bip39, which includes Zeroize for Mnemonic and Seed

Additional Info

N/A

@realbigsean realbigsean marked this pull request as ready for review October 1, 2020 22:48
@paulhauner paulhauner added the A0 label Oct 2, 2020
Copy link
Member

@paulhauner paulhauner left a comment

Choose a reason for hiding this comment

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

Mmm, deliciously easy to review.

I've made an issue to track this forked repo at #1704.

bors r+

@paulhauner paulhauner added the ready-for-merge This PR is ready to merge. label Oct 2, 2020
bors bot pushed a commit that referenced this pull request Oct 2, 2020
## Issue Addressed

Resolves #1130

## Proposed Changes

Use the sigp fork of tiny-bip39, which includes `Zeroize` for `Mnemonic` and `Seed`

## Additional Info
N/A
@bors bors bot changed the title Update tiny-bip39 dependency to one implementing zeroize [Merged by Bors] - Update tiny-bip39 dependency to one implementing zeroize Oct 2, 2020
@bors bors bot closed this Oct 2, 2020
paulhauner pushed a commit that referenced this pull request Oct 3, 2020
## Issue Addressed

Resolves #1130

## Proposed Changes

Use the sigp fork of tiny-bip39, which includes `Zeroize` for `Mnemonic` and `Seed`

## Additional Info
N/A
bors bot pushed a commit that referenced this pull request Oct 4, 2020
## Issue Addressed

- Resolves #1705

## Proposed Changes

Cleans up some of my TODOs in the code base.

- Adds link to issue in this repo for BLST `unsafe` block.
- Confirms that the `nextaccount` field *is* required on an EIP-2386 wallet.
    - Reference: https://github.com/mcdee/EIPs/blob/master/EIPS/eip-2386.md#json-schema
- Removes TODO about Zeroize on bip39 that was resolved in #1701 
- Removes a TODO about an early randao reveal since we use the slot clock to generate the reveal: https://github.com/sigp/lighthouse/blob/c4bd9c86e6bf23dd66bde150ef85e08caa5e4826/validator_client/src/block_service.rs#L212-L220

## Additional Info

NA
bors bot pushed a commit that referenced this pull request Oct 5, 2020
## Issue Addressed

- Resolves #1705

## Proposed Changes

Cleans up some of my TODOs in the code base.

- Adds link to issue in this repo for BLST `unsafe` block.
- Confirms that the `nextaccount` field *is* required on an EIP-2386 wallet.
    - Reference: https://github.com/mcdee/EIPs/blob/master/EIPS/eip-2386.md#json-schema
- Removes TODO about Zeroize on bip39 that was resolved in #1701 
- Removes a TODO about an early randao reveal since we use the slot clock to generate the reveal: https://github.com/sigp/lighthouse/blob/c4bd9c86e6bf23dd66bde150ef85e08caa5e4826/validator_client/src/block_service.rs#L212-L220

## Additional Info

NA
@realbigsean realbigsean deleted the tiny-bip-dependency-update branch November 21, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bip39 crate doesn't use zeroize
2 participants