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

added Tokenizable implementation to most primitive int and uint types #277

Merged
merged 2 commits into from
Oct 29, 2019
Merged

added Tokenizable implementation to most primitive int and uint types #277

merged 2 commits into from
Oct 29, 2019

Conversation

nlordell
Copy link
Contributor

Added implementation of Tokenizable trait to most primitive (u)int rust types as they are also valid solidity types. There is an issue with implementing it for u8 - see note in code. The conflicting trait implementations can be worked around by introducing a second tokenizable trait for types that can be part of (Fixed)Array tokens (so everything except u8).

@nlordell
Copy link
Contributor Author

Not sure why the build is failing on beta and nightly - it is complaining that the build stalled and no output was received for the last 10 minutes. Seems to build on stable though :).

Copy link
Owner

@tomusdrw tomusdrw left a comment

Choose a reason for hiding this comment

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

lgtm, thanks!

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