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.
Janoš Guljaš
3fd6db2bf6
swarm: fix network/stream data races (#19051)
* swarm/network/stream: newStreamerTester cleanup only if err is nil
* swarm/network/stream: raise newStreamerTester waitForPeers timeout
* swarm/network/stream: fix data races in GetPeerSubscriptions
* swarm/storage: prevent data race on LDBStore.batchesC
https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-461775049
* swarm/network/stream: fix TestGetSubscriptionsRPC data race
https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-461768477
* swarm/network/stream: correctly use Simulation.Run callback
https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-461783804
* swarm/network: protect addrCountC in Kademlia.AddrCountC function
https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-462273444
* p2p/simulations: fix a deadlock calling getRandomNode with lock
https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-462317407
* swarm/network/stream: terminate disconnect goruotines in tests
* swarm/network/stream: reduce memory consumption when testing data races
* swarm/network/stream: add watchDisconnections helper function
* swarm/network/stream: add concurrent counter for tests
* swarm/network/stream: rename race/norace test files and use const
* swarm/network/stream: remove watchSim and its panic
* swarm/network/stream: pass context in watchDisconnections
* swarm/network/stream: add concurrent safe bool for watchDisconnections
* swarm/storage: fix LDBStore.batchesC data race by not closing it
|
6 years ago |
.. |
discover
|
p2p/discover: improve table addition code (#18974)
|
6 years ago |
discv5
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
enode
|
p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)
|
6 years ago |
enr
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
nat
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
netutil
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
protocols
|
p2p/protocols: fix possible metrics loss in AccountingMetrics (#18956)
|
6 years ago |
simulations
|
swarm: fix network/stream data races (#19051)
|
6 years ago |
testing
|
p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)
|
6 years ago |
dial.go
|
p2p: meter peer traffic, emit metered peer events (#17695)
|
6 years ago |
dial_test.go
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
message.go
|
all: new p2p node representation (#17643)
|
6 years ago |
message_test.go
|
all: fix go vet warnings
|
9 years ago |
metrics.go
|
metrics, p2p: add ephemeral registry (#18067)
|
6 years ago |
peer.go
|
p2p: add enode URL to PeerInfo (#17838)
|
6 years ago |
peer_error.go
|
p2p: fix some golint warnings (#16577)
|
7 years ago |
peer_test.go
|
all: new p2p node representation (#17643)
|
6 years ago |
protocol.go
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
rlpx.go
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
rlpx_test.go
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
server.go
|
p2p: use errors.New instead of fmt.Errorf (#18193)
|
6 years ago |
server_test.go
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |