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

Commit 2ad5906

Browse files
committed
FAB-10195] Bump to fabric 1.2.0
Change-Id: I272207bfeff8a207cb2b6426e01d32853dcc93c3 Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 7a42841 commit 2ad5906

File tree

3 files changed

+59
-58
lines changed

3 files changed

+59
-58
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ FABRIC_DEV_REGISTRY_PRE_CMD ?= docker login -u docker -p docker nexus3.hyperledg
6464

6565
# Upstream fabric patching (overridable)
6666
THIRDPARTY_FABRIC_CA_BRANCH ?= master
67-
THIRDPARTY_FABRIC_CA_COMMIT ?= v1.2.0-rc1
67+
THIRDPARTY_FABRIC_CA_COMMIT ?= v1.2.0
6868
THIRDPARTY_FABRIC_BRANCH ?= master
69-
THIRDPARTY_FABRIC_COMMIT ?= v1.2.0-rc1
69+
THIRDPARTY_FABRIC_COMMIT ?= v1.2.0
7070

7171
# Force removal of images in cleanup (overridable)
7272
FIXTURE_DOCKER_REMOVE_FORCE ?= false

internal/github.com/hyperledger/fabric/core/ledger/ledger_interface.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,9 @@ func (filter PvtNsCollFilter) Has(ns string, coll string) bool {
249249
}
250250

251251
// TxSimulationResults captures the details of the simulation results
252-
// the field 'SimulationBlkHt' captures the approximate height of the blockchain on which
253-
// the transaction is simulated - this is used to decide when to expire the 'PvtDataSimulationResults' from transient storage
254252
type TxSimulationResults struct {
255253
PubSimulationResults *rwset.TxReadWriteSet
256254
PvtSimulationResults *rwset.TxPvtReadWriteSet
257-
SimulationBlkHt uint64
258255
}
259256

260257
// GetPubSimulationBytes returns the serialized bytes of public readwrite set

third_party/github.com/hyperledger/fabric/protos/peer/transaction.pb.go

Lines changed: 57 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)