input-output-hk / rust-byron-cardano

rust client libraries to deal with the current cardano mainnet (byron / cardano-sl)
MIT License
264 stars 75 forks source link

gRPC improvements #732

Closed mzabaluev closed 5 years ago

mzabaluev commented 5 years ago

Follow up work after migration to tower-hyper. Tailored connection settings for the server. Change the Connect API to use less abstract traits and types from hyper. Removed the connector helpers as hyper's connector is the one to use.