hyperledger
Here are 791 public repositories matching this topic...
-
Updated
Dec 2, 2021 - Go
-
Updated
Oct 27, 2021
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Nov 12, 2021 - Python
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Dec 16, 2021 - Java
-
Updated
Apr 16, 2019 - C++
-
Updated
Nov 2, 2021 - JavaScript
-
Updated
Dec 15, 2021 - Go
-
Updated
Dec 17, 2021 - Python
-
Updated
Dec 7, 2021 - JavaScript
-
Updated
Oct 23, 2019 - Makefile
-
Updated
Sep 26, 2020
-
Updated
Nov 22, 2021 - Go
-
Updated
Dec 2, 2021 - Python
Our versioned containers implement into_v1, as_v1, as_mut_v1 separately. To make this look more rusty I propose:
- find all instances of
into_v1in the code and replace them with implementation ofFromtrait - find all instances of
as_v1in the code and replace them with implementation ofAsReftrait - find all instances of
as_mut_v1in the code and replace them with implement
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
May 12, 2021 - Python
-
Updated
Aug 30, 2021 - Go
-
Updated
Dec 17, 2021 - Kotlin
-
Updated
Aug 30, 2019 - JavaScript
-
Updated
Aug 25, 2018
Please update the DID Resolver within ACA-Py for "did:sov" to follow the rules as recently updated in the DID Method spec. This means adjusting the returned DIDDoc to exactly what is documented in the DID Method spec for the cases of their being no endpoint ATTRIB, a "current convention" endpoint ATTRIB and support for the defined new convention endpoint ATTRIB.
The PR for the DID Method that hi
-
Updated
Dec 16, 2021 - Shell
-
Updated
Jun 21, 2019
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Apr 21, 2021 - Shell
Improve this page
Add a description, image, and links to the hyperledger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperledger topic, visit your repo's landing page and select "manage topics."
When deploying fabric in enterprise's intranet (without the ability to access internet), users maybe upload chaincode builder images and chaincode runtime images to a private docker registry which requires authentication when pulling images.
I think fabric can support this scenario by adding configuration in
chaincodesection of core.yaml, such as: