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-type-parser): parse and expand custom errors and functions #24

Merged
merged 13 commits into from
May 12, 2023

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented May 5, 2023

No description provided.

@DaniPopes DaniPopes requested a review from prestwich May 5, 2023 22:25
@DaniPopes DaniPopes marked this pull request as ready for review May 8, 2023 18:42
@DaniPopes DaniPopes changed the title [WIP] feat: parse custom errors and functions in sol macro feat(sol-type-parser): parse and expand custom errors and functions May 8, 2023
abi/src/types/call.rs Outdated Show resolved Hide resolved
};

#[derive(Clone, Default, PartialEq, Eq)]
pub struct Parameters<P>(Punctuated<VariableDeclaration, P>);
Copy link
Member

Choose a reason for hiding this comment

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

ah nice

Copy link
Member

@prestwich prestwich left a comment

Choose a reason for hiding this comment

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

this PR is dope.

@prestwich prestwich merged commit bf6b44a into main May 12, 2023
@DaniPopes DaniPopes deleted the dani/more-sol branch May 12, 2023 20:46
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.

2 participants