Skip to content
#

hyperledger

Here are 805 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
Smart-Contract-Security-Audits
iroha
s8sato
s8sato commented May 20, 2022

Currently I2::Dev::Tests workflow has 2 different testing jobs (tests_with_coverage and integration_tests) and has some duplicated compilation cost.

One solution will be:

  • Replace #[cfg(not(coverage))] with #[no_coverage] on integration modules once #[no_coverage] become stable
  • Remove `integration_t
good first issue iroha2 CI

Improve this page

Add a description, image, and links to the hyperledger 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 hyperledger topic, visit your repo's landing page and select "manage topics."

Learn more