hyperledger-labs / blockchain-analyzer

Analyze ledger data stored within a Hyperledger Fabric peer (key updates and operational data such as number of blocks and transactions).
Apache License 2.0
23 stars 17 forks source link

go: finding github.com/hyperledger/fabric/protoutil latest #34

Open heeropunjabi opened 4 years ago

heeropunjabi commented 4 years ago

Hi Team, could you please me help to fix this issue. PFA.

@salmanbaset @balazsprehoda

I m using Go version => go version go1.12.7 darwin/amd64

Screenshot 2019-11-25 at 23 15 09
balazsprehoda commented 4 years ago

@heeropunjabi Please try to run go get -v github.com/hyperledger/fabric/protoutil@master. If that doesn't work, you can try cloning https://github.com/hyperledger/fabric into $GOPATH/src/github.com manually. Please let me know if this helps.

heeropunjabi commented 4 years ago

@balazsprehoda Thanks for your reply.

could you please help to update the same thing in the go.mod file.

I am not that much used to GoLang.

TIA

PFA.

Screenshot 2019-11-26 at 11 28 07 Screenshot 2019-11-26 at 11 28 17
heeropunjabi commented 4 years ago

Hi @balazsprehoda, I am facing one more issue wrt to analyzer dependency.

PFA. Please let me know what can be done ?

TIA.

Regards, Heero.

Screenshot 2019-11-27 at 01 35 50
salmanbaset commented 4 years ago

@heeropunjabi : @balazsprehoda and I are planning to upload fabricbeat executables so that folks like you do not have to compile it themselves. Stay tuned.

for the above error, can you please try it again?

heeropunjabi commented 4 years ago

Hi, Thanks @salmanbaset for your reply.

I tried however i couldn't get a success for the same.

@salmanbaset @balazsprehoda Please let me know when you guys are releasing fabricbeat executables. I am waiting for it.

balazsprehoda commented 4 years ago

@heeropunjabi There are two additional options available to run fabricbeat now:

  1. Running as a container
  2. Running the pre-compiled executable

For details, see #37