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
..
fuse_dir.go
swarm: network rewrite merge
6 years ago
fuse_file.go
swarm: integrate OpenTracing; propagate ctx to internal APIs ( #17169 )
6 years ago
fuse_root.go
swarm/api: FUSE read-write support ( #13872 )
8 years ago
swarmfs.go
swarm: network rewrite merge
6 years ago
swarmfs_fallback.go
swarm/api: FUSE read-write support ( #13872 )
8 years ago
swarmfs_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
swarmfs_unix.go
swarm/fuse: Hotfix missing parantheses in statement
6 years ago
swarmfs_util.go
swarm: ctx propagation; bmt fixes; pss generic notification framework ( #17150 )
6 years ago