decentri-fi / defi-hub

Open Source Decentralized Finance API - https://decentri.fi
https://docs.decentri.fi
MIT License
13 stars 6 forks source link

[Architecture] remove hardcoding of nodes and underlying companies #173

Closed Qkyrie closed 1 year ago

Qkyrie commented 1 year ago

V1 could a list of all group-nodes in api gw. On startup, we fetch all companies supported by the node, so we can build the routes.

This still requires us to restart the api gw every time a node's underlying companies change. It removes the need to keep the property file aligned.

Qkyrie commented 1 year ago

implemented