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

Improve own S-chain discovery in IMA Agent by using SKALE Manager #1585

Closed
sergiy-skalelabs opened this issue Sep 12, 2023 · 0 comments · Fixed by #1589, #1592, #1601 or #1614
Closed

Improve own S-chain discovery in IMA Agent by using SKALE Manager #1585

sergiy-skalelabs opened this issue Sep 12, 2023 · 0 comments · Fixed by #1589, #1592, #1601 or #1614
Assignees
Labels

Comments

@sergiy-skalelabs
Copy link
Contributor

IMA Agent discovers own S-chain on start-up by calling skale_nodesRpcInfo and skale_imaInfo JSON RPC APIs of corresponding skaled instance. These JSON RPC APIs allow to completely discover everything needed about own S-chain, including IP addresses of all 16 nodes, common BLS public key and their 1/16 BLS public keys.
We can remove skale_nodesRpcInfo and skale_imaInfo APIs from skaled and request all the needed information from SKALE Manager instead.

@sergiy-skalelabs sergiy-skalelabs self-assigned this Sep 12, 2023
This was linked to pull requests Sep 14, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Sep 22, 2023 that will close this issue
This was linked to pull requests Oct 9, 2023
@github-project-automation github-project-automation bot moved this to Ready For Release Candidate in SKALE Engineering 🚀 Oct 10, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Oct 10, 2023 that will close this issue
@DmytroNazarenko DmytroNazarenko removed a link to a pull request Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment