Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -4/+4 |
| | |||||
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | swarm/storage: pyramid chunker re-write (#14382) | Zahoor Mohamed | 2017-09-22 | 1 | -65/+323 |
| | |||||
* | swarm: fix megacheck warnings | Egon Elbre | 2017-08-14 | 1 | -21/+0 |
| | |||||
* | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 1 | -1/+0 |
| | |||||
* | swarm/storage: fix chunker when reader is broken | aron | 2016-10-11 | 1 | -33/+46 |
| | | | | | | | | * brokenLimitedReader gives error after half size * TestRandomBrokenData tests chunker with broken reader * add blocking quitC (instead of errC) and use errC only for errors * don't close chunkC in tester Split, * use quitC to quit chunk storage loop | ||||
* | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 1 | -0/+303 |
This change imports the Swarm protocol codebase. Compared to the 'swarm' branch, a few mostly cosmetic changes had to be made: * The various redundant log message prefixes are gone. * All files now have LGPLv3 license headers. * Minor code changes were needed to please go vet and make the tests pass on Windows. * Further changes were required to adapt to the go-ethereum develop branch and its new Go APIs. Some code has not (yet) been brought over: * swarm/cmd/bzzhash: will reappear as cmd/bzzhash later * swarm/cmd/bzzup.sh: will be reimplemented in cmd/bzzup * swarm/cmd/makegenesis: will reappear somehow * swarm/examples/album: will move to a separate repository * swarm/examples/filemanager: ditto * swarm/examples/files: will not be merged * swarm/test/*: will not be merged * swarm/services/swear: will reappear as contracts/swear when needed |