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
b628d72766
build: upgrade to go 1.19 ( #25726 )
...
This changes the CI / release builds to use the latest Go version. It also
upgrades golangci-lint to a newer version compatible with Go 1.19.
In Go 1.19, godoc has gained official support for links and lists. The
syntax for code blocks in doc comments has changed and now requires a
leading tab character. gofmt adapts comments to the new syntax
automatically, so there are a lot of comment re-formatting changes in this
PR. We need to apply the new format in order to pass the CI lint stage with
Go 1.19.
With the linter upgrade, I have decided to disable 'gosec' - it produces
too many false-positive warnings. The 'deadcode' and 'varcheck' linters
have also been removed because golangci-lint warns about them being
unmaintained. 'unused' provides similar coverage and we already have it
enabled, so we don't lose much with this change.
2 years ago
..
catalyst
build: upgrade to go 1.19 ( #25726 )
2 years ago
checkpointoracle
all: update license headers and AUTHORS from git history ( #24947 )
2 years ago
downloader
build: upgrade to go 1.19 ( #25726 )
2 years ago
fetcher
all: cleanup the APIs for initializing genesis ( #25473 )
2 years ago
flowcontrol
all: fix some typos ( #25551 )
2 years ago
utils
all: use AbsTime.Add instead of conversion ( #25417 )
2 years ago
vflux
all: fix some typos ( #25551 )
2 years ago
api.go
build: upgrade to go 1.19 ( #25726 )
2 years ago
api_backend.go
eth, les: rework chain tracer ( #25143 )
2 years ago
api_test.go
all: add whitespace linter ( #25312 )
2 years ago
benchmark.go
all: add support for EIP-2718, EIP-2930 transactions ( #21502 )
4 years ago
bloombits.go
les: handler separation ( #19639 )
5 years ago
client.go
all: move genesis initialization to blockchain ( #25523 )
2 years ago
client_handler.go
core, eth, les, trie: remove the sync bloom, used by fast sync
3 years ago
commons.go
les: fix balance expiration ( #22343 )
4 years ago
costtracker.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
distributor.go
all: use AbsTime.Add instead of conversion ( #25417 )
2 years ago
distributor_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
enr_entry.go
cmd/devp2p: skip ENR field tails properly in nodeset filter ( #22565 )
4 years ago
fetcher.go
build: upgrade to go 1.19 ( #25726 )
2 years ago
fetcher_test.go
all: more linters ( #24783 )
2 years ago
handler_test.go
all: introduce trie owner notion ( #24750 )
2 years ago
metrics.go
les: polish code ( #22625 )
4 years ago
odr.go
all: fix some typos ( #25551 )
2 years ago
odr_requests.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
odr_test.go
all: cleanup tests ( #25641 )
2 years ago
peer.go
all: more linters ( #24783 )
2 years ago
peer_test.go
all: cleanup the APIs for initializing genesis ( #25473 )
2 years ago
protocol.go
eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber ( #22841 )
4 years ago
pruner.go
all: update license headers and AUTHORS from git history ( #24947 )
2 years ago
pruner_test.go
all: update license headers and AUTHORS from git history ( #24947 )
2 years ago
request_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
retrieve.go
les: generate random nums directly, not via strange conversions
4 years ago
server.go
all: remove version field from rpc.API
2 years ago
server_handler.go
all: introduce trie owner notion ( #24750 )
2 years ago
server_requests.go
tests/fuzzers: fix goroutine leak in les fuzzer ( #22455 )
4 years ago
servingqueue.go
les: avoid shutdown hang ( #23139 )
3 years ago
state_accessor.go
eth, les: rework chain tracer ( #25143 )
2 years ago
sync.go
les: duplicate downloader and fetcher to allow progressive refactoring
3 years ago
sync_test.go
les: fix data races in tests ( #23457 )
3 years ago
test_helper.go
all: update license headers and AUTHORS from git history ( #24947 )
2 years ago
txrelay.go
les: generate random nums directly, not via strange conversions
4 years ago
ulc.go
cmd, eth, les: fix up ultra light config integration
5 years ago
ulc_test.go
all: more linters ( #24783 )
2 years ago