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

Feat: enable default features for coins_bip39 to export default wordlist #309

Merged

Conversation

zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Mar 14, 2024

Motivation

Closes #308

Prevents users from having to import coins_bip39 themselves to use the wordlist, achieving the same user experience as in ether-rs.

#[cfg(feature = "mnemonic")]
pub use coins_bip39;

Solution

Enables default features.

This change is already included as part of #291 but if we decide to move the examples folder out this is required as part of it.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

crates/signer/Cargo.toml Outdated Show resolved Hide resolved
@DaniPopes DaniPopes merged commit 468c3d5 into alloy-rs:main Mar 14, 2024
16 checks passed
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.

[Feature] Enable default features for coins_bip39 to export default wordlist
3 participants