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
aeedec4078
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
...
I forgot to change the check in udp.go when I changed Table.bond to be
based on lastPong instead of node presence in db. Rename lastPong to
bondTime and add hasBond so it's clearer what this DB key is used for
now.
7 years ago
..
discover
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
7 years ago
discv5
p2p/discv5: fix multiple discovery issues ( #16036 )
7 years ago
enr
p2p/enr: initial implementation ( #15585 )
7 years ago
nat
p2p/nat: delete port mapping before adding ( #15222 )
7 years ago
netutil
p2p, p2p/discover: misc connectivity improvements ( #16069 )
7 years ago
simulations
all: update license information ( #16089 )
7 years ago
dial.go
p2p, swarm/network/kademlia: use IsZero to check for zero time ( #15603 )
7 years ago
dial_test.go
p2p: add network simulation framework ( #14982 )
7 years ago
message.go
p2p: add network simulation framework ( #14982 )
7 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, p2p/discover: misc connectivity improvements ( #16069 )
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
p2p: snappy encoding for devp2p (version bump to 5) ( #15106 )
7 years ago
rlpx_test.go
all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()
9 years ago
server.go
rpc: dns rebind protection ( #15962 )
7 years ago
server_test.go
p2p/simulations: various stability fixes ( #15198 )
7 years ago