-
Notifications
You must be signed in to change notification settings - Fork 111
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
Implement toUintXX for 64, 96 and 128 bits #25
Conversation
* (WIP) Upgrade to Solidity v0.5.0 (#21) * (refactor) Changed codebase to Solidity v0.5.0 * Style changes * Added `memory` everywhere to bytes and strings * `target.call(data)` now returns a tuple * Adding note about compiler support in the README + typo fix * Replaced the ThrowProxy pattern for a better v0.5.x one ThrowProxy was giving problems while testing with the JS-VM with the Constantinople hard-fork. So I changed the tests to stop using that pattern and use function selectors since that's now a thing. It is cleaner now. * Update package-lock.json * Bump version to v0.0.7 * Bump version in package-lock.json * Update dependency versions * Fix typo in package-lock.json
Just redid some of the bogus data in the tests to match the previous style but other than that LGTM! 😄 Thank you for the contribution @bh2smith! |
I just pointed the PR to the |
Thanks @GNSPS, I believe the conflicts have been resolved appropriately. Is there a release schedule planned for these changes? |
I'm sorry for the delay, @bh2smith!! I'll merge and release right away! 😄 |
Released in both EPM and NPM! 😄 🙌 |
Closes #24
Test Plan: run
truffle test
.