zigbee-alliance / distributed-compliance-ledger

DCL is a public permissioned ledger framework for certification of device models. The ledger is based on Cosmos SDK and CometBFT (Tendermint).
Apache License 2.0
89 stars 44 forks source link

VID field for PAI certificates #583

Closed ashcherbakov closed 3 months ago

ashcherbakov commented 4 months ago

VID scoped PAIs certificates don't fill in the VID field (https://github.com/zigbee-alliance/distributed-compliance-ledger/blob/master/proto/zigbeealliance/distributedcomplianceledger/pki/certificate.proto#L26)

Needs to be fixed, see https://github.com/zigbee-alliance/distributed-compliance-ledger/blob/master/x/pki/keeper/msg_server_add_x_509_cert.go#L90

ashcherbakov commented 3 months ago

PR: https://github.com/zigbee-alliance/distributed-compliance-ledger/pull/585