plugeth/light
Felix Lange 684facedb8
light: fix disableCheckFreq locking (#18515)
This change unbreaks the build and removes racy access to
disableCheckFreq. Even though the field is set while holding
the lock, it was read outside of the protected section.
2019-01-24 13:40:37 +01:00
..
lightchain_test.go core, light: get rid of the dual mutexes, hard to reason with 2019-01-11 15:27:47 +02:00
lightchain.go light: fix disableCheckFreq locking (#18515) 2019-01-24 13:40:37 +01:00
nodeset.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
odr_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
odr_util.go les, light, params: update light client CHTs 2018-09-20 14:14:48 +03:00
odr.go les, light, params: update light client CHTs 2018-09-20 14:14:48 +03:00
postprocess.go cmd, core, eth, light, trie: add trie read caching layer 2018-11-15 12:22:13 +02:00
trie_test.go light: fix duplicated argument in bytes.Equal call 2018-12-10 14:29:34 +03:00
trie.go light: odrTrie tryUpdate should use update (#18107) 2018-11-26 13:27:49 +01:00
txpool_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
txpool.go ethdb, core: implement delete for db batch (#17101) 2018-07-02 11:16:30 +03:00