Vijay Selvaraj
Vijay Selvaraj
#### Problem * Chip-tool static library (which gathers all common sources) does not include PairingCommand.cpp. #### Change overview * Make chip-tool static-library recipe include PairingCommand.cpp #### Testing * Tested commissioning...
Recently added Test-Net PAAs and Main-Net PAAs were not available in the Trust store. This PR adds the missing PAAs.
Added an interface for revocation checks to DeviceAttestationVerifier. Reference: Issue https://github.com/project-chip/connectedhomeip/issues/26430
#### Testing ``` $ gn gen --check out/host/ $ ninja -C out/host/ src/controller/tests:tests_run ```
#### Summary Implement Joint Fabric DataStore Sync #### Related issues Addresses Issue: https://github.com/project-chip/connectedhomeip/issues/40592. #### Testing Verified using the below instructions. ``` $ gn gen --check out/host/ --args='chip_device_config_enable_joint_fabric=true' $ ninja -C...