-
Notifications
You must be signed in to change notification settings - Fork 132
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
intrinsic gas too low while creating identity service #255
Comments
You can configure gas for the identity provider: https://github.com/uport-project/daf/blob/beta/__tests__/localAgent.test.ts#L109 or pass gas value as part of method arguments: https://github.com/uport-project/daf/blob/beta/docs/api/daf-core.iidentitymanageraddserviceargs.md
|
Thanks the gas issue is resolved but unfortunatly i am getting this error while creating identity service
Also my requested service looks like this
|
This looks like it's being caused by the schema validation on the return type of the @simonas-notcat can you suggest a way to disable the schema check here so that the issue can be further debugged? |
@HamzaBinSarfraz can you try again using version [7.0.0-beta.47] and see if you make progress? |
Yeah this issue is resolved, thanks @mirceanis @simonas-notcat |
i am trying to create identity service by using identityManagerAddService using did:ethr:rinkeby DID, but get the following error
[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32000,"message":"intrinsic gas too low"}}'
The text was updated successfully, but these errors were encountered: