Skip to content
#

distributed-ledger

Here are 197 public repositories matching this topic...

fabric
Alex-duzhichao
Alex-duzhichao commented Nov 3, 2021

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 chaincode section of core.yaml, such as:

chaincode:
    registry:
        
good first issue
S11001001
S11001001 commented Jun 29, 2022

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-Value ContractId<T> may not even be `instanceof T
component/java-ecosystem good first issue team/app-runtime
iroha
Arjentix
Arjentix commented Jun 22, 2022
  • 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

good first issue iroha2 api-changes Refactor

Improve this page

Add a description, image, and links to the distributed-ledger topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more