mobilecoinfoundation / mobilecoin

Private payments for mobile devices.
Other
1.16k stars 151 forks source link

Use `mc-util-grpc::RetryConfig` as a parameter to `ThickClient` #1671

Open cbeck88 opened 2 years ago

cbeck88 commented 2 years ago

Retry config is a way of configuring grpc retries for all grpc connections, used throughout fog connection classes. It is not yet used in the consensus ThickClient, but it should be

cbeck88 commented 2 years ago

Related: https://github.com/mobilecoinfoundation/mobilecoin/issues/1582

cbeck88 commented 2 years ago

Example: https://github.com/mobilecoinfoundation/mobilecoin/blob/38c55b598ead72162ac799ee2a41953044026028/fog/ledger/connection/src/block.rs#L52