You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
IMA Agent discovers own S-chain on start-up by calling
skale_nodesRpcInfo
andskale_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
andskale_imaInfo
APIs from skaled and request all the needed information from SKALE Manager instead.The text was updated successfully, but these errors were encountered: