Skip to content

Commit

Permalink
FAB-631 WIP - pared down peer for next arch work
Browse files Browse the repository at this point in the history
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 <muralisr@us.ibm.com>
  • Loading branch information
Srinivasan Muralidharan committed Oct 24, 2016
1 parent ec26cd8 commit 9eb99b3
Show file tree
Hide file tree
Showing 118 changed files with 1,913 additions and 20,098 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ behave: behave-deps
linter: gotools
@echo "LINT: Running code checks.."
@echo "Running go vet"
go vet ./consensus/...
go vet ./core/...
go vet ./events/...
go vet ./examples/...
Expand Down
115 changes: 0 additions & 115 deletions consensus/consensus.go

This file was deleted.

48 changes: 0 additions & 48 deletions consensus/controller/controller.go

This file was deleted.

206 changes: 0 additions & 206 deletions consensus/executor/executor.go

This file was deleted.

Loading

0 comments on commit 9eb99b3

Please sign in to comment.