Skip to content

Commit

Permalink
Split gm out of the repo (#2775)
Browse files Browse the repository at this point in the history
* Removed gm folder and updated the guide to reflect new gm repo

* Added changelog

* Move changelog entry to appropriate location

* Remove old changelog entry

* Fix install path

Co-authored-by: Sean Chen <seanchen11235@gmail.com>
  • Loading branch information
harveenSingh and seanchen1991 committed Oct 27, 2022
1 parent e2e2d25 commit 3aba0ff
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2,065 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Removed `gm` folder and its contents
- Updated the guide to reflect the new repo
- ([#2754](https://github.com/informalsystems/hermes/issues/2754))
10 changes: 5 additions & 5 deletions guide/src/tutorials/pre-requisites/gaiad-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Follow the instructions below to install and configure `gm`.
2. Install `gm`

```bash
{{#template ../../templates/commands/git/clone_ibc_rs.md}}
ibc-rs/scripts/gm/bin/gm install
git clone https://github.com/informalsystems/gm
gm/bin/gm install
```
Alternatively, you can create the folder `$HOME/.gm/bin` and copy the files from `scripts/gm/bin` in there.
Alternatively, you can create the folder `$HOME/.gm/bin` and copy the files from `gm/bin` in there.

3. Activate `gm`
* Add `source $HOME/.gm/bin/shell-support` to a file that executes when a new terminal window comes up
Expand Down Expand Up @@ -71,7 +71,7 @@ your path.

**Description**: This file contains all the high-level node configuration that `gm` is aware of. Note that all entries under `[global]` are also valid entries under any `[node]` header, and can be used to override the global entries for specific nodes/validators.

**Entries**: All entries are defined and documented in the `scripts/gm/gm.toml` example configuration file.
**Entries**: All entries are defined and documented in the `gm.toml` example configuration file.

Copy and paste below to `$HOME/.gm/gm.toml` and set Hermes' binary path according to your setup.
Expand All @@ -81,7 +81,7 @@ The following configuration you need to specify 2 `gaiad` chains. `hermes` will
{{#include ../../templates/files/gm/default_gm.toml}}
```
> __NOTE:__ Go to this page for more details about [Gaiad Manager](https://github.com/informalsystems/hermes/tree/master/scripts/gm)
> __NOTE:__ Go to this page for more details about [Gaiad Manager](https://github.com/informalsystems/gm)
---
Expand Down
133 changes: 0 additions & 133 deletions scripts/gm/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 3aba0ff

Please sign in to comment.