Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Fixed ecc tests (except --ringsig) by adding uint256 type annotations#108

Open
lionello wants to merge 1 commit intoethereum:masterfrom
enumatech:signed
Open

Fixed ecc tests (except --ringsig) by adding uint256 type annotations#108
lionello wants to merge 1 commit intoethereum:masterfrom
enumatech:signed

Conversation

@lionello
Copy link

Tests were failing in the ABI check when encoding the arguments to ecrecover: the hash value starts with 0xf, resulting in a negative int256. Changing the type to uint256 (including a few other changes) makes the ABI checks happy.

@lionello lionello changed the title Fixed --ecrecover tests by adding some uin256 type annotations Fixed ecc tests (except --ringsig) by adding uin256 type annotations Sep 13, 2016
@lionello lionello changed the title Fixed ecc tests (except --ringsig) by adding uin256 type annotations Fixed ecc tests (except --ringsig) by adding uint256 type annotations Sep 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments