polyswarm / relay

Sidechain relay for PolySwarm, the first decentralized threat intelligence market.
https://polyswarm.io
GNU General Public License v3.0
2 stars 1 forks source link

Use consul to get contract addrs #8

Closed Rizato closed 6 years ago

Rizato commented 6 years ago

Is your feature request related to a problem? Please describe. The relays need the addresses for erc20relay contracts on the home & sidechains. Right now, this is manually setup in the config.toml file.

Describe the solution you'd like It should read from consul to automatically create the toml file.

Additional context See polyswarmd:wait_for_truffle.sh

Rizato commented 6 years ago

Checkout the fix/broken-script-config branch in polyswarmd instead of the script. https://github.com/polyswarm/polyswarmd/tree/fix/broken-config-script

myhndl commented 6 years ago

@ceseale @Rizato what's going on here This ticket is under Needs Review and there's been no activity for 10 days.

ceseale commented 6 years ago

This is related to https://github.com/polyswarm/relay/pull/9 and is being reviewed atm

ceseale commented 6 years ago

merged ^