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
e83c3ccc47
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
...
* p2p/enr: add entries for for IPv4/IPv6 separation
This adds entry types for "ip6", "udp6", "tcp6" keys. The IP type stays
around because removing it would break a lot of code and force everyone
to care about the distinction.
* p2p/enode: track IPv4 and IPv6 address separately
LocalNode predicts the local node's UDP endpoint and updates the record.
This change makes it predict IPv4 and IPv6 endpoints separately since
they can now be in the record at the same time.
* p2p/enode: implement base64 text format
* all: switch to enode.Parse(...)
This allows passing base64-encoded node records to all the places that
previously accepted enode:// URLs. The URL format is still supported.
* cmd/bootnode, p2p: log node URL instead of ENR
...and return the base64 record in NodeInfo.
5 years ago
..
csvlogger
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
flowcontrol
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
api.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
api_backend.go
les, light: implement ODR transaction lookup by hash ( #19069 )
6 years ago
api_test.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
backend.go
eth, les: reject light client connection is server is not synced ( #19616 )
6 years ago
benchmark.go
les, light: remove support for les/1 4096 block CHT sections
6 years ago
bloombits.go
all: make indexer configurable ( #17188 )
6 years ago
commons.go
les: fix p2p.Protocol.PeerInfo ( #19472 )
6 years ago
costtracker.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
distributor.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
distributor_test.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
execqueue.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
execqueue_test.go
les: fix goroutine leak in execQueue ( #14480 )
8 years ago
fetcher.go
les: avoid fetcher deadlock on requestChn ( #19571 )
6 years ago
fetcher_test.go
les: remove redundant type specifiers ( #19091 )
6 years ago
freeclient.go
les: short circuit in the unregister if peer is not registered ( #19644 )
6 years ago
freeclient_test.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
handler.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
handler_test.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
helper_test.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
odr.go
les, light: implement ODR transaction lookup by hash ( #19069 )
6 years ago
odr_requests.go
all: integrate the freezer with fast sync
6 years ago
odr_test.go
les, light: implement ODR transaction lookup by hash ( #19069 )
6 years ago
peer.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
peer_test.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
protocol.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
randselect.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
randselect_test.go
all: gofmt -w -s
8 years ago
request_test.go
les: removed les/1 protocol messages
6 years ago
retrieve.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
server.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
serverpool.go
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
5 years ago
servingqueue.go
les, les/flowcontrol: implement LES/3 ( #19329 )
6 years ago
sync.go
core/rawdb: separate raw database access to own package ( #16666 )
7 years ago
transactions.rlp
eth, les: reject light client connection is server is not synced ( #19616 )
6 years ago
txrelay.go
les, light: implement ODR transaction lookup by hash ( #19069 )
6 years ago
ulc.go
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
5 years ago
ulc_test.go
eth, les: reject light client connection is server is not synced ( #19616 )
6 years ago