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: add alloy prelude crate #203

Merged
merged 4 commits into from
Feb 14, 2024
Merged

feat: add alloy prelude crate #203

merged 4 commits into from
Feb 14, 2024

Conversation

DaniPopes
Copy link
Member

No description provided.

crates/alloy/Cargo.toml Outdated Show resolved Hide resolved
pub use alloy_providers::*;

// TODO: provider type aliases
// #[cfg(feature = "provider-http")]
Copy link
Member

Choose a reason for hiding this comment

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

tbd in this pr?

Copy link
Member Author

Choose a reason for hiding this comment

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

don't really know how to hook it up, and it will change later with network abstraction

Comment on lines +162 to +170
// TODO: Enable on next alloy-core release.
/*
/// [`sol!`](sol_types::sol!) macro wrapper to route imports to the correct crate.
///
/// See [`sol!`](sol_types::sol!) for the actual macro documentation.
#[cfg(all(not(doc), feature = "sol-types"))]
#[doc(hidden)]
#[macro_export]
macro_rules! sol {
Copy link
Member Author

Choose a reason for hiding this comment

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

@DaniPopes DaniPopes merged commit ff0b65d into main Feb 14, 2024
14 checks passed
@DaniPopes DaniPopes deleted the dani/alloy-crate branch February 14, 2024 05:35
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.

4 participants