Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix max message size for gRPC call (#40)
* feat(rpc.go): increase maxMessageSize to 200MB to handle larger data refactor(rpc.go): rename nodeEndpoint to gRPCEndpoint for better clarity feat(rpc.go): add grpc.WithDefaultCallOptions to set max receive and send message size, improving data handling capabilities
- Loading branch information