I have initially set up my blockchain with 4 validators and 1 bootnode.
Here's the issue I'm encountering:
A new user has staked the minimum required amount in the staking smart contract at address “0x0000000000000000000000000000000000001001”. However, when I check the validator list using npm info, the user appears in the array but is not participating in consensus or block validation.
As a result, the blockchain is halting, and no new blocks are being produced.
I have initially set up my blockchain with 4 validators and 1 bootnode.
Here's the issue I'm encountering:
A new user has staked the minimum required amount in the staking smart contract at address “0x0000000000000000000000000000000000001001”. However, when I check the validator list using npm info, the user appears in the array but is not participating in consensus or block validation.
As a result, the blockchain is halting, and no new blocks are being produced.
Can you guys clarify this?