neo
neo copied to clipboard
new validator fail to start consensus
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:
- Run a consensus node. and initialized with 4 committee members(include CN)
- 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
- open c1.json wallet and start consensus.
Expected behavior
- get next validators shows the initial validator public key.
- start consensus fail because its role is still WatchOnly.
Screenshots

It should be reconfigured on View=0 :S
@cloud8little Has it been fixed?