splunk / fabric-logger

Logs blocks, transactions and events from Hyperledger Fabric to Splunk.
Apache License 2.0
17 stars 10 forks source link

Protobuf improvements #14

Open jeffywu opened 5 years ago

jeffywu commented 5 years ago

Allow users to specify their own protobufs along with selectors to positions in the transaction for the protobufs to be decoded at.

May also want to add this functionality inside the HLF app as well during search time.

dexa187 commented 3 years ago

This article explains how protobufs can be used in a fabric contract. https://deeptiman.medium.com/protobuf-in-hyperledger-fabric-eb674ba9ebd8

We would need the proto files to then be able to decode the data in fabric logger.