grpc: removed old client, refactored wrapped client to be the new standard client, removed old client tests, updated documentation

This commit is contained in:
Blake Harnden 2021-05-04 13:29:22 -07:00
parent 924e86da2b
commit 15acdaa40f
14 changed files with 698 additions and 3008 deletions

View file

@ -15,7 +15,7 @@ from typing import Dict, Tuple
import grpc
from core import utils
from core.api.grpc.clientw import CoreGrpcClient
from core.api.grpc.client import CoreGrpcClient
from core.api.grpc.wrappers import NodeType
SDT_HOST = "127.0.0.1"