mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
This patch aims to refactor the test-network in several aspects, following the decoupling of the fabric-tools image from fabric-samples. - Rename 'test_network_home' env var to 'TEST_NETWORK_HOME' - Dedicate the intermediate artifacts related to configtx to channel-artifacts - Refer to core.yaml in fabric-samples/config, similar to org1 and 2, instead of adding a new core file - Remove unnecessary functions and comments for CLI container - Other minor modifications Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
15 lines
368 B
Text
15 lines
368 B
Text
/channel-artifacts/*.tx
|
|
/channel-artifacts/*.block
|
|
/ledgers
|
|
/ledgers-backup
|
|
/channel-artifacts/*.json
|
|
/channel-artifacts/*.pb
|
|
/org3-artifacts/crypto-config/*
|
|
organizations/fabric-ca/ordererOrg/*
|
|
organizations/fabric-ca/org1/*
|
|
organizations/fabric-ca/org2/*
|
|
organizations/ordererOrganizations/*
|
|
organizations/peerOrganizations/*
|
|
system-genesis-block/*
|
|
*.tar.gz
|
|
log.txt
|