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: sol! contracts #77

Merged
merged 6 commits into from
Jun 8, 2023
Merged

feat: sol! contracts #77

merged 6 commits into from
Jun 8, 2023

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Jun 8, 2023

closes #55

use alloy_sol_types::{sol, SolCall};
use hex_literal::hex;

sol! {
Copy link
Member

Choose a reason for hiding this comment

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

this is very cool

}

// TODO: paths resolution
#[track_caller]
Copy link
Member

Choose a reason for hiding this comment

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

will this be resolved in this PR, or should we file an issue ?

Copy link
Member Author

Choose a reason for hiding this comment

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

no, yes

@DaniPopes DaniPopes merged commit 72d0c81 into main Jun 8, 2023
@DaniPopes DaniPopes deleted the dani/sol-interface branch June 8, 2023 20:12
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.

Add sol! support for contract / interface
2 participants