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.
Alexey Sharov
eb8fa3cc89
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, 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)
6 years ago
..
mimegen
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
swarm-smoke
cmd/swarm/swarm-smoke: fix issue that loop variable capture in func ( #17992 )
6 years ago
access.go
swarm, cmd/swarm: address ineffectual assignments ( #18048 )
6 years ago
access_test.go
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation ( #18083 )
6 years ago
bootnodes.go
cmd/swarm: added swarm bootnodes ( #17414 )
6 years ago
config.go
cmd/swarm: auto resolve default path according to env flag ( #17960 )
6 years ago
config_test.go
cmd/swarm: solve rare cases of using the same random port in tests ( #17352 )
6 years ago
db.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
download.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
export_test.go
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation ( #18083 )
6 years ago
feeds.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
feeds_test.go
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation ( #18083 )
6 years ago
flags.go
Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on ( #18071 )
6 years ago
fs.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
fs_test.go
swarm, cmd/swarm: address ineffectual assignments ( #18048 )
6 years ago
hash.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
list.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
main.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
manifest.go
cmd/swarm: split flags and cli command declarations to the relevant files ( #17896 )
6 years ago
manifest_test.go
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation ( #18083 )
6 years ago
run_test.go
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation ( #18083 )
6 years ago
upload.go
cmd/swarm: auto resolve default path according to env flag ( #17960 )
6 years ago
upload_test.go
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation ( #18083 )
6 years ago