Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
lightchain.go
light: fix disableCheckFreq locking ( #18515 )
6 years ago
lightchain_test.go
core, light: get rid of the dual mutexes, hard to reason with
6 years ago
nodeset.go
all: update license information ( #16089 )
7 years ago
odr.go
les, light, params: update light client CHTs
6 years ago
odr_test.go
all: protect self-mined block during reorg ( #17656 )
6 years ago
odr_util.go
les, light, params: update light client CHTs
6 years ago
postprocess.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
trie.go
light: odrTrie tryUpdate should use update ( #18107 )
6 years ago
trie_test.go
light: fix duplicated argument in bytes.Equal call
6 years ago
txpool.go
ethdb, core: implement delete for db batch ( #17101 )
7 years ago
txpool_test.go
all: protect self-mined block during reorg ( #17656 )
6 years ago