-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding more content, fixing content mostly in local chains file (#542)
- Loading branch information
Showing
7 changed files
with
141 additions
and
32 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
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,5 +1,9 @@ | ||
# Frequently Asked Questions | ||
|
||
Here are some of the most frequently asked questions concerning the IBC relayer. | ||
Here are some of the most frequently asked questions concerning Hermes operating and functionality | ||
|
||
#### Can I connect more than two chains using Hermes ? | ||
|
||
[ANSWER] | ||
|
||
|
||
> [TODO] |
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,7 +1,7 @@ | ||
# Getting Started | ||
|
||
In order to run the relayer, please ensure you have all the [pre-requisites](./pre_requisites.md) installed on your machine. | ||
In order to run Hermes, please ensure you have all the [pre-requisites](./pre_requisites.md) installed on your machine. | ||
|
||
Once you have all the pre-requisites installed on your machine, you can [build and run the relayer](./setup.md) in your machine. | ||
Once you have all the pre-requisites installed on your machine, you can [build and run Hermes](./setup.md) in your machine. | ||
|
||
> The instructions on this guide have been tested on `Linux` and `MacOS` environments. Most of the commands should work on both environments. Even though you can build and run the relayer on `Windows` (since we develop it in Rust and it supports cross platform compilation) we have not tested the relayer on `Windows` and we do not support this environment at this time. |
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 |
---|---|---|
@@ -0,0 +1,86 @@ | ||
[global] | ||
timeout = '10s' | ||
strategy = 'naive' | ||
log_level = 'error' | ||
|
||
[[chains]] | ||
id = 'ibc-0' | ||
rpc_addr = 'tcp://localhost:26657' | ||
grpc_addr = 'tcp://localhost:9090' | ||
account_prefix = 'cosmos' | ||
key_name = 'testkey' | ||
store_prefix = 'ibc' | ||
gas = 200000 | ||
max_msg_num = 4 | ||
max_tx_size = 1048576 | ||
clock_drift = '5s' | ||
trusting_period = '14days' | ||
|
||
[chains.trust_threshold] | ||
numerator = '1' | ||
denominator = '3' | ||
|
||
[chains.peers] | ||
primary = 'C1A9FC620F819B2DAE2A6BBE59360220EF2150A1' | ||
|
||
[[chains.peers.light_clients]] | ||
peer_id = 'C1A9FC620F819B2DAE2A6BBE59360220EF2150A1' | ||
address = 'tcp://localhost:26657' | ||
timeout = '10s' | ||
trusted_header_hash = 'C5645F22EFBD5E86F4AAD69A5739B9A1F4A695E2140ADDF5C66DBC25322306C0' | ||
trusted_height = '15' | ||
|
||
[chains.peers.light_clients.store] | ||
type = 'disk' | ||
path = '/home/andy/development/github.com/informalsystems/ibc-rs/scripts/data/ibc-0/data/C1A9FC620F819B2DAE2A6BBE59360220EF2150A1' | ||
|
||
[[chains.peers.light_clients]] | ||
peer_id = '2427F8D914A6862279B3326FA64F76E3BC06DB2E' | ||
address = 'tcp://localhost:26657' | ||
timeout = '10s' | ||
trusted_header_hash = 'C5645F22EFBD5E86F4AAD69A5739B9A1F4A695E2140ADDF5C66DBC25322306C0' | ||
trusted_height = '15' | ||
|
||
[chains.peers.light_clients.store] | ||
type = 'disk' | ||
path = '/home/andy/development/github.com/informalsystems/ibc-rs/scripts/data/ibc-0/data/2427F8D914A6862279B3326FA64F76E3BC06DB2E' | ||
|
||
[[chains]] | ||
id = 'ibc-1' | ||
rpc_addr = 'tcp://localhost:26557' | ||
grpc_addr = 'tcp://localhost:9091' | ||
account_prefix = 'cosmos' | ||
key_name = 'testkey' | ||
store_prefix = 'ibc' | ||
clock_drift = '5s' | ||
trusting_period = '14days' | ||
|
||
[chains.trust_threshold] | ||
numerator = '1' | ||
denominator = '3' | ||
|
||
[chains.peers] | ||
primary = '5F54ADAAC7883F92DC133BAC1A8793C19944874B' | ||
|
||
[[chains.peers.light_clients]] | ||
peer_id = '5F54ADAAC7883F92DC133BAC1A8793C19944874B' | ||
address = 'tcp://localhost:26557' | ||
timeout = '10s' | ||
trusted_header_hash = '74400E4CDE2B6D86CDD969429C4774C2BE81C6B1D979514D50F44E36F2B7EA40' | ||
trusted_height = '4' | ||
|
||
[chains.peers.light_clients.store] | ||
type = 'disk' | ||
path = '/home/andy/development/github.com/informalsystems/ibc-rs/scripts/data/ibc-1/data/5F54ADAAC7883F92DC133BAC1A8793C19944874B' | ||
|
||
[[chains.peers.light_clients]] | ||
peer_id = 'A885BB3D3DFF6101188B462466AE926E7A6CD51E' | ||
address = 'tcp://localhost:26557' | ||
timeout = '10s' | ||
trusted_header_hash = '74400E4CDE2B6D86CDD969429C4774C2BE81C6B1D979514D50F44E36F2B7EA40' | ||
trusted_height = '4' | ||
|
||
[chains.peers.light_clients.store] | ||
type = 'disk' | ||
path = '/home/andy/development/github.com/informalsystems/ibc-rs/scripts/data/ibc-1/data/A885BB3D3DFF6101188B462466AE926E7A6CD51E' | ||
|