hyperledger
Here are 806 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Go
-
Updated
Jan 29, 2022
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Jan 31, 2022 - Python
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Feb 21, 2022 - Java
-
Updated
Apr 16, 2019 - C++
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Mar 4, 2022 - Go
-
Updated
Feb 26, 2022 - Python
When a constant used by fabric-sdk-node is defined as an environment variable of OS and the value is boolean or number, it will not be parsed properly and will be treated as string value, and the constant will not be reflected.
For example, constant "DISCOVERY_AS_LOCALHOST = false" is defined, "false" is treated as string not boolean, so the behavior is the same as when "DISCOVERY_AS_LOCALHOST =
-
Updated
Sep 26, 2020
-
Updated
Oct 23, 2019 - Makefile
-
Updated
Feb 1, 2022 - Go
-
Updated
Jan 18, 2022 - Python
-
Updated
Feb 20, 2022 - JavaScript
An unhandled custom rejection returns 500 ISE.
https://docs.rs/warp/latest/warp/reject/fn.custom.html
So every torii::Error case should be converted into explicit response in iroha_core::torii::routing::handle_rejection.
Remark that torii::Error has already impl Reply
-
Updated
May 12, 2021 - Python
-
Updated
Feb 5, 2022
-
Updated
Dec 17, 2021 - Go
-
Updated
Mar 4, 2022 - Kotlin
The tails file location after publishing a credential definition is not considering the white spaces in revocation tags, which leads to fail in uploading tails file but publishes the credential definition on the ledger
-
Updated
Aug 30, 2019 - JavaScript
-
Updated
Mar 3, 2022 - Shell
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Jun 21, 2019
-
Updated
Feb 28, 2022 - 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: