File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.0.0-rc3
2
+ Wed Jan 26 18:02:27 CET 2022
3
+
4
+ * [ 5d0290d] ( https://github.com/hyperledger/fabric-private-chaincode/commit/5d0290d ) Release v1.0-rc3
5
+ * [ 0dbf76f] ( https://github.com/hyperledger/fabric-private-chaincode/commit/0dbf76f ) Update IRB readme
6
+ * [ d472bca] ( https://github.com/hyperledger/fabric-private-chaincode/commit/d472bca ) Link existing FSC examples
7
+ * [ 36a60d3] ( https://github.com/hyperledger/fabric-private-chaincode/commit/36a60d3 ) Add del_state support (#640 )
8
+ * [ 5febb77] ( https://github.com/hyperledger/fabric-private-chaincode/commit/5febb77 ) Fix memory leak in cert decoding
9
+ * [ 3bfeeb5] ( https://github.com/hyperledger/fabric-private-chaincode/commit/3bfeeb5 ) Add missing pb_release calls
10
+ * [ 2234bb4] ( https://github.com/hyperledger/fabric-private-chaincode/commit/2234bb4 ) Add stress test for many invocations
11
+ * [ 58e58a5] ( https://github.com/hyperledger/fabric-private-chaincode/commit/58e58a5 ) Upgrade parson
12
+ * [ a949ca9] ( https://github.com/hyperledger/fabric-private-chaincode/commit/a949ca9 ) Extend FPC Shim support (#637 )
13
+ * [ 5713269] ( https://github.com/hyperledger/fabric-private-chaincode/commit/5713269 ) fix sgx device location for dcap machines (#639 )
14
+ * [ 0aea62d] ( https://github.com/hyperledger/fabric-private-chaincode/commit/0aea62d ) Demo FSC integration using the IRB demo (#635 )
15
+ * [ d07bc32] ( https://github.com/hyperledger/fabric-private-chaincode/commit/d07bc32 ) fixup! Upgrade to Fabric 2.3.3
16
+ * [ eadb34c] ( https://github.com/hyperledger/fabric-private-chaincode/commit/eadb34c ) Upgrade to Fabric 2.3.3
17
+ * [ 079f357] ( https://github.com/hyperledger/fabric-private-chaincode/commit/079f357 ) Upgrade to go 1.16.7
18
+ * [ 22f32d8] ( https://github.com/hyperledger/fabric-private-chaincode/commit/22f32d8 ) Updated helloworld readme
19
+ * [ 29041c8] ( https://github.com/hyperledger/fabric-private-chaincode/commit/29041c8 ) Fixed the version of fabric-ccenv to 2.3.0.
20
+ * [ b2e72ab] ( https://github.com/hyperledger/fabric-private-chaincode/commit/b2e72ab ) Post-Release: Set version to main
21
+
1
22
## v1.0.0-rc2
2
23
Thu Sep 9 09:57:18 CEST 2021
3
24
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ PROJECT_NAME=fabric-private-chaincode
68
68
69
69
export FABRIC_VERSION ?= 2.3.3
70
70
71
- export FPC_VERSION := main
71
+ export FPC_VERSION := v1.0-rc3
72
72
73
73
export FABRIC_PATH ?= ${GOPATH}/src/github.com/hyperledger/fabric
74
74
You can’t perform that action at this time.
0 commit comments