• ΞTHΞЯSPHΞЯΞ's avatar
    swarm: plan bee for content storage and distribution on web3 · 4d300e4d
    ΞTHΞЯSPHΞЯΞ authored
    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
    4d300e4d
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
_data Loading commit data...
accounts Loading commit data...
build Loading commit data...
cmd Loading commit data...
common Loading commit data...
compression/rle Loading commit data...
console Loading commit data...
containers Loading commit data...
contracts Loading commit data...
core Loading commit data...
crypto Loading commit data...
errs Loading commit data...
eth Loading commit data...
ethclient Loading commit data...
ethdb Loading commit data...
event Loading commit data...
generators Loading commit data...
internal Loading commit data...
light Loading commit data...
logger Loading commit data...
metrics Loading commit data...
miner Loading commit data...
node Loading commit data...
p2p Loading commit data...
params Loading commit data...
pow Loading commit data...
rlp Loading commit data...
rpc Loading commit data...
swarm Loading commit data...
tests Loading commit data...
trie Loading commit data...
whisper Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...
circle.yml Loading commit data...
interfaces.go Loading commit data...