Skip to content

Commit

Permalink
docs: price-feeder: clean up the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Mar 21, 2022
1 parent bf606c1 commit f3d8d4e
Showing 1 changed file with 32 additions and 11 deletions.
43 changes: 32 additions & 11 deletions price-feeder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,51 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

- [#540](https://github.com/umee-network/umee/pull/536) Use environment vars / standard input for the keyring password instead of the config file.
- [#522](https://github.com/umee-network/umee/pull/522) Add Okx as a provider.
- [#536](https://github.com/umee-network/umee/pull/536) Force a minimum of three providers per asset.
- [#648](https://github.com/umee-network/umee/pull/648) Add Coinbase as a provider.

## [v0.1.3](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv0.1.3) - 2022-03-21

### Features

- [#649](https://github.com/umee-network/umee/pull/649) Add "GetAvailablePairs" function to providers.

## [v0.1.2](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv0.1.2) - 2022-03-08

### Features

- [#592](https://github.com/umee-network/umee/pull/592) Add subscribe ticker function to the following providers: Binance, Huobi, Kraken, and Okx.
- [#601](https://github.com/umee-network/umee/pull/601) Use TVWAP formula for determining prices when available.
- [#609](https://github.com/umee-network/umee/pull/609) TVWAP faulty provider detection.

### Bug Fixes

- [#607](https://github.com/umee-network/umee/pull/607) Fix kraken provider timestamp unit.

### Refactor

- [#610](https://github.com/umee-network/umee/pull/610) Split subscription of ticker and candle channels.

## [v0.1.1](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv0.1.1) - 2022-03-01

### Features

- [#502](https://github.com/umee-network/umee/pull/502) Faulty provider detection: discard prices that are not within 2𝜎 of others.
- [#536](https://github.com/umee-network/umee/pull/536) Force a minimum of three providers per asset.
- [#522](https://github.com/umee-network/umee/pull/522) Add Okx as a provider.
- [#551](https://github.com/umee-network/umee/pull/551) Update Binance provider to use WebSocket.
- [#569](https://github.com/umee-network/umee/pull/569) Update Huobi provider to use WebSocket.
- [#540](https://github.com/umee-network/umee/pull/536) Use environment vars / standard input for the keyring password instead of the config file.
- [#580](https://github.com/umee-network/umee/pull/580) Update Kraken provider to use WebSocket.
- [#592](https://github.com/umee-network/umee/pull/592) Add subscribe ticker function to the following providers: Binance, Huobi, Kraken, and Okx.
- [#601](https://github.com/umee-network/umee/pull/601) Use TVWAP formula for determining prices when available.
- [#609](https://github.com/umee-network/umee/pull/609) TVWAP faulty provider detection.
- [#649](https://github.com/umee-network/umee/pull/649) Add "GetAvailablePairs" function to providers.
- [#648](https://github.com/umee-network/umee/pull/648) Add Coinbase as a provider.

### Bug Fixes

- [#552](https://github.com/umee-network/umee/pull/552) Stop requiring telemetry during config validation.
- [#574](https://github.com/umee-network/umee/pull/574) Stop registering metrics endpoint if telemetry is disabled.
- [#573](https://github.com/umee-network/umee/pull/573) Strengthen CORS settings.
- [#607](https://github.com/umee-network/umee/pull/607) Fix kraken provider timestamp unit.
- [#574](https://github.com/umee-network/umee/pull/574) Stop registering metrics endpoint if telemetry is disabled.

### Refactor

- [#587](https://github.com/umee-network/umee/pull/587) Clean up logs from price feeder providers.
- [#610](https://github.com/umee-network/umee/pull/610) Split subscribtion of ticker and candle channels.

## [v0.1.0](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv0.1.0) - 2022-02-07

Expand Down

0 comments on commit f3d8d4e

Please sign in to comment.