Skip to content

Commit 5712ce3

Browse files
author
Srinivasan Muralidharan
committedNov 11, 2016
FAB-1035 move peer specific proto files to peer folder
https://jira.hyperledger.org/browse/FAB-1035 Just a reorg of the files in keeping with creation of "common" and "orderer" package files with corresponding import changes. A final cleanup of removing unused messages and renaming "2" suffixed protos needs to be done as a final cleanup Change-Id: I81cfa970ca5b4ff668dd70247117bd4e34548ad5 Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
1 parent 3508592 commit 5712ce3

File tree

150 files changed

+898
-864
lines changed

Some content is hidden

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

150 files changed

+898
-864
lines changed
 

‎bddtests/chaincode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
"github.com/golang/protobuf/proto"
2323
"github.com/hyperledger/fabric/core/util"
24-
pb "github.com/hyperledger/fabric/protos"
24+
pb "github.com/hyperledger/fabric/protos/peer"
2525
putils "github.com/hyperledger/fabric/protos/utils"
2626
)
2727

‎bddtests/endorser_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/DATA-DOG/godog"
2727
"github.com/DATA-DOG/godog/gherkin"
2828
"github.com/hyperledger/fabric/core/util"
29-
pb "github.com/hyperledger/fabric/protos"
29+
pb "github.com/hyperledger/fabric/protos/peer"
3030
"golang.org/x/net/context"
3131
"google.golang.org/grpc"
3232
)

0 commit comments

Comments
 (0)
Please sign in to comment.