Skip to content

proto: remove the usage of jsontag #8952

Open
@fdymylja

Description

In the protofiles of the sdk, we frequently use the gogoproto jsontag option, this should be removed as it breaks the jsonpb specification (proto fields have their own json name).

This becomes particularly important as the jsonpb package gives us free proto to json transcoding.

Doing this change, would allow us to generate the required transcoding at runtime without the usage of the grpc-gateway.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    T: API BreakingBreaking changes that impact APIs and the SDK only (not state machine).

    Type

    No type

    Projects

    • Status

      📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions