This repository was archived by the owner on Apr 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SDK's `Enrollment` interface.
2828* HSM not supported. JIRA FAB-3137
2929* Single Crypto strength 256 JIRA FAB-2564
3030* Network configuration updates not supported JIRA FAB-3103
31-
31+ * No release/previews to Maven yet. JIRA FAB-648
3232
3333
3434
@@ -43,6 +43,8 @@ need to build the Fabric and Fabric-ca described below.
4343The provided docker-compose.yaml for the integration tests should pull alpha2 images
4444from Docker hub.
4545
46+ Later versions of the SDK are NOT guaranteed to work with v1.0.0-Alpha2
47+
4648<p />
4749<p />
4850
@@ -61,8 +63,8 @@ You should use the following commit levels of the Hyperledger projects:
6163
6264| Project | Commit level | Date |
6365| :---------------| :------------------------------------------:| ---------------------------:|
64- | fabric | e182390035ec207535c7ba0f5df70dc702057e18 | May 8 14:42:36 2017 +0000 |
65- | fabric-ca | 73a42156f637702b2ac8d4ceae0d663c4c688ed4 | May 7 09:43:08 2017 +0000 |
66+ | fabric | d2bfa744059e68d2e50d2cb01d285e3c6e1f2757 | May 30 10:59:01 2017 +0000 |
67+ | fabric-ca | ac2ee79ce8a1f80d5ae9c1ec84968882f45fd0e7 | May 27 06:11:20 2017 +0000 |
6668
6769 You can clone these projects by going to the [ Hyperledger repository] ( https://gerrit.hyperledger.org/r/#/admin/projects/ ) .
6870
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ message ConfigPolicySchema {}
6565message Config {
6666 uint64 sequence = 1 ;
6767 ConfigGroup channel_group = 2 ;
68- bool new_channel = 3 ;
6968}
7069
7170message ConfigUpdateEnvelope {
You can’t perform that action at this time.
0 commit comments