Skip to content

Commit

Permalink
docs: v3.0.3 release notes (#1512)
Browse files Browse the repository at this point in the history
* docs: v3.0.3 release notes

* fix broken md link

* fix broken md links

Co-authored-by: RafilxTenfen <[email protected]>
  • Loading branch information
robert-zaremba and RafilxTenfen authored Oct 21, 2022
1 parent 24d12bf commit 9c73a5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document.

## v3.0.3

This release contains SDK patch related to [Dragonberry](https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702) security advisory.

## v3.0.2

Gravity Bridge update. In v3.0.0 we enabled Gravity Bridge, but there was an error in the way how the
Expand Down Expand Up @@ -40,7 +44,7 @@ v3.0.0 improves upon the _umeemania_ testnet release (v2.0.x) which introduced o
- participate in governance of `x/leverage` [parameters](https://github.com/umee-network/umee/blob/main/proto/umee/leverage/v1/leverage.proto) file.
- `x/oracle` module - a decentralized price oracle for the `x/leverage` module, as well as any app built in the Umee blockchain. UMEE holders set `x/oracle` [parameters](https://github.com/umee-network/umee/blob/main/proto/umee/oracle/v1/oracle.proto) by governance.
- Cosmos v0.46 upgrade, which features:
- [`x/group`](https://tutorials.cosmos.network/tutorials/understanding-group/) module
- [`x/group`](https://tutorials.cosmos.network/tutorials/7-understand-sdk-modules/3-group.html) module
- [`x/nft`](https://github.com/cosmos/cosmos-sdk/tree/v0.46.1/x/nft/spec) module
- [Transaction Tips](https://github.com/cosmos/cosmos-sdk/blob/v0.46.0/RELEASE_NOTES.md#transaction-tips-and-sign_mode_direct_aux)
- [SIGN_MODE_DIRECT_AUX](https://github.com/cosmos/cosmos-sdk/blob/v0.46.0/RELEASE_NOTES.md#transaction-tips-and-sign_mode_direct_aux)
Expand Down
6 changes: 4 additions & 2 deletions price-feeder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ $ price-feeder /path/to/price_feeder_config.toml

### `telemetry`

A set of options for the application's telemetry, which is disabled by default. An in-memory sink is the default, but Prometheus is also supported. We use the [cosmos sdk telemetry package](https://github.com/cosmos/cosmos-sdk/blob/main/docs/core/telemetry.md).
A set of options for the application's telemetry, which is disabled by default.
An in-memory sink is the default, but Prometheus is also supported.
We use the [cosmos sdk telemetry package](https://github.com/cosmos/cosmos-sdk/blob/e2792711ba890607db2542e6d0671d9f8e753659/docs/docs/core/09-telemetry.md).

### `deviation`

Expand Down Expand Up @@ -119,7 +121,7 @@ functionality and for broadcasting signed pre-vote and vote oracle messages.
## Keyring

Our keyring must be set up to sign transactions before running the price feeder.
Additional info on the different keyring modes is available [here](https://docs.cosmos.network/master/run-node/keyring.html).
Additional info on the different keyring modes is available [here](https://docs.cosmos.network/main/run-node/keyring).
**Please note that the `test` and `memory` modes are only for testing purposes.**
**Do not use these modes for running the price feeder against mainnet.**

Expand Down

0 comments on commit 9c73a5e

Please sign in to comment.