Skip to content

Commit

Permalink
Release v1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandenburger committed Feb 5, 2021
1 parent 6a4039a commit 2bddb79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ Additional google documents provide details on FPC 1.0:

## Releases

- [v1.0-rc1 - Feburary 5, 2021](https://github.com/hyperledger-labs/fabric-private-chaincode/tree/v1.0-rc1)

- [Tech Preview - July 2, 2020](https://github.com/hyperledger-labs/fabric-private-chaincode/tree/concept-release-2.0)

- [Concept Release - March 2, 2020](https://github.com/hyperledger-labs/fabric-private-chaincode/tree/concept-release-1.0)
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PROJECT_NAME=fabric-private-chaincode

export FABRIC_VERSION ?= 2.3.0

export FPC_VERSION := master
export FPC_VERSION := v1.0-rc1

export FABRIC_PATH ?= ${GOPATH}/src/github.com/hyperledger/fabric

Expand Down
2 changes: 1 addition & 1 deletion docs/design/fabric-v2+/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,4 @@ void log_notice(const char* format, ...);
void log_info(const char* format, ...);
void log_debug(const char* format, ...);
```
See https://github.com/hyperledger-labs/fabric-private-chaincode/blob/master/ecc_enclave/enclave/shim.h
See https://github.com/hyperledger-labs/fabric-private-chaincode/blob/v1.0-rc1/ecc_enclave/enclave/shim.h
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Components](https://github.com/hyperledger-labs/fabric-private-chaincode#archite
for more details of involved components.

## Prequisites
This tutorial presumes that the repository in https://github.com/hyperledger-labs/fabric-private-chaincode has been installed as per [README.md](https://github.com/hyperledger-labs/fabric-private-chaincode/blob/master/README.md#requirements) in `FPC-INSTALL-DIR` which is in the `$GOPATH` folder.
This tutorial presumes that the repository in https://github.com/hyperledger-labs/fabric-private-chaincode has been installed as per [README.md](https://github.com/hyperledger-labs/fabric-private-chaincode/blob/v1.0-rc1/README.md#requirements) in `FPC-INSTALL-DIR` which is in the `$GOPATH` folder.

## Develop chaincode
* Create a folder named `helloworld` in `FPC-INSTALL-DIR/examples`.
Expand Down

0 comments on commit 2bddb79

Please sign in to comment.