Pricenode: configurable exclusion by provider currency #6227
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The provider exchange Huobi has added BRL with an inaccurate rate such that users have noticed and complained that the Bisq index rate for BRL is wrong.
This PR adds the ability to exclude a currency feed from a specific provider, such that we can ignore the bad BRL rate from Huobi. In essence it is a follow-on from #5582 which allowed global currency exclusions; this is a provider level exclusion.
@Emzy would you be ok to try out this PR?
Config
Added to
application.properties
. This is the suggested value to fix the Huobi issue:Multiple providers can have exclusions, and more than one ccy can be excluded as follows (a comma separated list of items in the format
PROVIDER_NAME:CCY
)