1. 03 1月, 2019 1 次提交
  2. 24 12月, 2018 1 次提交
  3. 18 12月, 2018 1 次提交
  4. 12 12月, 2018 1 次提交
  5. 14 11月, 2018 1 次提交
  6. 08 11月, 2018 1 次提交
  7. 27 10月, 2018 1 次提交
    • F
      swarm: clean up unused private types and functions (#17989) · 54f650a3
      Ferenc Szabo 提交于
      * swarm: clean up unused private types and functions
      
      Those that were identified by code inspection tool.
      
      * swarm/storage: move/add Proximity GoDoc from deleted private function
      
      The mentioned proximity() private function was deleted in:
      1ca8fc1e6fa0ab4ab1aaca06d6fb32e173cd5f2f
      54f650a3
  8. 15 9月, 2018 1 次提交
  9. 13 9月, 2018 1 次提交
  10. 14 8月, 2018 1 次提交
    • A
      swarm/network, swarm/storage: validate chunk size (#17397) · 97887d98
      Anton Evangelatov 提交于
      * swarm/network, swarm/storage: validate default chunk size
      
      * swarm/bmt, swarm/network, swarm/storage: update BMT hash initialisation
      
      * swarm/bmt: move segmentCount to tests
      
      * swarm/chunk: change chunk.DefaultSize to be untyped const
      
      * swarm/storage: add size validator
      
      * swarm/storage: add chunk size validation to localstore
      
      * swarm/storage: move validation from localstore to validator
      
      * swarm/storage: global chunk rules in MRU
      97887d98
  11. 13 7月, 2018 1 次提交
  12. 09 7月, 2018 1 次提交
    • A
      swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150) · b3711af0
      Anton Evangelatov 提交于
      * cmd/swarm: minor cli flag text adjustments
      
      * swarm/api/http: sticky footer for swarm landing page using flex
      
      * swarm/api/http: sticky footer for error pages and fix for multiple choices
      
      * cmd/swarm, swarm/storage, swarm: fix  mingw on windows test issues
      
      * cmd/swarm: update description of swarm cmd
      
      * swarm: added network ID test
      
      * cmd/swarm: support for smoke tests on the production swarm cluster
      
      * cmd/swarm/swarm-smoke: simplify cluster logic as per suggestion
      
      * swarm: propagate ctx to internal apis (#754)
      
      * swarm/metrics: collect disk measurements
      
      * swarm/bmt: fix io.Writer interface
      
        * Write now tolerates arbitrary variable buffers
        * added variable buffer tests
        * Write loop and finalise optimisation
        * refactor / rename
        * add tests for empty input
      
      * swarm/pss: (UPDATE) Generic notifications package (#744)
      
      swarm/pss: Generic package for creating pss notification svcs
      
      * swarm: Adding context to more functions
      
      * swarm/api: change colour of landing page in templates
      
      * swarm/api: change landing page to react to enter keypress
      b3711af0
  13. 22 6月, 2018 1 次提交
  14. 22 9月, 2017 1 次提交
  15. 05 9月, 2017 1 次提交
    • V
      bmt: Binary Merkle Tree Hash (#14334) · 2bacf36d
      Viktor Trón 提交于
      bmt is a new package that provides hashers for binary merkle tree hashes on
      size-limited chunks. the main motivation is that using BMT hash as the chunk
      hash of the swarm hash offers logsize inclusion proofs for arbitrary files on a
      32-byte resolution completely viable to use in challenges on the blockchain.
      2bacf36d
  16. 09 2月, 2017 1 次提交
  17. 07 1月, 2017 2 次提交
  18. 31 8月, 2016 1 次提交
    • Ξ
      swarm: plan bee for content storage and distribution on web3 · 4d300e4d
      ΞTHΞЯSPHΞЯΞ 提交于
      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