Skip to content

Commit

Permalink
Documented the v0.1.0 installation issue re: #672
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere committed Feb 16, 2021
1 parent 25c4da1 commit 91ed936
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions guide/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ hermes version
hermes 0.1.0
```

> #### Update 16.02.2021: Regarding installation errors
>
> It is possible that the command `cargo install ibc-relayer-cli` will fail.
> This is a [known issue][issue/672], caused by a recent update of a dependency.
>
> The simplest way to work around this problem is to build Hermes from source,
> using the most up-to-date version. Simply follow the recipe in the section
> below __but skip the step__ `git checkout v0.1.0`. In that way, you'll be
> using the latest commit in the `master` branch. The rest of the steps remain
> unchanged.

[issue/672]: https://github.com/informalsystems/ibc-rs/issues/672

## Build from source

### Clone the repository
Expand Down
2 changes: 1 addition & 1 deletion relayer-cli/src/commands/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub enum TxRawCommands {
#[options(help = "Confirm the closing of a channel (ChannelCloseConfirm)")]
ChanCloseConfirm(channel::TxRawChanCloseConfirmCmd),

/// The `tx raw packet-send` subcommand
/// The `tx raw ft-transfer` subcommand
#[options(help = "Send a fungible token transfer test transaction (ICS20 MsgTransfer)")]
FtTransfer(transfer::TxICS20MsgTransferCmd),

Expand Down

0 comments on commit 91ed936

Please sign in to comment.