Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -6/+6 |
| | |||||
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 1 | -2/+2 |
| | |||||
* | cmd/swarm: speed up tests - use global cluster (#18129) | Anton Evangelatov | 2018-11-19 | 1 | -35/+44 |
| | |||||
* | cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, ↵ | Alexey Sharov | 2018-11-14 | 1 | -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) | Elad | 2018-10-09 | 1 | -7/+6 |
| | | | These minor changes already shaved off around 30s. | ||||
* | cmd/swarm: added password to ACT (#17598) | Elad | 2018-09-07 | 1 | -111/+65 |
| | |||||
* | cmd/swarm: added publisher key assertion to act tests (#17471) | Elad | 2018-09-05 | 1 | -4/+40 |
| | |||||
* | cmd/swarm: added scaling test for ACT manifests (#17496) | Elad | 2018-09-04 | 1 | -6/+37 |
| | |||||
* | cmd/swarm: disable ACT tests on windows (#17536) | Anton Evangelatov | 2018-08-29 | 1 | -0/+3 |
| | |||||
* | cmd/swarm, swarm: added access control functionality (#17404) | Elad | 2018-08-15 | 1 | -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> |