You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1622 introduced some changes to the ECDSA contract, and made it clear that our test suite for that particular contract is somewhat lacking. We should refactor it so that:
it's easy for users to understand how to use the contract (i.e. how to generate signatures e.g. using web3.eth.sign)
all cases are properly covered (all combinations of valid and invalid s and v values)
The text was updated successfully, but these errors were encountered:
#1622 introduced some changes to the
ECDSA
contract, and made it clear that our test suite for that particular contract is somewhat lacking. We should refactor it so that:web3.eth.sign
)s
andv
values)The text was updated successfully, but these errors were encountered: