Skip to content

Commit

Permalink
FAB-2956 Update server
Browse files Browse the repository at this point in the history
Change-Id: I14fa77be340cf8418d689bcfac596b6e299a7173
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed May 30, 2017
1 parent 7fe73c4 commit 220f55a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SDK's `Enrollment` interface.
* HSM not supported. JIRA FAB-3137
* Single Crypto strength 256 JIRA FAB-2564
* Network configuration updates not supported JIRA FAB-3103

* No release/previews to Maven yet. JIRA FAB-648



Expand All @@ -43,6 +43,8 @@ need to build the Fabric and Fabric-ca described below.
The provided docker-compose.yaml for the integration tests should pull alpha2 images
from Docker hub.

Later versions of the SDK are NOT guaranteed to work with v1.0.0-Alpha2

<p &nbsp; />
<p &nbsp; />

Expand All @@ -61,8 +63,8 @@ You should use the following commit levels of the Hyperledger projects:

| Project | Commit level | Date |
|:---------------|:------------------------------------------:|---------------------------:|
| fabric | e182390035ec207535c7ba0f5df70dc702057e18 | May 8 14:42:36 2017 +0000 |
| fabric-ca | 73a42156f637702b2ac8d4ceae0d663c4c688ed4 | May 7 09:43:08 2017 +0000 |
| fabric | d2bfa744059e68d2e50d2cb01d285e3c6e1f2757 | May 30 10:59:01 2017 +0000 |
| fabric-ca | ac2ee79ce8a1f80d5ae9c1ec84968882f45fd0e7 | May 27 06:11:20 2017 +0000 |

You can clone these projects by going to the [Hyperledger repository](https://gerrit.hyperledger.org/r/#/admin/projects/).

Expand Down
1 change: 0 additions & 1 deletion src/main/proto/common/configtx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ message ConfigPolicySchema {}
message Config {
uint64 sequence = 1;
ConfigGroup channel_group = 2;
bool new_channel = 3;
}

message ConfigUpdateEnvelope {
Expand Down

0 comments on commit 220f55a

Please sign in to comment.