add to-merge.txt

This commit is contained in:
Igor Mandrigin 2020-12-02 20:36:44 +01:00 committed by Igor Mandrigin
parent d526984025
commit c52f9e8196

View File

@ -469,42 +469,3 @@ Date: Fri Oct 23 08:26:57 2020 +0200
* core, params: use a proper new genesis for yolov2
* core/state/tests: golinter nitpicks
commit fb2c79df1995b4e8dfe79f9c75464d29d23aaaf4
Author: Kristofer Peterson <svenski123@users.noreply.github.com>
Date: Wed Oct 21 15:56:45 2020 +0100
accounts/usbwallet: fix ledger version check (#21733)
The version check logic did not take into account the second digit (i.e. the '4' in v1.4.0) - this one line patch corrects this.
commit 91c460797967da491077cf23f9e25e76e0301d32
Author: hwanjo <34005989+hwanjo@users.noreply.github.com>
Date: Wed Oct 21 23:53:30 2020 +0900
core: fix blockchain insert report time interval calculation (#21723)
commit 85d81b2cdde6f5377fa3af6e108ca0b84a6266bd
Author: Zsolt Felföldi <zsfelfoldi@gmail.com>
Date: Wed Oct 21 10:56:33 2020 +0200
les: remove clientPeerSet and serverSet (#21566)
* les: move NodeStateMachine from clientPool to LesServer
* les: new header broadcaster
* les: peerCommons.headInfo always contains last announced head
* les: remove clientPeerSet and serverSet
* les: fixed panic
* les: fixed --nodiscover option
* les: disconnect all peers at ns.Stop()
* les: added comments and fixed signed broadcasts
* les: removed unused parameter, fixed tests