Replies: 2 comments 7 replies
-
|
Suggest to add a sample of ConstructionMetadataRequest as proposal for enabling public keys in |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Some assets do require a secondary mechanism for identification that requires these public keys. It would become a problem to remove them and since its already an optional field for public keys, the risk factor on leaving it in should be minimal. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deprecate the
public_keysfield in the ConstructionMetadataRequest endpointThe ConstructionMetadataRequest endpoint includes the
public_keysfield, which is optional. Our team is looking to remove this field from the ConstructionMetadataRequest endpoint.Why we want to remove it
public_keyvalue can use theoptionsfield in the ConstructionMetadataRequest endpoint to accomplish this task.Potential risks
public_keysfield is necessary, and updating theoptionsvalue is not a good option for them.Solution
After removal of the
public_keyfield, the the ConstructionMetadataRequest would look like this:public_keyfield from ConstructionMetadataRequest.options.Backward compatible
No
Beta Was this translation helpful? Give feedback.
All reactions