CirclesUBI / circles-mobile

Circles react-native mobile client
GNU Affero General Public License v3.0
7 stars 2 forks source link

error: too many arguments in interface function signup #84

Closed edzillion closed 5 years ago

edzillion commented 5 years ago

[ERROR] 38:07.242 Auth Saga [Error: too many arguments in interface function signup (count=2, expectedCount=1, version=4.0.27)]

I think this line needs to be updated to work with the current contract:

const data = HubContract.interface.functions.signup.encode([senderKeyPair.address, cognitoUser.username])

ana0 commented 5 years ago

This method needs to be changed to relayerSignup

edzillion commented 5 years ago

Ok I now get

[ERROR] 45:42.18 Auth Saga [Error: invalid response - 0]

Which is the same as the (perhaps still blocking) problem before.

ana0 commented 5 years ago

You mean the one you've had since forever?

edzillion commented 5 years ago

yeah :(