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

docs: remove references to hambach testnet #1779

Merged
merged 6 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
12 changes: 0 additions & 12 deletions docs/ledger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,12 @@ Redwood Testnet is a test network with the same configuration as Regen Mainnet.

For more information, check out [Get Started: Live Networks](get-started/live-networks.md#redwood-testnet).

## Hambach Testnet

Hambach Testnet is a test network with experimental modules enabled (modules that are either still in development or under consideration). Developers can use Hambach Testnet to test out features not available on Regen Mainnet. Unofficial REGEN tokens can be redeemed using a faucet.

Hambach Testnet includes the following experimental modules:

- [Group Module](../modules/group/README.md) (alpha version, not the same version in Cosmos SDK v0.46)
- [CosmWasm Module](https://docs.cosmwasm.com/docs/1.0/)

For more information, check out [Get Started: Live Networks](get-started/live-networks.md#hambach-testnet).

## Block Explorers

The following block explorers currently support Regen Ledger:

- [Aneka - Regen Mainnet](https://regen.aneka.io)
- [Aneka - Redwood Testnet](https://redwood.regen.aneka.io)
- [Aneka - Hambach Testnet](https://hambach.regen.aneka.io)
- [Big Dipper - Regen Mainnet](https://regen.bigdipper.live)
- [Mintscan - Regen Mainnet](https://mintscan.io/regen)
- [Ping - Regen Mainnet](https://ping.pub/regen)
Expand Down
33 changes: 2 additions & 31 deletions docs/ledger/get-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ The `regen` binary serves as the node client and the application client. In othe

The `regen` binary can be installed using a pre-built package or by building and installing the binary from source. We recommend basic users install `regen` using the pre-built package for convenience, which does not require additional dependencies such as Git, Make, and Go.

:::tip Experimental App Configuration
Users wanting to interact with [Hambach Testnet](live-networks.md#hambach-testnet) will need to build and install from source using the `EXPERIMENTAL` option. See [Building From Source](#building-from-source) for more information.
:::

## Pre-Built Package

### For Mac OS
Expand Down Expand Up @@ -104,9 +100,7 @@ Additional packages and checksums are available under "Assets" on the [Release P

## Building From Source

The following installation instructions include two options, one for installing the `regen` binary with the "stable app configuration" and another with the "experimental app configuration".

If you are looking to interact with features on [Hambach Testnet](live-networks.md#hambach-testnet) not available on [Regen Mainnet](live-networks.md#regen-mainnet) and [Redwood Testnet](live-networks.md#redwood-testnet), then you will want to use the "experimental app configuration", which means you will need to add the `EXPERIMENTAL` option to the `make install` command.
The following installation instructions are for installing the `regen` binary.

### Prerequisites

Expand Down Expand Up @@ -136,32 +130,17 @@ cd regen-ledger

Check out the latest stable version:

*For the stable app configuration (used on Regen Mainnet and Redwood Testnet):*

```bash
git checkout v5.0.0
```

*For the experimental app configuration (used on Hambach Testnet):*

```bash
git checkout v4.0.0
```

Build and install the `regen` binary:

*For the stable app configuration (used on Regen Mainnet and Redwood Testnet):*

```bash
make install
```

*For the experimental app configuration (used on Hambach Testnet):*

```bash
EXPERIMENTAL=true make install
```

Check to make sure the installation was successful:

```bash
Expand All @@ -170,14 +149,6 @@ regen version

You should see the following:

*For the stable app configuration (used on Regen Mainnet and Redwood Testnet):*

```bash
v5.0.0
```

*For the experimental app configuration (used on Hambach Testnet):*

```bash
v4.0.0
v5.0.0
ryanchristo marked this conversation as resolved.
Show resolved Hide resolved
```
29 changes: 1 addition & 28 deletions docs/ledger/get-started/live-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ The following URLs are node addresses for full nodes operated by RND and VitWit:

For more information, see [regen-network/testnets](https://github.com/regen-network/testnets).

### Hambach Testnet

`regen-hambach-2` is the chain ID for Hambach Testnet.

The latest iteration of Hambach Testnet launched with the `v4.0.0` release tag of `regen-ledger` using the experimental build (`EXPERIMENTAL=true`).

When the time comes to update Hambach Testnet, the chain will be restarted with an incremented chain ID rather than going through the upgrade process due to the inability to support migrations for experimental modules. It's important to keep this in mind when developing with Hambach Testnet and we recommend developers create scripts that will reseed the network when the time comes.

The following URLs are node addresses for full nodes operated by RND and VitWit:

- [http://hambach.regen.network:26657/](http://hambach.regen.network:26657/)
- [http://hambach-sentry.vitwit.com:26657/](http://hambach-sentry.vitwit.com:26657/)

For more information, see [regen-network/testnets](https://github.com/regen-network/testnets).

## Interacting With A Node

First, you'll need to install the `regen` binary. For installation instructions, see [Install Regen](README.md#install-regen).
Expand All @@ -69,12 +54,6 @@ To check the status of the Redwood Testnet node, run the following command:
regen status --node http://redwood.regen.network:26657
```

To check the status of the Hambach Testnet node, run the following command:

```bash
regen status --node http://hambach.regen.network:26657
```

You can also set the node address once using the `config` command rather than adding the `--node` flag to each command:

```bash
Expand All @@ -97,10 +76,4 @@ In order to interact with the test networks, you'll need some tokens. You can re

```bash
curl http://redwood-sentry.vitwit.com:8000/faucet/<account_address>
```

*For Hambach Testnet:*

```bash
curl http://hambach-sentry.vitwit.com:8000/faucet/<account_address>
```
```
19 changes: 0 additions & 19 deletions docs/validators/get-started/initialize-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ regen init [moniker] --chain-id regen-1
regen init [moniker] --chain-id regen-redwood-1
```

*For Hambach Testnet:*

```bash
regen init [moniker] --chain-id regen-hambach-1
```

## Update Genesis

Update the genesis file.
Expand All @@ -43,12 +37,6 @@ curl http://mainnet.regen.network:26657/genesis | jq .result.genesis > ~/.regen/
curl http://redwood.regen.network:26657/genesis | jq .result.genesis > ~/.regen/config/genesis.json
```

*For Hambach Testnet:*

```bash
curl http://hambach.regen.network:26657/genesis | jq .result.genesis > ~/.regen/config/genesis.json
```

## Update Peers

Add a seed node for initial peer discovery.
Expand All @@ -67,13 +55,6 @@ PERSISTENT_PEERS="d5ceac343e48c7522c3a5a8c0cf5cb896d1f8a60@redwood.regen.network
sed -i '/persistent_peers =/c\persistent_peers = "'"$PERSISTENT_PEERS"'"' ~/.regen/config/config.toml
```

*For Hambach Testnet:*

```bash
PERSISTENT_PEERS="4f5c0be7705bf4acb5b99dcaf93190059ac283a1@hambach.regen.network:26656,578b74c81f08a812b5f1a76a53b00a8ad3cfec57@hambach-sentry.vitwit.com:26656"
sed -i '/persistent_peers =/c\persistent_peers = "'"$PERSISTENT_PEERS"'"' ~/.regen/config/config.toml
```

## Start Node

The node is now ready to connect to the network:
Expand Down
41 changes: 0 additions & 41 deletions docs/validators/get-started/install-regen.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,17 @@ cd regen-ledger

Check out the genesis version:

*For Regen Mainnet:*

```bash
git checkout v1.0.0
```

*For Redwood Testnet:*

```bash
git checkout v1.0.0
```

*For Hambach Testnet:*

```bash
git checkout v4.0.0
```

Build and install the `regen` binary:

*For Regen Mainnet:*

```bash
make install
```

*For Redwood Testnet:*

```bash
make install
```

*For Hambach Testnet:*

```bash
EXPERIMENTAL=true make install
```

Check to make sure the installation was successful:

```bash
Expand All @@ -68,20 +41,6 @@ regen version

You should see the following:

*For Regen Mainnet:*

```bash
v1.0.0
```

*For Redwood Testnet:*

```bash
v1.0.0
```

*For Hambach Testnet:*

```bash
v4.0.0
```