Closed ceseale closed 6 years ago
How are you handling the relay verifier addrs?
I'm just used the same default ones from here for now. But they would have to get stored to consul as well.
@ceseale what's going on here - do you need a review? This ticket is under Needs Review and there's been no activity for 10 days.
this is complete with https://github.com/polyswarm/relay/pull/9
Is your feature request related to a problem? Please describe. It's difficult to test the repo as apart of e2e without its contracts being apart of the
contracts
repo.Describe the solution you'd like Move contracts to the contracts repo and pull get relay config from consul.
Describe alternatives you've considered I thought about keeping it in this repo but decided it would lead to duplicating the config creation code in
contracts
.