intrinsic gas too low while creating identity service
See original GitHub issuei 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"}}'
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
intrinsic gas too low: how to increase gas in Mist?
You can type the gas you want in the blue underlined bit. Just click on it and type.
Read more >32000 "instrinsic gas too low" showing 0 ETH
If I try to send ETH to a friends wallet it displays correctly, but while trying to initialize my wallet it displays zero...
Read more >Failed transaction ('intrinsic gas too low') : r/Metamask - Reddit
11 votes, 13 comments. I get an error message when trying to send funds to another wallet. It reads: Transaction XX failed!
Read more >Ethereum truffle MetaCoin fails with 'intrinsic gas too low'
I ended up changing genesis block gasLimit to "gasLimit": "0x2FEFD800",. config for homestead block to 10 (apparently otherwise there are ...
Read more >Why am I getting "transaction out of gas" errors? - Kaleido Docs
Likely error message: intrinsic gas too low . · Fix: Supply a higher gas amount, or use a client like the Kaleido REST...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This looks like it’s being caused by the schema validation on the return type of the
identityManagerAddService
. It’s likely that I’m wrong but from the looks of it, the call toidentityManagerAddService()
is returningundefined
.@simonas-notcat can you suggest a way to disable the schema check here so that the issue can be further debugged?
Thanks the gas issue is resolved but unfortunatly i am getting this error while creating identity service
Also my requested service looks like this