-
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
feat: improve macros #7
Conversation
"{}({}){}", Self::NAME, types.join(","), | ||
tails.join("") | ||
) | ||
fn encode_type() -> Cow<'static, str> { |
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.
good change ty
type TokenType: TokenType; | ||
|
||
/// The name of the type in solidity | ||
fn sol_type_name() -> RustString; |
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.
good change
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.
let's keep the tuple impls at 20 to match current ethers behavior
Doc tests broken as well
|
e0d9dc4
to
678e31a
Compare
Do more stuff at compile time