Skip to content

Commit

Permalink
Problem: latest hermes is not used in integration tests (#1361)
Browse files Browse the repository at this point in the history
* Problem: latest hermes is not used in integration tests

* larger trust_period
  • Loading branch information
mmsqe authored May 29, 2024
1 parent 6fe4612 commit 1ffb99b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion integration_tests/ibc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def get_balances(chain, addr):

def ibc_multi_transfer(ibc):
chains = [ibc.cronos.cosmos_cli(), ibc.chainmain.cosmos_cli()]
# FIXME: more users after batch fix
users = [f"user{i}" for i in range(1, 51)]
addrs0 = [chains[0].address(user) for user in users]
addrs1 = [chains[1].address(user) for user in users]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_ibc_update_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_ibc_update_client_via_proposal(ibc):
"--reference-chain",
"chainmain-1",
]
trust_period = "30s"
trust_period = "45s"
subprocess.check_call(cmd + ["--trusting-period", trust_period])
# create new connection with new client
cmd = cmd0 + [
Expand Down
3 changes: 0 additions & 3 deletions nix/hermes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ rustPlatform.buildRustPackage rec {
];
cargoLock = {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"ibc-proto-0.38.0" = "sha256-UhpWBzraC6fMPJ0BVK6CxdrywoEayNq0tBU0N3MxmB4=";
};
};
doCheck = false;
RUSTFLAGS = "--cfg ossl111 --cfg ossl110 --cfg ossl101";
Expand Down
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"ibc-rs": {
"branch": "v1.7.0",
"branch": "v1.8.3",
"description": "IBC modules and relayer - Formal specifications and Rust implementation",
"homepage": "",
"owner": "informalsystems",
"repo": "ibc-rs",
"rev": "0181c462486b7801d4ec720aa34f34576fcf981b",
"sha256": "1mwm0ia69wlshr5m5a8vblc6zh244rrxxm7np5df74jg330nyw7z",
"rev": "1d2aa0c7108dc278e00731cc91bc366a418e2543",
"sha256": "08i1w1lcdwlpa70vzw305g0hh23q0mkby8fvf693zxq430y55gjs",
"type": "tarball",
"url": "https://github.com/devashishdxt/hermes/archive/0181c462486b7801d4ec720aa34f34576fcf981b.tar.gz",
"url": "https://github.com/informalsystems/hermes/archive/1d2aa0c7108dc278e00731cc91bc366a418e2543.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand Down

0 comments on commit 1ffb99b

Please sign in to comment.