good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 01, 2016
  2. Aug 31, 2016
    • Ξ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
  3. Aug 30, 2016
  4. Aug 29, 2016
    • Felix Lange's avatar
      48807de3
    • Felix Lange's avatar
      contracts/release: move package release to contracts/ · 1d7d1a34
      Felix Lange authored
      This change also deletes generator.go, moving the only interesting line
      in it into release.go. The binding has been regenerated with abigen from
      develop and solc v0.3.6.
      1d7d1a34
    • Nick Johnson's avatar
      contracts/ens: Add ENS contract binding · 6976e602
      Nick Johnson authored
      6976e602
    • Viktor Trón's avatar
      contracts/chequebook: add chequebook contract wrapper · 6c8b0232
      Viktor Trón authored
      The wrapper code is adapted from the swarm/services/chequebook package
      with the following mostly cosmetic changes:
      
      * The code now uses the new Go API interfaces to query balances. Some
        minor functional changes were required to make this work.
      * The package no longer depends on swarm/services/swap/swap. References
        to swap.Promise are replaced by interface{}, the base type of Promise.
        This is temporary.
      * The contract wrapper has been regenerated with latest abigen
        and solc v0.3.6.
      * There is a new generator that creates the 'deployed code' variable.
      * Documentation comments now follow the recommended godoc style.
      * [CHEQUEBOOK] log prefixes are gone.
      * LGPL license headers have been added to all files.
      6c8b0232
  5. May 02, 2016
Loading