refactor: regenerate gRPC stubs for chain.v1 wire package
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
The hub renamed its gRPC package fai.v1 -> chain.v1 (proto dir proto/fai/v1 -> proto/chain/v1). Move the generated stubs to generated/chain/v1 and rewrite the wire package + service paths (/fai.v1.Hub/* -> /chain.v1.Hub/*) so the client talks to the renamed hub. Pure package rename — no message/field changes. HubClient public API is unchanged, so dependents need no edits. dart analyze: clean. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
75a4b2b306
commit
d680cf3462
18 changed files with 282 additions and 282 deletions
|
|
@ -12,9 +12,9 @@ import 'package:grpc/grpc_connection_interface.dart';
|
|||
|
||||
import 'channel_factory_io.dart'
|
||||
if (dart.library.html) 'channel_factory_web.dart' as channel_factory;
|
||||
import 'generated/fai/v1/common.pb.dart' as pb_common;
|
||||
import 'generated/fai/v1/hub.pb.dart' as pb;
|
||||
import 'generated/fai/v1/hub.pbgrpc.dart' as grpc_hub;
|
||||
import 'generated/chain/v1/common.pb.dart' as pb_common;
|
||||
import 'generated/chain/v1/hub.pb.dart' as pb;
|
||||
import 'generated/chain/v1/hub.pbgrpc.dart' as grpc_hub;
|
||||
import 'package:protobuf/well_known_types/google/protobuf/empty.pb.dart'
|
||||
show Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue