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
-
Deprecate the
public_keys
field in the ConstructionMetadataRequest endpointThe ConstructionMetadataRequest endpoint includes the
public_keys
field, which is optional. Our team is looking to remove this field from the ConstructionMetadataRequest endpoint.Why we want to remove it
public_key
value can use theoptions
field in the ConstructionMetadataRequest endpoint to accomplish this task.Potential risks
public_keys
field is necessary, and updating theoptions
value is not a good option for them.Solution
After removal of the
public_key
field, the the ConstructionMetadataRequest would look like this:public_key
field from ConstructionMetadataRequest.options
.Backward compatible
No
Beta Was this translation helpful? Give feedback.
All reactions