-
Notifications
You must be signed in to change notification settings - Fork 151
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
Prestwich/dyn sol error #551
Conversation
ba94758
to
5a2e00e
Compare
/// Error selector. | ||
pub(crate) selector: Selector, | ||
/// Error body types. | ||
pub(crate) body: DynSolType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vec<DynSolType>
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DynSolEvent
uses DynSolType
for body. could change both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd rather leave as-is for now
Motivation
Work on bringing dyn-abi up to feature parity with sol-types
Solution
Add
DynSolError
to matchDynSolType
andDynSolEvent
PR Checklist