qiyichain / peculiar

Golang implemention of Qiyi chain which is a high-performance permissioned public chain
https://qiyichain.cn
GNU Lesser General Public License v3.0
3 stars 1 forks source link

after added new validator but not start new node, the old solo validator wait for new node all the time #20

Closed youngqqcn closed 2 years ago

youngqqcn commented 2 years ago
INFO [08-26|10:22:11.007] Successfully sealed new block            number=1394 sealhash=c0cee2..6317ed hash=32325e..1f3137 elapsed=3.005s
INFO [08-26|10:22:11.008] ๐Ÿ”— block reached canonical chain          number=1387 hash=7da594..8c8498
INFO [08-26|10:22:11.008] ๐Ÿ”จ mined potential block                  number=1394 hash=32325e..1f3137
INFO [08-26|10:22:11.008] Commit new mining work                   number=1395 sealhash=91e8e2..442666 uncles=0 txs=0 gas=0         fees=0            elapsed="922.324ยตs"
INFO [08-26|10:22:14.001] Successfully sealed new block            number=1395 sealhash=91e8e2..442666 hash=e1620e..793c09 elapsed=2.992s
INFO [08-26|10:22:14.001] ๐Ÿ”— block reached canonical chain          number=1388 hash=9bc41b..b6a9ad
INFO [08-26|10:22:14.002] ๐Ÿ”จ mined potential block                  number=1395 hash=e1620e..793c09
INFO [08-26|10:22:14.002] Commit new mining work                   number=1396 sealhash=35c514..3e5a7e uncles=0 txs=0 gas=0         fees=0            elapsed="746.33ยตs"
INFO [08-26|10:22:17.001] Successfully sealed new block            number=1396 sealhash=35c514..3e5a7e hash=2010fa..cb34c4 elapsed=2.998s
INFO [08-26|10:22:17.001] ๐Ÿ”— block reached canonical chain          number=1389 hash=912016..6388f2
INFO [08-26|10:22:17.002] ๐Ÿ”จ mined potential block                  number=1396 hash=2010fa..cb34c4
INFO [08-26|10:22:17.002] Commit new mining work                   number=1397 sealhash=68e59c..c06dab uncles=0 txs=0 gas=0         fees=0            elapsed=1.023ms
INFO [08-26|10:22:18.381] Looking for peers                        peercount=1 tried=178 static=0
INFO [08-26|10:22:20.001] Successfully sealed new block            number=1397 sealhash=68e59c..c06dab hash=22a8ff..d49e17 elapsed=2.998s
INFO [08-26|10:22:20.001] ๐Ÿ”— block reached canonical chain          number=1390 hash=bdf7b3..f1001a
INFO [08-26|10:22:20.001] ๐Ÿ”จ mined potential block                  number=1397 hash=22a8ff..d49e17
INFO [08-26|10:22:20.001] Commit new mining work                   number=1398 sealhash=b9ac58..3e782d uncles=0 txs=0 gas=0         fees=0            elapsed="371.389ยตs"
INFO [08-26|10:22:23.001] Successfully sealed new block            number=1398 sealhash=b9ac58..3e782d hash=f6bf74..233031 elapsed=2.999s
INFO [08-26|10:22:23.001] ๐Ÿ”— block reached canonical chain          number=1391 hash=8c7126..fa61ca
INFO [08-26|10:22:23.001] ๐Ÿ”จ mined potential block                  number=1398 hash=f6bf74..233031
INFO [08-26|10:22:23.002] Commit new mining work                   number=1399 sealhash=b7635c..750f22 uncles=0 txs=0 gas=0         fees=0            elapsed=1.023ms
INFO [08-26|10:22:26.001] Successfully sealed new block            number=1399 sealhash=b7635c..750f22 hash=cadb90..5f75d2 elapsed=2.998s
INFO [08-26|10:22:26.001] ๐Ÿ”— block reached canonical chain          number=1392 hash=9aeeb0..0e89b6
INFO [08-26|10:22:26.001] ๐Ÿ”จ mined potential block                  number=1399 hash=cadb90..5f75d2
INFO [08-26|10:22:26.003] Commit new mining work                   number=1400 sealhash=74644e..a87fb3 uncles=0 txs=0 gas=0         fees=0            elapsed=2.518ms
INFO [08-26|10:22:28.403] Looking for peers                        peercount=0 tried=113 static=0
INFO [08-26|10:22:29.004] Successfully sealed new block            number=1400 sealhash=74644e..a87fb3 hash=95b278..d694a7 elapsed=3.000s
INFO [08-26|10:22:29.004] ๐Ÿ”— block reached canonical chain          number=1393 hash=28df2b..116edf
INFO [08-26|10:22:29.004] ๐Ÿ”จ mined potential block                  number=1400 hash=95b278..d694a7
INFO [08-26|10:22:29.004] Commit new mining work                   number=1401 sealhash=8c1932..cd7bce uncles=0 txs=0 gas=0         fees=0            elapsed="757.795ยตs"
INFO [08-26|10:22:29.004] Signed recently, must wait for others 
INFO [08-26|10:22:38.679] Looking for peers                        peercount=0 tried=82  static=0
INFO [08-26|10:22:48.776] Looking for peers                        peercount=0 tried=89  static=0
INFO [08-26|10:22:58.785] Looking for peers                        peercount=2 tried=159 static=0
ERROR[08-26|10:23:07.079] Snapshot extension registration failed   peer=b504b033 err="peer connected on snap without compatible eth support"
INFO [08-26|10:23:08.812] Looking for peers                        peercount=1 tried=126 static=0
youngqqcn commented 2 years ago

After I start new node , the chain recovered.