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(meta): add essentials to default features #1904

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yash-atreya
Copy link
Member

@yash-atreya yash-atreya commented Jan 9, 2025

Motivation

Currently, the meta crate doesn't enable full feature by default which contains features that give access to the provider and contract API.

Solution

Added a new essentials feature and enabled it by default.

essentials = ["contract", "provider-http", "rpc-types", "signer-local"]

Note: Users that don't require all of the above, should use default-features = false and selectively add features to features = [] in their Cargo.toml.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@yash-atreya yash-atreya marked this pull request as draft January 9, 2025 14:26
@yash-atreya yash-atreya changed the title feat(meta): add full to default features feat(meta): add essentials to default features Jan 10, 2025
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.

1 participant