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

Bug: node seed not acquired by node during setup #1019

Closed
iltoga opened this issue Aug 4, 2020 · 0 comments
Closed

Bug: node seed not acquired by node during setup #1019

iltoga opened this issue Aug 4, 2020 · 0 comments
Assignees
Labels
BUG Something isn't working
Projects

Comments

@iltoga
Copy link
Contributor

iltoga commented Aug 4, 2020

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

  1. run a registered node
  2. 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.

@iltoga iltoga added the BUG Something isn't working label Aug 4, 2020
@iltoga iltoga self-assigned this Aug 4, 2020
@iltoga iltoga added this to To do in zoobc-core via automation Aug 4, 2020
zoobc-core automation moved this from To do to Done Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
zoobc-core
  
Done
Development

No branches or pull requests

2 participants