-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CE-63] Update fabric-1.0 compose file
1.Support latest images include 1.0.0-rc1 (https://hub.docker.com/r/yeasy/) 2.Using businesschannel and TLS 3.Mostly move from https://github.com/yeasy/docker-compose-files Change-Id: I4989be4c2add553b0e53a7b8522c0d54ea7e02cf Signed-off-by: qiang0723 <wqiang0723@gmail.com>
- Loading branch information
Showing
233 changed files
with
3,335 additions
and
1,278 deletions.
There are no files selected for viewing
Empty file.
Binary file modified
BIN
+12 Bytes
(100%)
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/Org1MSPanchors.tx
Binary file not shown.
Binary file modified
BIN
+12 Bytes
(100%)
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/Org2MSPanchors.tx
Binary file not shown.
Binary file added
BIN
+9.62 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_0.block
Binary file not shown.
Binary file added
BIN
+11.5 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_1.block
Binary file not shown.
Binary file added
BIN
+11.5 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_2.block
Binary file not shown.
Binary file added
BIN
+5.42 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_3.block
Binary file not shown.
Binary file added
BIN
+4.88 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_4.block
Binary file not shown.
Binary file added
BIN
+4.88 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_5.block
Binary file not shown.
Binary file added
BIN
+4.88 KB
...ent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_newest.block
Binary file not shown.
Binary file added
BIN
+9.62 KB
...ent/docker/_compose_files/fabric-1.0/local/channel-artifacts/businesschannel_oldest.block
Binary file not shown.
94 changes: 94 additions & 0 deletions
94
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/channel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"payload": { | ||
"data": { | ||
"config_update": { | ||
"channel_id": "businesschannel", | ||
"read_set": { | ||
"groups": { | ||
"Application": { | ||
"groups": { | ||
"Org1MSP": {}, | ||
"Org2MSP": {} | ||
} | ||
} | ||
}, | ||
"values": { | ||
"Consortium": { | ||
"value": { | ||
"name": "SampleConsortium" | ||
} | ||
} | ||
} | ||
}, | ||
"write_set": { | ||
"groups": { | ||
"Application": { | ||
"groups": { | ||
"Org1MSP": {}, | ||
"Org2MSP": {} | ||
}, | ||
"mod_policy": "Admins", | ||
"policies": { | ||
"Admins": { | ||
"policy": { | ||
"type": 3, | ||
"value": { | ||
"rule": "MAJORITY", | ||
"sub_policy": "Admins" | ||
} | ||
} | ||
}, | ||
"Readers": { | ||
"policy": { | ||
"type": 3, | ||
"value": { | ||
"sub_policy": "Readers" | ||
} | ||
} | ||
}, | ||
"Writers": { | ||
"policy": { | ||
"type": 3, | ||
"value": { | ||
"sub_policy": "Writers" | ||
} | ||
} | ||
} | ||
}, | ||
"version": "1" | ||
} | ||
}, | ||
"values": { | ||
"Consortium": { | ||
"value": { | ||
"name": "SampleConsortium" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"signatures": [ | ||
{ | ||
"signature": "c2lnbmF0dXJl", | ||
"signature_header": { | ||
"creator": "Y2VydA==", | ||
"nonce": "1oc+L6xljIBetYydlntxaHVhqhILYoYS" | ||
} | ||
} | ||
] | ||
}, | ||
"header": { | ||
"channel_header": { | ||
"channel_id": "businesschannel", | ||
"timestamp": "2017-06-09T10:10:51.000Z", | ||
"tx_id": "ca224b5c3fbe508e68b2e046e66640576af9dc5d50b1e025e3c16277a59fe927", | ||
"type": 2 | ||
}, | ||
"signature_header": { | ||
"creator": "Y2VydA==", | ||
"nonce": "X993licxmnWT0zHGr4YZ6JYmnuokR7DA" | ||
} | ||
} | ||
}, | ||
"signature": "c2lnbmF0dXJl" | ||
} |
Binary file modified
BIN
-80 Bytes
(83%)
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/channel.tx
Binary file not shown.
Binary file removed
BIN
-6.58 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/genesis.block
Binary file not shown.
Binary file added
BIN
+9.23 KB
src/agent/docker/_compose_files/fabric-1.0/local/channel-artifacts/orderer.genesis.block
Binary file not shown.
Oops, something went wrong.