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(alloy-providers): additional missing methods #184

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

Evalir
Copy link
Contributor

@Evalir Evalir commented Feb 5, 2024

Motivation

These provider methods were missing.

Solution

Add them.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

let anvil = Anvil::new().spawn();
let provider = Provider::try_from(&anvil.endpoint()).unwrap();
let version = provider.get_client_version().await.unwrap();
assert_eq!(version, "anvil/v0.2.0");
Copy link
Member

Choose a reason for hiding this comment

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

contains("anvil")

@Evalir Evalir merged commit 6d457a5 into main Feb 5, 2024
14 checks passed
@Evalir Evalir deleted the evalir/missing-provider-methods branch February 5, 2024 14:44
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