Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMA Agent trying to start transfer loop with unconnected chains #1563

Closed
EvgeniyZZ opened this issue Aug 21, 2023 · 2 comments · Fixed by #1564, #1565, #1570 or #1583
Closed

IMA Agent trying to start transfer loop with unconnected chains #1563

EvgeniyZZ opened this issue Aug 21, 2023 · 2 comments · Fixed by #1564, #1565, #1570 or #1583

Comments

@EvgeniyZZ
Copy link

Environment
IMA Agent: 2.0.0-beta.7
Network: Regression
Schain name: curly-red-alterf
Have at least one schain connected to check diff

Step to reproduce

  • Update ima agent to version 2.0.0-beta.9
  • Observe IMA Agent logs

Actual result
Agent try's to call getIncomingMessagesCounter and get revert because schain are not connected.

Expected result
Agent shouldn't msg loop between unconnected chains

Log
2023-08-18 20:07:38.935: Querying via URL http://34.217.246.35:10323 to S-Chain howling-hoedus whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:38.948: Got false
2023-08-18 20:07:38.949: Querying via URL http://35.80.147.90:10131 to S-Chain portly-passionate-sirius whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:38.959: Got true
2023-08-18 20:07:38.959: Querying via URL http://54.245.123.63:10195 to S-Chain quiet-alchiba whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:38.969: Got true
2023-08-18 20:07:38.970: Querying via URL http://44.227.63.77:10195 to S-Chain green-giddy-denebola whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:38.983: Got false
2023-08-18 20:07:38.983: Querying via URL http://44.235.52.167:10323 to S-Chain wan-tasty-kitalpha whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:39.112: Got false
2023-08-18 20:07:39.112: Querying via URL http://34.217.241.119:10131 to S-Chain submissive-well-off-rotanev whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:39.127: Got false
2023-08-18 20:07:39.127: Querying via URL http://52.38.187.226:10387 to S-Chain lone-brisk-our-skale whether it's connected to S-Chain curly-red-alterf...
2023-08-18 20:07:39.138: Got false

Full log
imaGetOutgoing.txt
ains

@sergiy-skalelabs sergiy-skalelabs moved this from In Progress to Code Review in SKALE Engineering 🚀 Aug 21, 2023
@github-project-automation github-project-automation bot moved this from Code Review to Ready For Release Candidate in SKALE Engineering 🚀 Aug 22, 2023
@sergiy-skalelabs sergiy-skalelabs moved this from Ready For Release Candidate to QA in SKALE Engineering 🚀 Aug 22, 2023
@PolinaKiporenko PolinaKiporenko moved this from QA to Ready For Pickup in SKALE Engineering 🚀 Aug 28, 2023
@sergiy-skalelabs sergiy-skalelabs moved this from Ready For Pickup to In Progress in SKALE Engineering 🚀 Aug 29, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Aug 30, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Ready For Release Candidate in SKALE Engineering 🚀 Sep 1, 2023
@DmytroNazarenko
Copy link
Contributor

IMA: 2.0.0-beta.10

@DmytroNazarenko DmytroNazarenko moved this from Ready For Release Candidate to Merged To Release Candidate in SKALE Engineering 🚀 Sep 1, 2023
@EvgeniyZZ EvgeniyZZ moved this from Merged To Release Candidate to To Do in SKALE Engineering 🚀 Sep 4, 2023
@EvgeniyZZ
Copy link
Author

EvgeniyZZ commented Sep 4, 2023

Verified:

SNBForUnconnectedChains.txt

IMA Agent: 2.0.0-beta.10
IMA Agent: 2.0.0-beta.15(16)

@github-project-automation github-project-automation bot moved this from To Do to Ready For Pickup in SKALE Engineering 🚀 Sep 4, 2023
@PolinaKiporenko PolinaKiporenko moved this from Ready For Pickup to In Progress in SKALE Engineering 🚀 Sep 5, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Sep 8, 2023 that will close this issue
@PolinaKiporenko PolinaKiporenko moved this from In Progress to Code Review in SKALE Engineering 🚀 Sep 8, 2023
@sergiy-skalelabs sergiy-skalelabs moved this from Code Review to QA in SKALE Engineering 🚀 Sep 19, 2023
@EvgeniyZZ EvgeniyZZ moved this from QA to Done in SKALE Engineering 🚀 Sep 25, 2023
@github-project-automation github-project-automation bot moved this from Done to Ready For Release Candidate in SKALE Engineering 🚀 Sep 25, 2023
@EvgeniyZZ EvgeniyZZ moved this from Ready For Release Candidate to Done in SKALE Engineering 🚀 Sep 25, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Oct 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment