good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 04, 2018
  2. Aug 29, 2018
  3. Aug 28, 2018
  4. Aug 27, 2018
  5. Aug 23, 2018
  6. Aug 22, 2018
  7. Aug 21, 2018
    • Gary Rong's avatar
      cmd, eth, miner: make recommit configurable (#17444) · b2c644ff
      Gary Rong authored
      * cmd, eth, miner: make recommit configurable
      
      * cmd, eth, les, miner: polish a bit
      
      * miner: filter duplicate sealing work
      
      * cmd: remove uncessary conversion
      
      * miner: avoid microptimization in favor of cleaner code
      b2c644ff
  8. Aug 20, 2018
  9. Aug 16, 2018
  10. Aug 15, 2018
  11. Aug 10, 2018
  12. Aug 09, 2018
  13. Aug 07, 2018
    • Attila Gazso's avatar
      swarm: Added lightnode flag (#17291) · 9df16f34
      Attila Gazso authored
      * swarm: Added lightnode flag
      
      Added --lightnode command line parameter
      Added LightNode to Handshake message
      
      * swarm/config: Fixed variable naming
      
      * cmd/swarm: Changed BoolTFlag to BoolFlag for SwarmLightNodeEnabled
      
      * swarm/network: Changed logging
      
      * swarm/network: Changed protocol version testing
      
      * swarm/network: Renamed DefaultNetworkID variable to TestProtocolNetworkID
      
      * swarm/network: Bumped protocol version
      
      * swarm/network: Changed LightNode handhsake test to table driven
      
      * swarm/network: Changed back TestProtocolVersion to 5 for now
      
      * swarm/network: Moved the test configuration inside the test function scope
      9df16f34
  14. Aug 06, 2018
    • Janoš Guljaš's avatar
      cmd/swarm, swarm: various test fixes (#17299) · a72ba5a5
      Janoš Guljaš authored
      * swarm/network/simulation: increase the sleep duration for TestRun
      
      * cmd/swarm, swarm: fix failing tests on mac
      
      * cmd/swarm: update TestCLISwarmFs skip comment
      
      * swarm/network/simulation: adjust disconnections on simulation close
      
      * swarm/network/simulation: call cleanups after net shutdown
      a72ba5a5
  15. Aug 03, 2018
    • Péter Szilágyi's avatar
      faf0e06e
    • Gary Rong's avatar
      consensus/ethash: move remote agent logic to ethash internal (#15853) · 51db5975
      Gary Rong authored
      * consensus/ethash: start remote ggoroutine to handle remote mining
      
      * consensus/ethash: expose remote miner api
      
      * consensus/ethash: expose submitHashrate api
      
      * miner, ethash: push empty block to sealer without waiting execution
      
      * consensus, internal: add getHashrate API for ethash
      
      * consensus: add three method for consensus interface
      
      * miner: expose consensus engine running status to miner
      
      * eth, miner: specify etherbase when miner created
      
      * miner: commit new work when consensus engine is started
      
      * consensus, miner: fix some logics
      
      * all: delete useless interfaces
      
      * consensus: polish a bit
      51db5975
  16. Aug 01, 2018
  17. Jul 31, 2018
  18. Jul 30, 2018
  19. Jul 26, 2018
  20. Jul 24, 2018
  21. Jul 23, 2018
    • Javier Peletier's avatar
      swarm/storage/mru: Client-side MRU signatures (#784) · 427316a7
      Javier Peletier authored
      * swarm/storage/mru: Add embedded publickey and remove ENS dep
      
      This commit breaks swarm, swarm/api...
      but tests in swarm/storage/mru pass
      
      * swarm: Refactor swarm, swarm/api to mru changes, make tests pass
      
      * swarm/storage/mru: Remove self from recv, remove test ens vldtr
      
      * swarm/storage/mru: Remove redundant test, expose ResourceHash mthd
      
      * swarm/storage/mru: Make HeaderGetter mandatory + godoc fixes
      
      * swarm/storage: Remove validator prefix for metadata chunk
      
      * swarm/storage/mru: Use Address instead of PublicKey
      
      * swarm/storage/mru: Change index from name to metadata chunk addr
      
      * swarm/storage/mru: Refactor swarm/api/... to MRU index changes
      
      * swarm/storage/mru: Refactor cleanup
      
      * swarm/storage/mru: Rebase cleanup
      
      * swarm: Use constructor for GenericSigner MRU in swarm.go
      
      * swarm/storage: Change to BMTHash for MRU hashing
      
      * swarm/storage: Reduce loglevel on chunk validator logs
      
      * swarm/storage/mru: Delint
      
      * swarm: MRU Rebase cleanup
      
      * swarm/storage/mru: client-side mru signatures
      
      Rebase to PR #668 and fix all conflicts
      
      * swarm/storage/mru:  refactor and documentation
      
      * swarm/resource/mru: error-checking  tests for parseUpdate/newUpdateChunk
      
      * swarm/storage/mru: Added resourcemetadata tests
      
      * swarm/storage/mru: Added tests  for UpdateRequest
      
      * swarm/storage/mru: more test coverage for UpdateRequest and comments
      
      * swarm/storage/mru: Avoid fake chunks in parseUpdate()
      
      * swarm/storage/mru: Documented resource.go extensively
      
      moved some functions where they make most sense
      
      * swarm/storage/mru: increase test coverage for UpdateRequest and
      
      variable name changes throughout to increase consistency
      
      * swarm/storage/mru: moved default timestamp to NewCreateRequest-
      
      * swarm/storage/mru: lookup refactor
      
      * swarm/storage/mru: added comments and renamed raw flag to rawmru
      
      * swarm/storage/mru: fix receiver typo
      
      * swarm/storage/mru: refactored update chunk new/create
      
      * swarm/storage/mru:  refactored signature digest to avoid malleability
      
      * swarm/storage/mru: optimize update data serialization
      
      * swarm/storage/mru: refactor and cleanup
      
      * swarm/storage/mru: add timestamp struct and serialization
      
      * swarm/storage/mru: fix lint error and mark some old code for deletion
      
      * swarm/storage/mru: remove unnecessary variable
      
      * swarm/storage/mru: Added more comments throughout
      
      * swarm/storage/mru: Refactored metadata chunk layout + extensive error...
      
      * swarm/storage/mru: refactor cli parser
      Changed resource info output to JSON
      
      * swarm/storage/mru: refactor serialization for extensibility
      
      refactored error messages to NewErrorf
      
      * swarm/storage/mru: Moved Signature to resource_sign.
      Check Sign errors in server tests
      
      * swarm/storage/mru: Remove isSafeName() checks
      
      * swarm/storage/mru: scrubbed off all references to "block" for time
      
      * swarm/storage/mru: removed superfluous isSynced() call.
      
      * swarm/storage/mru: remove isMultihash() and ToSafeName functions
      
      * swarm/storage/mru: various fixes and comments
      
      * swarm/storage/mru: decoupled cli for independent create/update
      * Made resource name optional
      * Removed unused LookupPrevious
      
      * swarm/storage/mru: Decoupled resource create / update & refactor
      
      * swarm/storage/mru: Fixed some comments as per issues raised in PR #743
      
      * swarm/storage/mru: Cosmetic changes as per #743 comments
      
      * swarm/storage/mru: refct request encoder/decoder > marshal/unmarshal
      
      * swarm/storage/mru: Cosmetic changes as per review in #748
      
      * swarm/storage/mru: removed timestamp proof placeholder
      
      * swarm/storage/mru: cosmetic/doc/fixes changes as per comments in #704
      
      * swarm/storage/mru: removed unnecessary check in Handler.update
      
      * swarm/storage/mru: Implemented Marshaler/Unmarshaler iface in Request
      
      * swarm/storage/mru: Fixed linter error
      
      * swarm/storage/mru: removed redundant address in signature digest
      
      * swarm/storage/mru: fixed bug: LookupLatestVersionInPeriod not working
      
      * swarm/storage/mru: Unfold Request creation API for create or update+create
      set common time source for mru package
      
      * swarm/api/http: fix HandleGetResource error variable shadowed
      when requesting a resource that does not exist
      
      * swarm/storage/mru: Add simple check to detect duplicate updates
      
      * swarm/storage/mru: moved Multihash() to the right place.
      
      * cmd/swarm: remove unneeded clientaccountmanager.go
      
      * swarm/storage/mru: Changed some comments as per reviews in #784
      
      * swarm/storage/mru: Made SignedResourceUpdate.GetDigest() public
      
      * swarm/storage/mru: cosmetic changes as per comments in #784
      
      * cmd/swarm: Inverted --multihash flag default
      
      * swarm/storage/mru: removed Verify from SignedResourceUpdate.fromChunk
      
      * swarm/storage/mru: Moved validation code out of serializer
      Cosmetic / comment changes
      
      * swarm/storage/mru: Added unit tests for UpdateLookup
      
      * swarm/storage/mru: Increased coverage of metadata serialization
      
      * swarm/storage/mru: Increased test coverage of updateHeader serializers
      
      * swarm/storage/mru: Add resourceUpdate serializer test
      427316a7
    • Javier Peletier's avatar
      cmd/swarm: add implicit subcommand help (fix #786) (#788) · 7ddc2c9e
      Javier Peletier authored
      * cmd/swarm: add implicit subcommand help (fix #786)
      
      * cmd/swarm: moved implicit help to a recursive func
      7ddc2c9e
  22. Jul 16, 2018
  23. Jul 13, 2018
Loading