aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/access_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-6/+6
|
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
|
* cmd/swarm: speed up tests - use global cluster (#18129)Anton Evangelatov2018-11-191-35/+44
|
* cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, ↵Alexey Sharov2018-11-141-1/+2
| | | | | | swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (#18083) - Replace "crypto/rand" to "math/rand" for files content generation - Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see https://github.com/ethereum/go-ethereum/pull/17807 and comments to swarm/network_test.go.Shuffle)
* cmd/swarm: speed up tests (#17878)Elad2018-10-091-7/+6
| | | These minor changes already shaved off around 30s.
* cmd/swarm: added password to ACT (#17598)Elad2018-09-071-111/+65
|
* cmd/swarm: added publisher key assertion to act tests (#17471)Elad2018-09-051-4/+40
|
* cmd/swarm: added scaling test for ACT manifests (#17496)Elad2018-09-041-6/+37
|
* cmd/swarm: disable ACT tests on windows (#17536)Anton Evangelatov2018-08-291-0/+3
|
* cmd/swarm, swarm: added access control functionality (#17404)Elad2018-08-151-0/+581
Co-authored-by: Janos Guljas <janos@resenje.org> Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by: Balint Gabor <balint.g@gmail.com>