yfhk / fabric_log

logs
1 stars 0 forks source link

important files #12

Open yfhk opened 5 years ago

yfhk commented 5 years ago

fabric/gossip/state/state.go fabric/gossip/privdata/coordinator.go fabric/gossip/service/gossip_service.go

yfhk commented 5 years ago

/home/jia.hu/golibs/src/github.com/hyperledger/fabric/,-/vendor/,.go,-.pb.go,-*test.go

yfhk commented 5 years ago

fabric/common/configtx/validator.go

yfhk commented 5 years ago

fabric/core/peer/peer.go createChain()

yfhk commented 5 years ago

func joinChain(chainID string, block *common.Block) pb.Response { if err := peer.CreateChainFromBlock(block); err != nil { return shim.Error(err.Error()) }

peer.InitChain(chainID)