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

fix address binding for "examples/sm_manager" #87

Closed HAOYUatHZ closed 4 years ago

HAOYUatHZ commented 4 years ago

"examples/sm_manager" is implemented using https://rocket.rs/

Current config Rocket.toml is incompatible with https://github.com/KZen-networks/multi-party-ecdsa/pull/88

This PR fixes the address config to support running sm_manager in docker.

HAOYUatHZ commented 4 years ago

Hi @gbenattar you can just simply run ./demo/run.sh to test this PR (This PR is to change sm_manager binding address in Rocket server config) it works good on my machine

gbenattar commented 4 years ago

LGTM as long as it is good for @omershlo. You can go ahead and squash and merge.