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
node seed is not acquired during node setup phase due to early initialization of nodeConfigurationService.
This leads to all nodes trying to register their address by using an incorrect public key (the one from nodeSeed = "") and failing to do so (because there is no such public key in node registry and only registered nodes can add their addresses to db).
Steps to reproduce
run a registered node
verify that node address is not in node_address_info table
Expected behavior
every registered node must have an address in node_address_info table.
The text was updated successfully, but these errors were encountered:
Description
node seed is not acquired during node setup phase due to early initialization of nodeConfigurationService.
This leads to all nodes trying to register their address by using an incorrect public key (the one from nodeSeed = "") and failing to do so (because there is no such public key in node registry and only registered nodes can add their addresses to db).
Steps to reproduce
Expected behavior
every registered node must have an address in node_address_info table.
The text was updated successfully, but these errors were encountered: