-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FabricTable utility methods (#20332)
* Add FabricTable utility methods The fabric table lacks an interface to lookup fabric index based upon the fully-qualified <root CA public key, fabric ID> identity. It also lacks an interface to extract the local node CATs for a given fabric. Add these. Testing: unit tests for the new utility methods have been added. * Per Justin Wood, s/Cats/CATs * Per tcarmelveilleux, remove duplicate FindFabric getter * per tcarmelveilleux, remove unused variables * per tcarmelveilleux, replace do { break } while(0) with early return * per tcarmelveilleux, add TODO to test FetchCATs with NOCs that actually contain them
- Loading branch information
1 parent
2d695d9
commit 1410724
Showing
3 changed files
with
141 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters