-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump crates to v0.14.0 and
ibc-proto
to v0.17.1
- Loading branch information
Showing
18 changed files
with
40 additions
and
40 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Summary | ||
|
||
# Hermes (v0.13.0) | ||
# Hermes (v0.14.0) | ||
|
||
--- | ||
- [Introduction](./index.md) | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Hermes accepts global options which affect all commands. | ||
|
||
```shell | ||
hermes 0.13.0 | ||
hermes 0.14.0 | ||
Informal Systems <[email protected]> | ||
Implementation of `hermes`, an IBC Relayer developed in Rust. | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -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-v0.13.0-x86_64-apple-darwin.tar.gz` (or .zip), | ||
- Linux: `hermes-v0.13.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip). | ||
- MacOS: `hermes-v0.14.0-x86_64-apple-darwin.tar.gz` (or .zip), | ||
- Linux: `hermes-v0.14.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip). | ||
|
||
The step-by-step instruction below should carry you through the whole process: | ||
|
||
|
@@ -47,7 +47,7 @@ hermes version | |
``` | ||
|
||
``` | ||
hermes 0.13.0 | ||
hermes 0.14.0 | ||
``` | ||
|
||
## Install via Cargo | ||
|
@@ -81,7 +81,7 @@ hermes version | |
``` | ||
``` | ||
hermes 0.13.0 | ||
hermes 0.14.0 | ||
``` | ||
|
||
## Build from source | ||
|
@@ -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 `v0.13.0` then execute the command: | ||
Then checkout the release, for example if the most recent release is `v0.14.0` then execute the command: | ||
|
||
```shell | ||
git checkout v0.13.0 | ||
git checkout v0.14.0 | ||
``` | ||
|
||
### Building with `cargo build` | ||
|
@@ -151,7 +151,7 @@ If you run the `hermes` without any additional parameters you should see the usa | |
``` | ||
|
||
``` | ||
hermes 0.13.0 | ||
hermes 0.14.0 | ||
Informal Systems <[email protected]> | ||
USAGE: | ||
|
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ To this end, clone the `ibc-rs` repository and check out the current version: | |
```bash | ||
git clone [email protected]:informalsystems/ibc-rs.git | ||
cd ibc-rs | ||
git checkout v0.13.0 | ||
git checkout v0.14.0 | ||
``` | ||
|
||
### Stop existing `gaiad` processes | ||
|
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ibc-proto" | ||
version = "0.17.0" | ||
version = "0.17.1" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ibc-relayer-rest" | ||
version = "0.13.0" | ||
version = "0.14.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
@@ -14,8 +14,8 @@ description = """ | |
""" | ||
|
||
[dependencies] | ||
ibc = { version = "0.13.0", path = "../modules" } | ||
ibc-relayer = { version = "0.13.0", path = "../relayer" } | ||
ibc = { version = "0.14.0", path = "../modules" } | ||
ibc-relayer = { version = "0.14.0", path = "../relayer" } | ||
|
||
crossbeam-channel = "0.5" | ||
rouille = "3.5" | ||
|
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
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
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
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
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