You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once upon a time, the JSON fields in the chaincode package metadata.json
were upper case. The peer CLI was written to reflect this fact. When
they were changed to lower-case, the peer CLI was not updated, but
because of the fuzzy JSON matching rules in the golang JSON decoded it
was not noticed. However, for external builders, the inconsistency is
more likely to be noticed as tools like jq etc. may not default to this
same fuzzy case-insensitive matching.
This change simply modifies the peer CLI to encode the metadata fields
as lower case.
Signed-off-by: Jason Yellick <[email protected]>
0 commit comments