Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 220f55a

Browse files
committed
FAB-2956 Update server
Change-Id: I14fa77be340cf8418d689bcfac596b6e299a7173 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent 7fe73c4 commit 220f55a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
4343
The provided docker-compose.yaml for the integration tests should pull alpha2 images
4444
from Docker hub.
4545

46+
Later versions of the SDK are NOT guaranteed to work with v1.0.0-Alpha2
47+
4648
<p &nbsp; />
4749
<p &nbsp; />
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

src/main/proto/common/configtx.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ message ConfigPolicySchema {}
6565
message Config {
6666
uint64 sequence = 1;
6767
ConfigGroup channel_group = 2;
68-
bool new_channel = 3;
6968
}
7069

7170
message ConfigUpdateEnvelope {

0 commit comments

Comments
 (0)