The Wayback Machine - https://web.archive.org/web/20220322055522/https://github.com/topics/fabric
Skip to content
#

fabric

fabricmc logo

Fabric is a lightweight, experimental modding toolchain for Minecraft.

Here are 1,440 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:
        
takayuki-nagai
takayuki-nagai commented Feb 22, 2022

In "fabric-sdk-node/fabric-network/lib/transaction.js"(L178-L182) of fabric-sdk-node v1.4, timeout value of sendTransactionProposal() is calculated and specified. When "request-timeout" designated in config/default.json is smaller than "commitTimeout", request-timeout is overwritten by commitTimeout.

But I think,

  • timeout value of sendTransactionProposal() means time from "sending endors

Created by FabricMC Contributors

Released December 20, 2018

Organization
FabricMC
Website
fabricmc.net

Related Topics

minecraft minecraft-mod