medibloc / panacea-core

MediBloc Blockchain Core
https://medibloc.com
Other
60 stars 19 forks source link

Change json to jsonpb when parsing tx consent body #623

Closed gyuguen closed 1 year ago

gyuguen commented 1 year ago

Background

Changed the panacea-oracle server to gRPC. It uses protobuf to generate certificates there. We need to use jsonpb which can accept json response from this protobuf.

Impelment