You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QueryResults (i.e., KV and KeyModification structs) are serialized
using gob in the peer and deserialized in golang chaincode shim.
As gob encoding is not supported in java, this CR replaces gob
with proto (provided that QueryResults are defined as protobuf
message -- https://gerrit.hyperledger.org/r/#/c/7687/).
Change-Id: Ice9133fdc30a59397aa0670050401502150f60f5
Signed-off-by: senthil <[email protected]>
Signed-off-by: Luis Sanchez <[email protected]>
0 commit comments