Skip to content

Commit

Permalink
Bump Hermes to v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jul 27, 2022
1 parent 6d7cd03 commit 6fcf4b2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mdBook is a utility to create modern online books from Markdown files.
This guide should be permanently deployed at its latest stable version at
[hermes.informal.systems](https://hermes.informal.systems).

Current version: `v1.0.0-rc.0`.
Current version: `v1.0.0-rc.1`.

The version of this guide is aligned with the [versioning of the ibc crates](../README.md).

Expand Down
2 changes: 1 addition & 1 deletion guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

# Hermes (v1.0.0-rc.0)
# Hermes (v1.0.0-rc.1)

---
- [Introduction](./index.md)
Expand Down
2 changes: 1 addition & 1 deletion guide/src/commands/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Hermes accepts global options which affect all commands.

```shell
hermes v1.0.0-rc.0
hermes v1.0.0-rc.1
Informal Systems <hello@informal.systems>
Implementation of `hermes`, an IBC Relayer developed in Rust.

Expand Down
4 changes: 2 additions & 2 deletions guide/src/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hermes [--config CONFIG_FILE] COMMAND
The configuration file must have one `global` section, and one `chains` section for each chain.

> **Note:** As of 0.6.0, the Hermes configuration file is self-documented.
> Please read the configuration file [`config.toml`](https://github.com/informalsystems/ibc-rs/blob/v1.0.0-rc.0/config.toml)
> Please read the configuration file [`config.toml`](https://github.com/informalsystems/ibc-rs/blob/v1.0.0-rc.1/config.toml)
> itself for the most up-to-date documentation of parameters.
By default, Hermes will relay on all channels available between all the configured chains.
Expand All @@ -36,7 +36,7 @@ For example, if there are only two chains configured, then Hermes will only rela
i.e. the two chains will serve as a source for each other, and likewise as a destination for each other's relevant events.
Hermes will ignore all events that pertain to chains which are unknown (ie. not present in config.toml).

To restrict relaying on specific channels, or uni-directionally, you can use [packet filtering policies](https://github.com/informalsystems/ibc-rs/blob/v1.0.0-rc.0/config.toml#L209-L231).
To restrict relaying on specific channels, or uni-directionally, you can use [packet filtering policies](https://github.com/informalsystems/ibc-rs/blob/v1.0.0-rc.1/config.toml#L209-L231).

## Adding private keys

Expand Down
2 changes: 1 addition & 1 deletion guide/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hermes Guide (v1.0.0-rc.0)
# Hermes Guide (v1.0.0-rc.1)


Hermes is a an open-source Rust implementation of a relayer for the
Expand Down
16 changes: 8 additions & 8 deletions guide/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ There are two main approaches for obtaining Hermes:

Simply head to the GitHub [Releases][releases] page and download the latest
version of Hermes binary matching your platform:
- MacOS: `hermes-v1.0.0-rc.0-x86_64-apple-darwin.tar.gz` (or .zip),
- Linux: `hermes-v1.0.0-rc.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip).
- MacOS: `hermes-v1.0.0-rc.1-x86_64-apple-darwin.tar.gz` (or .zip),
- Linux: `hermes-v1.0.0-rc.1-x86_64-unknown-linux-gnu.tar.gz` (or .zip).

The step-by-step instruction below should carry you through the whole process:

Expand Down Expand Up @@ -47,7 +47,7 @@ hermes version
```

```
hermes v1.0.0-rc.0
hermes v1.0.0-rc.1
```

## Install via Cargo
Expand All @@ -59,7 +59,7 @@ Hermes is packaged in the `ibc-relayer-cli` Rust crate.
To install the latest release of Hermes, run the following command in a terminal:

```shell
cargo install ibc-relayer-cli@1.0.0-rc.0 --bin hermes --locked
cargo install ibc-relayer-cli@1.0.0-rc.1 --bin hermes --locked
```

This will download and build the crate `ibc-relayer-cli`, and install the
Expand All @@ -81,7 +81,7 @@ hermes version
```
```
hermes v1.0.0-rc.0
hermes v1.0.0-rc.1
```

## Build from source
Expand All @@ -103,10 +103,10 @@ cd ibc-rs

Go to the [ibc-rs releases](https://github.com/informalsystems/ibc-rs/releases) page to see what is the most recent release.

Then checkout the release, for example if the most recent release is `v1.0.0-rc.0` then execute the command:
Then checkout the release, for example if the most recent release is `v1.0.0-rc.1` then execute the command:

```shell
git checkout v1.0.0-rc.0
git checkout v1.0.0-rc.1
```

### Building with `cargo build`
Expand Down Expand Up @@ -151,7 +151,7 @@ If you run the `hermes` without any additional parameters you should see the usa
```

```
hermes v1.0.0-rc.0
hermes v1.0.0-rc.1
Informal Systems <hello@informal.systems>
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion guide/src/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ as the version of the REST server itself (under the `ibc-relayer-rest` key).
[
{
"name": "ibc-relayer",
"version": "v1.0.0-rc.0"
"version": "v1.0.0-rc.1"
},
{
"name": "ibc-relayer-rest",
Expand Down
2 changes: 1 addition & 1 deletion relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-relayer-cli"
version = "1.0.0-rc.0"
version = "1.0.0-rc.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = """
[dependencies]
ibc = { version = "=0.16.0", path = "../../modules" }
ibc-relayer = { version = "=0.16.0", path = "../../relayer" }
ibc-relayer-cli = { version = "=1.0.0-rc.0", path = "../../relayer-cli" }
ibc-relayer-cli = { version = "=1.0.0-rc.1", path = "../../relayer-cli" }
ibc-proto = { version = "=0.19.0", path = "../../proto" }
tendermint = { version = "=0.23.8" }
tendermint-rpc = { version = "=0.23.8", features = ["http-client", "websocket-client"] }
Expand Down

0 comments on commit 6fcf4b2

Please sign in to comment.