1. 12 4月, 2017 1 次提交
  2. 10 4月, 2017 1 次提交
  3. 31 3月, 2017 1 次提交
    • F
      swarm/api: improve FUSE build constraints, logging and APIs (#3818) · 105b37f1
      Felix Lange 提交于
      * swarm/api: fix build/tests on unsupported platforms
      
      Skip FUSE tests if FUSE is unavailable and change build constraints so
      the 'lesser' platforms aren't mentioned explicitly. The test are
      compiled on all platforms to prevent regressions in _fallback.go
      
      Also gofmt -w -s because why not.
      
      * internal/web3ext: fix swarmfs wrappers
      
      Remove inputFormatter specifications so users get an error
      when passing the wrong number of arguments.
      
      * swarm/api: improve FUSE-related logging and APIs
      
      The API now returns JSON objects instead of strings.
      Log messages for invalid arguments are removed.
      105b37f1
  4. 23 3月, 2017 1 次提交
  5. 09 3月, 2017 1 次提交
  6. 14 2月, 2017 1 次提交
    • M
      core, eth, internal: Added `debug_getBadBlocks()` method (#3654) · 72dcd3c5
      Martin Holst Swende 提交于
      * core,eth,internal: Added `debug_getBadBlocks()` method
      
      When bad blocks are discovered, these are stored within geth.
      An RPC-endpoint makes them availablewithin the `debug`
      namespace. This feature makes it easier to discover network forks.
      
      ```
      
      * core, api: go format + docs
      
      * core/blockchain: Documentation, fix minor nitpick
      
      * core: fix failing blockchain test
      72dcd3c5
  7. 13 2月, 2017 1 次提交
  8. 25 1月, 2017 1 次提交
  9. 17 1月, 2017 2 次提交
  10. 13 1月, 2017 1 次提交
  11. 28 11月, 2016 1 次提交
    • V
      cmd/bzzd: swarm daemon fixes (#3359) · e949a2ed
      Viktor Trón 提交于
      * cmd/bzzd: add missing p2p/discovery flags
      * cmd/bzzd: fix two bugs crashing bzzd if bootnodes flag given
      * cmd/bzzd: make no swap default, renamed flag bzznoswap->bzzswap
      * internal/web3ext: correct methods for bzz IPC module
      * cmd/bzzd: ethapi param not mandatory. Warning if no blockchain
      * cmd/bzzd: correct default IPC modules in help string
      * cmd/utils: fix help description for networkId - add Ropsten
      * cmd/bzz, swarm/api, swarm/network: add swarm networkId flag
      * cmd/bzzd: change nosync flag to sync and BootTFlag
      e949a2ed
  12. 25 11月, 2016 2 次提交
  13. 29 10月, 2016 1 次提交
    • B
      internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) · b59c8399
      bas-vk 提交于
      This commit includes several API changes:
      
      - The behavior of eth_sign is changed. It now accepts an arbitrary
        message, prepends the well-known string
      
              \x19Ethereum Signed Message:\n<length of message>
      
        hashes the result using keccak256 and calculates the signature of
        the hash. This breaks backwards compatability!
        
      - personal_sign(hash, address [, password]) is added. It has the same
        semantics as eth_sign but also accepts a password. The private key
        used to sign the hash is temporarily unlocked in the scope of the
        request.
        
      - personal_recover(message, signature) is added and returns the
        address for the account that created a signature.
      b59c8399
  14. 20 10月, 2016 1 次提交
  15. 10 10月, 2016 1 次提交
  16. 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
  17. 23 8月, 2016 1 次提交
  18. 22 7月, 2016 1 次提交
  19. 15 7月, 2016 1 次提交
  20. 24 6月, 2016 1 次提交
  21. 20 5月, 2016 1 次提交
  22. 11 5月, 2016 1 次提交
  23. 06 5月, 2016 2 次提交
  24. 28 4月, 2016 1 次提交
  25. 15 4月, 2016 1 次提交
  26. 14 4月, 2016 1 次提交
  27. 13 4月, 2016 2 次提交
  28. 12 4月, 2016 1 次提交
    • B
      rpc: various fixes/enhancements · aa9fff3e
      Bas van Kervel 提交于
      rpc: be less restrictive on the request id
      rpc: improved documentation
      console: upgrade web3.js to version 0.16.0
      rpc: cache http connections
      rpc: rename wsDomains parameter to wsOrigins
      aa9fff3e
  29. 06 4月, 2016 1 次提交
  30. 24 3月, 2016 1 次提交
  31. 02 3月, 2016 1 次提交
  32. 02 2月, 2016 1 次提交
  33. 01 2月, 2016 1 次提交
  34. 28 1月, 2016 1 次提交
    • F
      internal/debug: APIs for profiling and tracing · 3750d835
      Felix Lange 提交于
      The debug package provides an RPC wrapper for glog settings and the
      debugging facilities of the Go runtime. They can be triggered through
      both command line flags and the IPC listener.
      3750d835
  35. 26 1月, 2016 1 次提交