Skip to content

Commit 2bddb79

Browse files
Release v1.0-rc1
1 parent 6a4039a commit 2bddb79

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Additional google documents provide details on FPC 1.0:
147147

148148
## Releases
149149

150+
- [v1.0-rc1 - Feburary 5, 2021](https://github.com/hyperledger-labs/fabric-private-chaincode/tree/v1.0-rc1)
151+
150152
- [Tech Preview - July 2, 2020](https://github.com/hyperledger-labs/fabric-private-chaincode/tree/concept-release-2.0)
151153

152154
- [Concept Release - March 2, 2020](https://github.com/hyperledger-labs/fabric-private-chaincode/tree/concept-release-1.0)

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PROJECT_NAME=fabric-private-chaincode
6868

6969
export FABRIC_VERSION ?= 2.3.0
7070

71-
export FPC_VERSION := master
71+
export FPC_VERSION := v1.0-rc1
7272

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

docs/design/fabric-v2+/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,4 @@ void log_notice(const char* format, ...);
438438
void log_info(const char* format, ...);
439439
void log_debug(const char* format, ...);
440440
```
441-
See https://github.com/hyperledger-labs/fabric-private-chaincode/blob/master/ecc_enclave/enclave/shim.h
441+
See https://github.com/hyperledger-labs/fabric-private-chaincode/blob/v1.0-rc1/ecc_enclave/enclave/shim.h

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Components](https://github.com/hyperledger-labs/fabric-private-chaincode#archite
1818
for more details of involved components.
1919

2020
## Prequisites
21-
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.
21+
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.
2222

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

0 commit comments

Comments
 (0)