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.
Martin Holst Swende
dc92779c0a
p2p: change ping ticker to timer ( #15071 )
...
Using a Timer over Ticker seems to be a lot better, though I cannot fully
account for why that it behaves so (since Ticker should be more bursty, but not
necessarily more active over time, but that may depend on how long window it
uses to decide on when to tick next)
7 years ago
..
discover
discover: Changed Logging from Debug to Info ( #14485 )
8 years ago
discv5
cmd/geth: add --config file flag ( #13875 )
8 years ago
nat
p2p, p2p/discover, p2p/nat: rework logging using context keys
8 years ago
netutil
cmd/geth: add --config file flag ( #13875 )
8 years ago
dial.go
p2p: if no nodes are connected, attempt dialing bootnodes ( #13874 )
8 years ago
dial_test.go
p2p: if no nodes are connected, attempt dialing bootnodes ( #13874 )
8 years ago
message.go
all: fix license headers one more time
9 years ago
message_test.go
all: fix go vet warnings
9 years ago
metrics.go
eth, metrics, p2p: prepare metrics and net packets to eth/62
9 years ago
peer.go
p2p: change ping ticker to timer ( #15071 )
7 years ago
peer_error.go
p2p, p2p/discover, p2p/nat: rework logging using context keys
8 years ago
peer_test.go
p2p, p2p/discover, p2p/nat: rework logging using context keys
8 years ago
protocol.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
rlpx.go
crypto: add btcec fallback for sign/recover without cgo ( #3680 )
8 years ago
rlpx_test.go
all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()
9 years ago
server.go
cmd/geth: add --config file flag ( #13875 )
8 years ago
server_test.go
all: disable log message colors outside of geth
8 years ago