lavaio / lava

Lava is a Proof-of-Capacity backed global digital infrastructure where people can create, trade and manage real-world assets.
https://www.lavatech.org/
MIT License
23 stars 12 forks source link

could not create new block when received new block #37

Open jiraiyav5 opened 5 years ago

jiraiyav5 commented 5 years ago

Debug.log is as below

2019-10-10T02:02:12Z UpdateTip: new best=a14bbeb8e00223ced82f0f33585f5bea7ba020a8e9564058c0813eb63a4930a0 height=15282 version=0x20000000 log2_work=64.136037 tx=37157 date='2019-10-10T02:02:12Z' progress=0.000081 cache=0.6MiB(4618txo)
2019-10-10T02:02:14Z Update new deadline: 9788, now: 1570672934, target: 1570682720
2019-10-10T02:02:14Z Update new deadline: 2324, now: 1570672934, target: 1570675256
2019-10-10T02:02:32Z Update new deadline: 2153, now: 1570672952, target: 1570675085
2019-10-10T02:05:57Z DecodeAction not nil action: 0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:05:57Z AcceptAction, tx:0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:05:57Z bind action, from:6876480809240371456, to:6274028863544005120
2019-10-10T02:05:57Z UpdateTip: new best=be708e8120c002de8db6a382c7a74644d5a0fe0deeb09fe3f70c7e3c67ec6fea height=15283 version=0x20000000 log2_work=64.13606 tx=37159 date='2019-10-10T02:05:57Z' progress=0.000081 cache=0.6MiB(4619txo)
2019-10-10T02:05:58Z Update new deadline: 12995, now: 1570673158, target: 1570686152
2019-10-10T02:06:00Z Update new deadline: 8107, now: 1570673160, target: 1570681264
2019-10-10T02:06:04Z Update new deadline: 1950, now: 1570673164, target: 1570675107
2019-10-10T02:06:06Z Update new deadline: 1653, now: 1570673166, target: 1570674810
2019-10-10T02:06:10Z Update new deadline: 195, now: 1570673170, target: 1570673352
2019-10-10T02:06:38Z UpdateTip: new best=a14bbeb8e00223ced82f0f33585f5bea7ba020a8e9564058c0813eb63a4930a0 height=15282 version=0x20000000 log2_work=64.136037 tx=37157 date='2019-10-10T02:02:12Z' progress=0.000081 cache=0.6MiB(4621txo)
2019-10-10T02:06:38Z DecodeAction not nil action: 0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:06:38Z AcceptAction, tx:0adc1cdd43cf62f7be30f9dabd066c498b45ee524de1e614b9cddd75d8143d6e
2019-10-10T02:06:38Z bind action, from:6876480809240371456, to:6274028863544005120
2019-10-10T02:06:38Z UpdateTip: new best=aebc7b391a53e5dcebf6a16442c8e7ffd0dbf1413fa64c6ea87119fbfea7c4b8 height=15283 version=0x20000000 log2_work=64.13606 tx=37160 date='2019-10-10T02:05:54Z' progress=0.000081 cache=0.6MiB(4624txo)
jiraiyav5 commented 5 years ago

The node has already created block be708e8120c002de8db6a382c7a74644d5a0fe0deeb09fe3f70c7e3c67ec6fea and the miner has submited one deadline 195 to the node. When waiting for creating new block, the node received block aebc7b391a53e5dcebf6a16442c8e7ffd0dbf1413fa64c6ea87119fbfea7c4b8 . Finally 195s past, the node can not create new block.