distributed-ledger
Here are 197 public repositories matching this topic...
-
Updated
Jun 28, 2022 - Go
-
Updated
Jul 6, 2022 - Kotlin
-
Updated
Jan 29, 2022
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Jun 14, 2022 - Python
-
Updated
May 12, 2022 - JavaScript
-
Updated
Jul 7, 2022 - Java
-
Updated
Apr 16, 2019 - C++
-
Updated
Jun 20, 2022 - Go
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 8, 2022 - Go
-
Updated
Jul 4, 2022
-
Updated
Jul 5, 2022 - JavaScript
In Scala codegen, ContractId[T] = T.ContractId. However, in Java codegen, T.ContractId <: ContractId<T> but not vice versa, which means that (cidT: ContractId<T>).exerciseX(...) doesn't work, and ((T.ContractId) cidT) can fail too.
- add a test illustrating this distinction for Java codegen using
illTyped, and that a decoded-from-ValueContractId<T>may not even be `instanceof T
-
Updated
Jul 7, 2022 - TeX
-
Updated
Jul 7, 2022 - Go
-
Updated
Jun 28, 2022 - Go
-
Updated
May 2, 2022 - Java
-
Updated
Jun 23, 2022 - Python
- Blocked by #2378
As mentioned in [this comment] we temporary allow users to send extra bytes, but we print warning message. This was done to help SDK-developers.
After everything is stabilized we have to remove this and return an error every time something with extra bytes was sent
-
Updated
Aug 30, 2019 - JavaScript
-
Updated
Apr 29, 2021 - C++
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Jul 4, 2022 - Java
-
Updated
Feb 11, 2022 - C++
-
Updated
Jun 10, 2022 - Shell
-
Updated
May 18, 2022 - JavaScript
-
Updated
Jul 5, 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: