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.
Alex Prut
ef84da8481
all: remove unneeded parentheses ( #21921 )
...
* remove uneeded convertion type
* remove redundant type in composite literal
* omit explicit type where implicit
* remove unused redundant parenthesis
* remove redundant import alias duktape
4 years ago
..
account.go
core/state/snapshot: implement storage iterator ( #20971 )
5 years ago
conversion.go
all: remove unneeded parentheses ( #21921 )
4 years ago
difflayer.go
snapshot: merge loops for better performance ( #22160 )
4 years ago
difflayer_test.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
disklayer.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
disklayer_test.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
generate.go
core/state/snapshot: write snapshot generator in batch ( #22163 )
4 years ago
generate_test.go
core/state/snapshot: stop generator if it hits missing trie nodes ( #21649 )
4 years ago
iterator.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
iterator_binary.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
iterator_fast.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
iterator_test.go
core/state/snapshot: implement storage iterator ( #20971 )
5 years ago
journal.go
core/state/snapshot: write snapshot generator in batch ( #22163 )
4 years ago
snapshot.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
snapshot_test.go
core/state/snapshot: implement storage iterator ( #20971 )
5 years ago
sort.go
core: fix broken tests due to API changes + linter
5 years ago
wipe.go
all: fix typos in comments ( #21118 )
5 years ago
wipe_test.go
all: simplify and fix database iteration with prefix/start ( #20808 )
5 years ago