forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connection worker (informalsystems#1019)
* under construction * under construction * identified connection end * compiles up to supervisor * Update supervisor.rs * compiles * Update counterparty.rs * without fmt and without clippy * fmt and clippy * option for counterparty in conn open try * Update connection.rs * Update connection.rs * Update supervisor.rs * added some telemetry to connection * update supervisor with connection * Update supervisor.rs * on going * conenction updates * Update supervisor.rs * e2e * Update connection.py * Update connection.py * Update connection.py * update e2e * merge * Review comments * Add user2 to CI * Added new files for gaia 4.2.0 to fix CI * Added config path info to e2e script (informalsystems#1019) * Fix output of hermes query connections * Move binding down to declaration site * Update relayer/src/chain/counterparty.rs Co-authored-by: Romain Ruetschi <romain@informal.systems> * Added reporting for the underlying error in counterparty_state() * Better import of IdentifiedConnectionEnd in cosmos.rs * Masked tonic::Code::NotFound result for query_client_connections. * Remove unwraps * Nit: fix comment & log output * Cleanup * Update changelog * Enable handshake completion on CI Co-authored-by: Anca Zamfir <zamfiranca@gmail.com> Co-authored-by: Andy Nogueira <me@andynogueira.dev> Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Adi Seredinschi <adi@informal.systems>
- Loading branch information
1 parent
43a6672
commit c37c4c3
Showing
30 changed files
with
880 additions
and
115 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
1 change: 0 additions & 1 deletion
1
ci/chains/gaia/v4.2.0/ibc-0/config/gentx/gentx-45c0b2dd4b449f23fa5d112b162fb05f9f4a4812.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ci/chains/gaia/v4.2.0/ibc-0/keyring-test/4a35e9f33e0b0b8ffb7accc43521443bee1d2ae4.address
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ci/chains/gaia/v4.2.0/ibc-0/keyring-test/e3e3d299bc23f66cf82b577e27750065b1c358d2.address
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ci/chains/gaia/v4.2.0/ibc-1/config/gentx/gentx-0a4306ad6829fcbb9a36c06aed7f957648a28e3a.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ci/chains/gaia/v4.2.0/ibc-1/keyring-test/4028568a292af8ad167db01faf2514c97862ede6.address
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ci/chains/gaia/v4.2.0/ibc-1/keyring-test/eca2936a58b8ab7c073373e00e853ef842119d7e.address
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
[global] | ||
strategy = 'packets' | ||
strategy = 'all' | ||
log_level = 'info' | ||
|
||
[[chains]] | ||
|
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
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
Oops, something went wrong.