Closed sekulicd closed 1 year ago
2) the original implementation of the price feeder service is designed to be configured only with a static json file, therefore there's no way to dynamically add or remove feeds for markets. Since we are refactoring how to interact with it, let's just make changes to the source implementations to fit our new needs.
3) pkg/swap is fixed in #685. Once it gets merged you can sync with upstream/v1 and get rid of this problem.
Closes #657.
This incorporates price feeder inside daemon with the addition of new proto service that is in charge for configuring price feeds for markets.
This is in WIP state cause of few reasons:
@tiero @altafan please review.