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

Remove mnemonic and readme from chia-bls #567

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Remove mnemonic and readme from chia-bls #567

merged 2 commits into from
Jun 5, 2024

Conversation

Rigidity
Copy link
Contributor

@Rigidity Rigidity commented Jun 5, 2024

This removes the tiny-bip39 wrapper from chia-bls, since it's not necessary for chia-blockchain and it doesn't implement any unique behavior. My go-to for Chia mnemonics is just to use the bip39 crate, with an empty password to generate the seed.

It also removes the README.md file, since it's already covered by https://docs.rs/chia-bls.

@Rigidity Rigidity changed the title Remove mnemonic from chia-bls Remove mnemonic and readme from chia-bls Jun 5, 2024
@Rigidity Rigidity marked this pull request as ready for review June 5, 2024 06:24
@Rigidity Rigidity requested a review from arvidn June 5, 2024 06:24
Copy link

coveralls-official bot commented Jun 5, 2024

Pull Request Test Coverage Report for Build 9379228894

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.09%) to 82.838%

Totals Coverage Status
Change from base Build 9379128546: -0.09%
Covered Lines: 11589
Relevant Lines: 13990

💛 - Coveralls

@Rigidity Rigidity merged commit bfd882c into main Jun 5, 2024
64 of 65 checks passed
@Rigidity Rigidity deleted the remove-mnemonic branch June 5, 2024 20:42
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.

2 participants