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

Add new Validator problem #1714

Open
polygomic opened this issue Jul 11, 2023 · 8 comments
Open

Add new Validator problem #1714

polygomic opened this issue Jul 11, 2023 · 8 comments

Comments

@polygomic
Copy link

After finalizing genesis with ability to add validator and staking we run the network.
after 100000 block we add new validator
whitelisted and stake on root chain the and enable sealing the validator work as regular node and not create any new block
our epoch is 100
in the log of genesis validators we see we are the proposer log but in new validator we can not see.
what is the problem

Your environment

  • OS and version.
  • The version of the Polygon Edge.
    (Confirm the version of your Polygon edge client by running the following command: polygon-edge version --grpc-address GRPC_ADDRESS)
  • The branch that causes this issue.
  • Locally or Cloud hosted (which provider).
  • Please confirm if the validators are running under containerized environment (K8s, Docker, etc.).

Steps to reproduce

  • Tell us how to reproduce this issue.
  • Where the issue is, if you know.
  • Which commands triggered the issue, if any.
  • Provide us with the content of your genesis file.
  • Provide us with commands that you used to start your validators.
  • Provide us with the peer list of each of your validators by running the following command: polygon-edge peers list --grpc-address GRPC_ADDRESS.
  • Is the chain producing blocks and serving customers atm?

Expected behavior

  • Tell us what should happen.
  • Tell us what happened instead.

Logs

Provide us with debug logs from all of your validators by setting logging to debug output with: server --log-level debug

Proposed solution

If you have an idea on how to fix this issue, please write it down here, so we can begin discussing it

@begmaroman
Copy link
Contributor

Thanks for reporting the issue @polygomic!
Am I understanding correctly that a new validator joined after 100000th block does not show we are the proposer log while genesis validators do?

@polygomic
Copy link
Author

yes that is true.
after while list validator , add validator and stake token with seal param does not show we are the proposer the epoch size is 100 and after epoch size also not show that

@goran-ethernal
Copy link
Collaborator

@polygomic Is one validator node started with --relayer flag?

@polygomic
Copy link
Author

yes

@begmaroman
Copy link
Contributor

@polygomic would you mind providing logs output of a new validator so we could analyze them in order to find the issue?

@kr-advait
Copy link

@polygomic have you found any solutions for this ?

@prateektiwari7
Copy link

Hey @begmaroman

We are still facing the same issue and not able to add validator in SmartContract.

We are adding the validator with Staking-SmartContract repo https://github.com/0xPolygon/staking-contracts

@PeterT75
Copy link

@begmaroman can you please help on this issue ? Or any documentation to upgrade polygon-edge to Other chain ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants