Closed gjgd closed 5 years ago
It would be nice to support custom attributes, ideally we should be able to create DID Documents that match the spec, except for the the DID method.
https://w3c-ccg.github.io/did-spec/#ex-5-various-public-keys
Any update on this? Being only able to support ethereum keys is a major limiting factor for a DID method, and prevents interoperability, especially with existing services that for the most part do not support secp256k1. @pelle
Is your feature request related to a problem? Please describe. I want to add a RSA 4096 bit public key but cannot because its size makes the transaction go over the transaction gas limit. Example:
Gives the following error:
VM Exception while processing transaction: out of gas
because default transaction gas limit is 90000.Describe the solution you'd like Add the possibility to choose the gas limit for transactions to the registry
Example: Add an optional
gas
parameter forsetAttribute()
, so that a user can increase the transaction gas limit when adding big keys