-
Notifications
You must be signed in to change notification settings - Fork 9
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 support for payable address #18
base: publish
Are you sure you want to change the base?
Conversation
Those who want to use solidity-coverage with solidity 0.5 immediately can get the build parser file from https://raw.githubusercontent.com/maxsam4/solidity-parser/solidity-0.5/build/parser.js and replace the one in your node modules. The above file combines this PR and #17 |
How do we get someone with access to merge this to review? |
@wysenynja it appears the only one with write access is @cgewecke who hasn't been active for months. I dropped him an email but he hasn't responded |
Fixed parsing of uint256[] memory yolo = abi.decode(_world, ( |
Added support for payable address. Added test case as well.
props to @duaraghav8 for the original fix in solparse.