ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
975 stars 308 forks source link

Retrying request of failure #68

Closed k1rill-fedoseev closed 5 years ago

k1rill-fedoseev commented 5 years ago

While sending a lot of requests to the shared state machine, some of them might fail because of network reasons. Consider making couple of retries for failed requests.

omershlo commented 5 years ago

@k1rill-fedoseev thanks! For general knowledge: we are actively working on the network layer framework: see https://github.com/KZen-networks/white-city/tree/master/RelayProofsOfConcept/EddsaTokioServer for latest.

cc: @amanusk