Skip to content

grpcweb_proxy.go: remove deprecated methods usage #562

@lumtis

Description

@lumtis

starport/services/chain/grpcweb_proxy.go we are using grpc.WithCodec and grpc.CustomCodec methods which are deprecated functions.
We can't update to the new grpc.WithDefaultCallOptions(grpc.ForceCodec(_)) method because proxy.Codec() doesn't fully implement the interface.
We may need to use another proxy or create an issue on https://github.com/mwitkow/grpc-proxy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions