neo icon indicating copy to clipboard operation
neo copied to clipboard

new validator fail to start consensus

Open cloud8little opened this issue 5 years ago • 2 comments

Describe the bug when total votes is more than 2000,0000; and the new validator should be able to start a new-round consensus.

To Reproduce Steps to reproduce the behavior:

  1. Run a consensus node. and initialized with 4 committee members(include CN)
  2. create c1.json, c2.json, c3.json; vote c1.json with 99890000; vote c2.json with 100000; vote c3.json 10000, and the initial validator with 0.
026a59b03f981a5dfded185472f4f19409cd229b5cfd11721e70f2b1d16079376a      0
0301088961847b4a684a4b0303eebf4fac76f5605349e8550df1c207c245dfdb78      100000
0352d917d618a42acd3299d08724444d7ba43afddc542752d71835691c654040f9      99890000
03f82a13a0cbf4c553765025a11557f67ad0443813d8ce7d28009d446bbff15c82      10000
  1. open c1.json wallet and start consensus.

Expected behavior

  1. get next validators shows the initial validator public key.
  2. start consensus fail because its role is still WatchOnly.

Screenshots

df38bbf59ceb7cbce07183424b5f25b

cloud8little avatar Sep 11 '20 10:09 cloud8little

It should be reconfigured on View=0 :S

shargon avatar Sep 12 '20 10:09 shargon

@cloud8little Has it been fixed?

erikzhang avatar Jan 26 '21 06:01 erikzhang