Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testnet docs for v0.9.3 #617

Merged
merged 3 commits into from
Jul 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions cygnusx-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

Block explorer: [https://explorer.cygnusx-1.publicawesome.dev/](https://explorer.cygnusx-1.publicawesome.dev/)

Binaries: Pending

Genesis file: See [Generate genesis file](#generate-genesis-file)

Seeds: `b5c81e417113e283288c48a34f1d57c73a0c6682@seed.cygnusx-1.publicawesome.dev:36656`
Expand All @@ -33,14 +31,14 @@ This guide assumes that you have completed the tasks involved in [Part 1](cygnus

These examples are written targeting an Ubuntu 20.04 system. Relevant changes to commands should be made depending on the OS/architecture you are running on.

### Update starsd to v0.9.2
### Update starsd to v0.9.3

Please update to the `v0.9.2` tag and rebuild your binaries.
Please update to the `v0.9.3` tag and rebuild your binaries.

```sh
git clone https://github.com/public-awesome/stargaze
cd stargaze
git checkout v0.9.2
git checkout v0.9.3

make install
```
Expand All @@ -54,8 +52,8 @@ starsd version --long

name: starsd
server_name: starsd
version: '"0.9.2"'
commit: b854ac719aa7c5da1e89b825592e8f4eef5167bd
version: '"0.9.3"'
commit: a6ecce88b17428836041caf0fff8ada3c15afd00
build_tags: netgo,ledger
go: go version go1.16.3 darwin/amd64
```
Expand Down Expand Up @@ -149,7 +147,7 @@ Verify your genesis file was created properly:

```sh
./checkgen.sh
f5c09fddaba793e1fb98b903c9555f417714e7bffe4d86789730c61bfe28201e
0bf3d6531c6b13677472ef2a1fc1f7fe01a5e23fce5ff439a43a6522aa1503a6
```

_NOTE: You will need to install [jq](https://stedolan.github.io/jq/download/) if you haven't already for the above to work_.
Expand All @@ -158,11 +156,12 @@ _NOTE: You will need to install [jq](https://stedolan.github.io/jq/download/) if

You should review the `config.toml` and `app.toml` that was generated when you ran `starsd init` last time.

A couple things to highlight:
When it comes the min gas fees, our recommendation is to leave this blank for now (charge no gas fees), to make the UX as seamless as possible
for users to be able to pay with IBC assets. So in `app.toml`:

- We have defaulted all nodes to maintaining 2 recent statesync snapshots.
- When it comes the min gas fees, our recommendation is to leave this blank for now (charge no gas fees), to make the UX as seamless as possible
for users to be able to pay with IBC assets.
```sh
minimum-gas-prices = ""
```

### Reset chain DB

Expand Down