Skip to content

Commit 9eb99b3

Browse files
author
Srinivasan Muralidharan
committed
FAB-631 WIP - pared down peer for next arch work
Following skeletal end to end flow work, this submit takes the next steps for Endorser/Committer . converts chaincode and endorser to ledgernext . removes consensus package . chaincode unit tests use ledgernext . panics if ledger.GetLedger is called so we can catch codepaths that still use that. These are mainly core/api and core/peer . removes unit tests from core/api and core/ledger (to avoid GetLedger calls there) . created a minimal core/peernext. core/peer is still there for comparison but is not used Change-Id: I2627e0000e960e1aa66d27ff5ec60a38c4bb7eea Signed-off-by: Srinivasan Muralidharan <[email protected]>
1 parent ec26cd8 commit 9eb99b3

File tree

118 files changed

+1913
-20098
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1913
-20098
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ behave: behave-deps
113113
linter: gotools
114114
@echo "LINT: Running code checks.."
115115
@echo "Running go vet"
116-
go vet ./consensus/...
117116
go vet ./core/...
118117
go vet ./events/...
119118
go vet ./examples/...

consensus/consensus.go

-115
This file was deleted.

consensus/controller/controller.go

-48
This file was deleted.

consensus/executor/executor.go

-206
This file was deleted.

0 commit comments

Comments
 (0)