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š
02c28046a0
swarm: Fix localstore test deadlock with race detector ( #19153 )
...
* swarm/storage/localstore: close localstore in two tests
* swarm/storage/localstore: fix a possible deadlock in tests
* swarm/storage/localstore: re-enable pull subs tests for travis race
* swarm/storage/localstore: stop sending to errChan on context done in tests
* swarm/storage/localstore: better want check in readPullSubscriptionBin
* swarm/storage/localstore: protect chunk put with addr lock in tests
* swamr/storage/localstore: wait for gc and writeGCSize workers on Close
* swarm/storage/localstore: more correct testDB_collectGarbageWorker
* swarm/storage/localstore: set DB Close timeout to 5s
6 years ago
..
encryption
vendor, crypto, swarm: switch over to upstream sha3 package
6 years ago
feed
swarm/network, swarm/storage: Preserve opentracing contexts ( #19022 )
6 years ago
localstore
swarm: Fix localstore test deadlock with race detector ( #19153 )
6 years ago
mock
swarm/storage/mock/test: fix T.Fatal inside a goroutine ( #18399 )
6 years ago
chunker.go
swarm/network, swarm/storage: Preserve opentracing contexts ( #19022 )
6 years ago
chunker_test.go
vendor, crypto, swarm: switch over to upstream sha3 package
6 years ago
common_test.go
Ci race detector handle failing tests ( #19143 )
6 years ago
database.go
swarm: remove unused/dead code ( #18351 )
6 years ago
error.go
swarm: remove unused/dead code ( #18351 )
6 years ago
filestore.go
swarm/storage: fix HashExplore concurrency bug ethersphere#1211 ( #19028 )
6 years ago
filestore_test.go
cmd/swarm: hashes command ( #19008 )
6 years ago
hasherstore.go
vendor, crypto, swarm: switch over to upstream sha3 package
6 years ago
hasherstore_test.go
swarm: Chunk refactor ( #17659 )
7 years ago
ldbstore.go
swarm/storage: fix loop bound for database cleanup ( #19085 )
6 years ago
ldbstore_test.go
swarm: CI race detector test adjustments ( #19017 )
6 years ago
localstore.go
swarm: Debug API and HasChunks() API endpoint ( #18980 )
6 years ago
localstore_test.go
swarm: Debug API and HasChunks() API endpoint ( #18980 )
6 years ago
memstore.go
swarm: Debug API and HasChunks() API endpoint ( #18980 )
6 years ago
memstore_test.go
swarm: CI race detector test adjustments ( #19017 )
6 years ago
netstore.go
swarm/network: Keep span across roundtrip ( #19140 )
6 years ago
netstore_test.go
swarm/network, swarm/storage: Preserve opentracing contexts ( #19022 )
6 years ago
pyramid.go
swarm: bootnode-mode, new bootnodes and no p2p package discovery ( #18498 )
6 years ago
schema.go
swarm/storage: fix garbage collector index skew ( #18080 )
6 years ago
swarmhasher.go
swarm: network rewrite merge
7 years ago
types.go
swarm: Debug API and HasChunks() API endpoint ( #18980 )
6 years ago
types_test.go
swarm/storage: change Proximity function and add TestProximity test ( #18379 )
6 years ago