distributed-ledger
Here are 196 public repositories matching this topic...
-
Updated
Apr 11, 2022 - Go
Currently there seem to be 3 options for testing Corda:
- MockNetwork
- Driver DSL
- Manually start a network then run tests
The MockNetwork is useful for testing flows but it doesn't implement an RPC interface so you can't use it in your Spring REST API tests.
The Driver DSL has an RPC interface but all the work appears to have to be done in the dsl closure which means you can't get
-
Updated
Jan 29, 2022
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
May 3, 2022 - Python
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Mar 29, 2022 - Java
-
Updated
Apr 16, 2019 - C++
-
Updated
Apr 28, 2022 - Go
-
Updated
Apr 22, 2022 - Python
-
Updated
May 2, 2022 - Go
-
Updated
May 3, 2022 - JavaScript
We generate templates with the Template parent class; one could be added for generated records and variants as well. At the moment this would only include toValue (which is slightly different for each); the record one would become the parent of Template (see #13765).
-
Updated
Apr 23, 2022
-
Updated
May 3, 2022 - TeX
-
Updated
Apr 29, 2022 - Go
-
Updated
Apr 14, 2022 - Go
-
Updated
May 2, 2022 - Java
-
Updated
Apr 8, 2022 - Python
Right now client/build.rs uses cargo to run cargo fmt. This approach can cause cargo recursion problem (cargo doesn't like to be invoked multiple times from it self) especially when using cargo lints. So we need to use rustfmt instead of cargo fmt.
To replace cargo build inside this script we need to do more work and that's gonna be in another issue
-
Updated
Aug 30, 2019 - JavaScript
-
Updated
Apr 29, 2021 - C++
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Feb 11, 2022 - C++
-
Updated
Mar 24, 2022 - Java
-
Updated
May 3, 2022 - Shell
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
May 3, 2022 - C#
-
Updated
Jul 21, 2020 - Java
Improve this page
Add a description, image, and links to the distributed-ledger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-ledger 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: