From 2d18abdca550023e597dce39ec5f9b10a66b535c Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Mon, 11 Mar 2024 15:39:25 +0100 Subject: [PATCH] gramma --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- RELEASE_NOTES.md | 6 +++--- docs/VALIDATOR.md | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855cf9f917..33b5008e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,7 +136,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements -- [2256](https://github.com/umee-network/umee/pull/2256) unify and refactore `client` package. +- [2256](https://github.com/umee-network/umee/pull/2256) unify and refactor `client` package. - [2261](https://github.com/umee-network/umee/pull/2261) Use go 1.21 - [2267](https://github.com/umee-network/umee/pull/2267) Leverage transactions accept spot prices up to 3 minutes old, and leverage queries use most recent spot price when required. - [2263](https://github.com/umee-network/umee/pull/2263) Add spot price fields to account summary. @@ -153,7 +153,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [v6.0.2](https://github.com/umee-network/umee/releases/tag/v6.0.2) - 2023-09-20 -### BugFix +### Bug Fixs - [2257](https://github.com/umee-network/umee/pull/2257) fix(oracle): missing avg params. diff --git a/README.md b/README.md index 74bb016ec7..336aa0b522 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Since `Price Feeder v2.1.0` the recommended oracle price feeder has been moved t When you build the binary from source on the server machine you probably don't need any change. Building from source automatically link the `libwasmvm.$(uname -m).so` created as a part of the build process. -However when you download a binary from GitHub, or from other source, make sure you have required version of `libwasmvm..so` (should be in your lib directory, e.g.: `/usr/local/lib/`). You can get it: +However when you download a binary from GitHub, or from another source, make sure you have required version of `libwasmvm..so` (should be in your lib directory, e.g.: `/usr/local/lib/`). You can get it: -- from you build machine: copy `$GOPATH/pkg/mod/github.com/!cosm!wasm/wasmvm@v/internal/api/libwasmvm.$(uname -m).so` +- from your build machine: copy `$GOPATH/pkg/mod/github.com/!cosm!wasm/wasmvm@v/internal/api/libwasmvm.$(uname -m).so` - or download from CosmWasm GitHub `wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so` You don't need to do anything if you are using our Docker image. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a87d663721..e07aac0204 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ # Release Notes -Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. +The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. ## v6.4.0 @@ -19,7 +19,7 @@ Highlights: ### IBC Hooks -This release bring the first part of the seamless cross chain money market transactions. At UX we want to provide the best User Experience for handling lending and leverage. In this release we support the following `x/leverage` messages: +This release brings the first part of the seamless cross-chain money market transactions. At UX, we want to provide the best User Experience for handling lending and leverage. In this release, we support the following `x/leverage` messages: - `MsgSupply` - `MsgSupplyCollateral` @@ -35,7 +35,7 @@ Update Price Feeder to `umee/2.4.2+`. #### libwasmvm update -Our dependencies have been updated. The binary requires `libwasmvm v1.5.2`. When you build the binary from source on the server machine you probably don't need any change. However when you download a binary from GitHub, or from other source, make sure you update the `/usr/lib/libwasmvm..so`. For example: +Our dependencies have been updated. The binary requires `libwasmvm v1.5.2`. When you build the binary from source on the server machine you probably don't need any change. However when you download a binary from GitHub, or from another source, make sure you update the `/usr/lib/libwasmvm..so`. For example: - copy from `$GOPATH/pkg/mod/github.com/!cosm!wasm/wasmvm@v1.5.2/internal/api/libwasmvm.$(uname -m).so` - or download from github `wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.2/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so` diff --git a/docs/VALIDATOR.md b/docs/VALIDATOR.md index 9958eb7580..a20e4184e9 100644 --- a/docs/VALIDATOR.md +++ b/docs/VALIDATOR.md @@ -4,7 +4,7 @@ This document describes a process of joining a testnet or a mainnet as a validat ## Umeeversity -Full documentation is hosted at [learning.ux.xyz](https://learning.ux.xyz). However, it may not be up to date. +Full documentation is hosted at [learning.ux.xyz](https://learning.ux.xyz). However, it may not be up-to-date. ## Getting a Binary @@ -26,7 +26,7 @@ You can get a binary by: NOTE: use the correct `wasmvm` version, according to the latest [Release Notes](./RELEASE_NOTES.md) or the [compatibility matrix](./README.md#release-compatibility-matrix). -3. Download the right [binary build](https://github.com/umee-network/umee/releases). The binary build is compatible with the latest Ubuntu LTS x86-64. You MUST also copy the `libwasmvm` (see note in 2. about libwasmvm version): +3. Download the right [binary build](https://github.com/umee-network/umee/releases). The binary build is compatible with the latest Ubuntu LTS x86-64. You MUST also copy the `libwasmvm` (See note in 2. about libwasmvm version): ```sh wget https://raw.githubusercontent.com/CosmWasm/wasmvm//internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so @@ -39,14 +39,14 @@ To test if the `libwasm` is linked correctly, run `umeed version`. ### Price Feeder We are using Ojo Price Feeder. Please follow the [instructions](https://github.com/ojo-network/price-feeder/blob/umee/README.md). Make sure you use the latest release with the `umee/` prefix (eg: `umee/v2.4.0`). -NOTE: for self building and configuration examples you MUST use the [umee branch](https://github.com/ojo-network/price-feeder/tree/umee). +NOTE: for self building and configuration examples, you MUST use the [umee branch](https://github.com/ojo-network/price-feeder/tree/umee). - Copy the [`price-feeder.toml`](https://github.com/ojo-network/price-feeder/blob/umee/price-feeder.example.toml). - For the provider config you can use our latest [umee-provider-config directory](https://github.com/ojo-network/price-feeder/tree/umee/umee-provider-config) as is. ## Running a node -1. Update the `app.toml`, `client.toml` and `config.toml` based on your preference. You MUST set non-zero min gas prices in `app.toml`. Query `umeed q ugov min-gas-price` to see the what is the minimum acceptable value: +1. Update the `app.toml`, `client.toml` and `config.toml` based on your preference. You MUST set non-zero min gas prices in `app.toml`. Query `umeed q ugov min-gas-price` to see what is the minimum acceptable value: ```toml # your app.toml file