-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4e88ff
commit 142c1cd
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Upgrading Quasar to v3 | ||
|
||
This guide provides instructions for upgrading to specific versions of Quasar. | ||
|
||
## [v0.3.x](https://github.com/quasar-finance/quasar/releases/tag/v3.0.0) | ||
|
||
### `Binary Name Change` | ||
- This version contains binary name change from `quasarnoded` to `quasard` which requires changes in Cosmovisor settings. | ||
|
||
### `Feemarket Module Addition and Relayer Config Changes` | ||
|
||
- It contains Feemarket module addition with min gas fee. | ||
This needs changes on relayer `gas-prices` to be set equal to params set in feemarket module. | ||
|
||
- Feemarket brings in variable gas depending on past few block usage which in turn will affect the `gas-adjustment` parameter as well. | ||
It should ideally be set to 2 or above. | ||
|
||
### Packages | ||
|
||
New modules added : | ||
- PFM v8 | ||
- Ibc-hooks v8 | ||
- Rate-limiting v8 | ||
- Feemarket v1 | ||
|
||
Updates : | ||
- Wasmd v0.45 to v0.51 | ||
- Wasmvm from v1 to v2 | ||
- Cosmos-SDK from v47.12 to v50.9 | ||
- Ibc-go v7 to ibc-go v8 | ||
- Contains updates of Async ICQ, wasm light clients and capability module. | ||
|
||
Upgrade removes old unused modules : | ||
- `qVesting` | ||
- `qOracle` | ||
- `qTransfer` | ||
|