Skip to content

Releases: umee-network/umee

price-feeder/v2.0.1-rc1

01 Dec 20:06
07bc9d2
Compare
Choose a tag to compare

Changelog

07bc9d2 build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /price-feeder (#1610) (#1639)
5bf5934 fix(price-feeder): add minimum candle volume (#1634) (#1638)
da5aed4 fix(price-feeder): handle missing rates properly (#1635) (#1637)
6cf79c0 fix(price-feeder): Parse multiple candles from OsmosisV2 response (#1615) (#1616)
51d2b28 fix(price-feeder): remove ftx provider (backport #1602) (#1604)

price-feeder/v2.0.1

01 Dec 22:45
07bc9d2
Compare
Choose a tag to compare

Changelog

v2.0.1 2022-12-01

v2.0.1 was released in response to low-volume assets affecting prices on mainnet.
This release is should be used with the suggested price feeder config.
See here for the full changelog.

Bugs

  • 1615 Parse multiple candles from OsmosisV2 response
  • 1635 Vote on exchange rates even if one is missing.
  • 1634 Add minimum candle volume for low-trading assets.

Improvements

  • 1602 Remove FTX provider.

v3.2.0

25 Nov 20:58
4e4dc13
Compare
Choose a tag to compare

Release Notes

Release Procedure is defined in the CONTRIBUTING document.

v3.2.0

This is a state machine breaking release. Coordinated update is required.

Highlights:

  • IBC update to v5.1
  • QueryLiquidationTargets RPC is now available when the node is run with --enable-liquidator-query. The LIQUIDATOR build flag has been removed. NOTE: this query should not be enabled for nodes with public API. The query involves intensive computation and can impact node stability when used by an attacker.
  • Introduced experimental features, available when build with experimental flag. This flag must not be used on mainnet.

Please see the CHANGELOG for an exhaustive list of changes.

Gravity Bridge

This is the final step for enabling Gravity Bridge. We enable slashing.
Validators must run Peggo and must process claims to not be slashed.

Github Release

New experimental features which are part of the linked binary changed the build process. Umeed doesn't support static CGO build (with CGO_ENABLED=1). Github Actions only support build using Linux on amd64, so we can not make a cross platform build using Github Actions. From now on, Github releases will only contain source code archive and amd64 Linux binary.

Moreover to run the provided binary, you need to have libwasmvm v1.1.1 (libwasmvm.x86_64.so if you are on amd64) in your system lib directory.

Building from source will automatically link the libwasmvm created as a part of the build process (you must build on same host as you run the binary, or copy the libwasmvm.x86_64.so your lib directory).

Update instructions

  • Wait for software upgrade proposal to pass and trigger the chain upgrade.
  • Run latest Peggo (v1.3.0) - updated
  • Run latest Price Feeder (v2.0.0) - updated
  • Swap binaries.
  • Restart the chain.

You can use Cosmovisor → see instructions.

NOTE: As described in the previous section, you need to have libwasmvm.x86_64.so correctly linked to the binary. BEFORE the upgrade, make sure the binary is working. You can test it by running ./umeed-v3.2.0 version.

v3.2.0-rc1

23 Nov 23:06
3953226
Compare
Choose a tag to compare
v3.2.0-rc1 Pre-release
Pre-release
Umee v3.2.0-rc1

price-feeder/v2.0.0

16 Nov 03:44
a3342e7
Compare
Choose a tag to compare

Price feeder v2.0.0

Price feeder v2 contains a number of improvements.

  • Enhanced websocket handling
  • Additional providers
  • Handling of assets with less than 3 providers programmatically

As well as more described in the changelog.

price-feeder/v2.0.0-rc1

15 Nov 18:49
1b4ae94
Compare
Choose a tag to compare
Pre-release

Changelog

1b4ae94 remove price-feeder wasm
f331b53 feat(historacle): Update proto messages and remove BlockNum from medians (#1588)
ea214e2 chore: Add WBTC to example price feeder config (#1592)
3275857 fix: remove ftx from default price-feeder config (#1587)
60f7da4 feat: liquidator query enabled by runtime flag (#1577)
9ce113f feat(price-feeder): binance us provider (#1589)
8c05ab6 docs: add scenario to historacle spec (#1582)
72d1266 build(deps): Bump actions/dependency-review-action from 2 to 3 (#1583)
1813b2e feat: add MsgGovUpdateRegistry proposal (#1486)
b40ed0d chore!: refactore store key constructors (#1578)
9f0c277 chore: update price-feeder config (#1574)
8355670 fix(oracle): historical iterator (#1573)
3aafb9b feat: add experimental flag to oracle msg server (#1572)
56b89e0 chore: oracle cosmetic updates (#1538)
efd74a6 feat: Add keeper methods for historacle prices and medians (#1548)
acad48b chore: update deps (#1567)
3032155 build(deps): Bump github.com/ethereum/go-ethereum from 1.10.25 to 1.10.26 (#1561)
e551d60 chore: bump GB to enable slashing (#1555)
3885ceb fix(price-feeder): Update osmosisv2 wss scheme
3d708b0 docs: historacle spec (#1562)
6309e5c feat(price-feeder): Convert remaining providers to the Websocket Controller (#1554)
60bc879 build(deps): Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 (#1560)
e4ae06c build(deps): Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#1559)
618a4b4 fix: add peggo binary back to docker (#1558)

v3.1.0

22 Oct 10:51
ff503f4
Compare
Choose a tag to compare

This is a state machine breaking release. Coordinated update is required.

Updates:

  • New leverage/MsgSupplyCollateral message which combines functionality of both supply and collaterization.
  • New chain /cosmos/base/node/v1beta1/config query gRPC endpoint was integrated providing chain information such us bond_denom, gas_prices... See cosmos-sdk/11582 for more details.

Please see the CHANGELOG for an exhaustive list of changes.

Gravity Bridge

This is the second step for enabling Gravity Bridge.
We enable all messages. Peggo was updated to handle the bridge pause.

Update instructions

  • Wait for software upgrade proposal to pass and trigger the chain upgrade.
  • Run latest Peggo (v1.2.1)
  • Run latest Price Feeder (v1.0.0)
  • Swap binaries.
  • Restart the chain.

Validators are required to run Peggo in order to sync the Gravity Bridge messages.

v3.0.3

21 Oct 20:49
9c73a5e
Compare
Choose a tag to compare

Changelog

v3.1.0-rc2

07 Oct 19:34
e45c194
Compare
Choose a tag to compare
v3.1.0-rc2 Pre-release
Pre-release

Changelog

v3.1.0-rc1

07 Oct 16:12
6f160e9
Compare
Choose a tag to compare
v3.1.0-rc1 Pre-release
Pre-release

Changelog