From f30a6fd32aa63c9781f30207e0cdb13ea0e1146a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= <peterke@gmail.com> Date: Wed, 6 May 2020 17:22:38 +0300 Subject: [PATCH] core/state/snapshot: don't create storage list for non-existing accounts # Conflicts: # core/state/snapshot/difflayer.go --- to-merge.txt | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/to-merge.txt b/to-merge.txt index d727ea96d7..66f76ee689 100644 --- a/to-merge.txt +++ b/to-merge.txt @@ -333,22 +333,4 @@ commit 90af6dae6efc934e698bac11b09f773724e296bd Author: Péter Szilágyi <peterke@gmail.com> Date: Wed May 6 17:22:38 2020 +0300 - core/state/snapshot: don't create storage list for non-existing accounts - -commit 39c64d85a2af2c48c9b79447d2848c4f5f22446c -Author: Boqin Qin <Bobbqqin@gmail.com> -Date: Wed May 6 21:47:59 2020 +0800 - - core: avoid double-lock in tx_pool_test (#20984) - -commit 234cc8e77f912ec33c1774e007e3f3a5065da426 -Author: Guillaume Ballet <gballet@gmail.com> -Date: Wed May 6 15:35:04 2020 +0200 - - eth/downloader: minor typo fixes in comments (#21035) - -commit 5cdc2dffda5af375bd5e26216c525159354022aa -Author: Gary Rong <garyrong0905@gmail.com> -Date: Wed May 6 21:33:57 2020 +0800 - - trie: fix TestBadRangeProof unit test (#21034) \ No newline at end of file + core/state/snapshot: don't create storage list for non-existing accounts \ No newline at end of file -- GitLab