good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 02, 2017
  2. Sep 25, 2017
  3. Sep 20, 2017
  4. Sep 11, 2017
  5. Sep 05, 2017
  6. Aug 23, 2017
  7. Aug 22, 2017
  8. Aug 18, 2017
  9. Aug 09, 2017
  10. Aug 07, 2017
  11. Jul 14, 2017
    • Péter Szilágyi's avatar
      core: remove redundant storage of transactions and receipts (#14801) · 0ff35e17
      Péter Szilágyi authored
      * core: remove redundant storage of transactions and receipts
      
      * core, eth, internal: new transaction schema usage polishes
      
      * eth: implement upgrade mechanism for db deduplication
      
      * core, eth: drop old sequential key db upgrader
      
      * eth: close last iterator on successful db upgrage
      
      * core: prefix the lookup entries to make their purpose clearer
      0ff35e17
  12. Jul 10, 2017
  13. Jun 27, 2017
    • Felix Lange's avatar
      core/state: access trie through Database interface, track errors (#14589) · 9e5f03b6
      Felix Lange authored
      With this commit, core/state's access to the underlying key/value database is
      mediated through an interface. Database errors are tracked in StateDB and
      returned by CommitTo or the new Error method.
      
      Motivation for this change: We can remove the light client's duplicated copy of
      core/state. The light client now supports node iteration, so tracing and storage
      enumeration can work with the light client (not implemented in this commit).
      9e5f03b6
  14. Jun 21, 2017
  15. Jun 15, 2017
  16. Jun 07, 2017
  17. Jun 01, 2017
  18. May 30, 2017
  19. May 29, 2017
  20. May 23, 2017
  21. May 19, 2017
    • Martin Holst Swende's avatar
      internal/ethapi: lock when auto-filling transaction nonce (#14483) · 83721a95
      Martin Holst Swende authored
      More context in the bug This solves the problems of transactions being
      submitted simultaneously, and getting the same nonce, due to the gap (due to
      signing) between nonce-issuance and nonce-update. With this PR, a lock will
      need to be acquired whenever a nonce is used, and released when the transaction
      is submitted or errors out.
      83721a95
  22. May 18, 2017
    • Jeffrey Wilcke's avatar
      consensus, core/*, params: metropolis preparation refactor · 10a57fc3
      Jeffrey Wilcke authored
      This commit is a preparation for the upcoming metropolis hardfork. It
      prepares the state, core and vm packages such that integration with
      metropolis becomes less of a hassle.
      
      * Difficulty calculation requires header instead of individual
        parameters
      * statedb.StartRecord renamed to statedb.Prepare and added Finalise
        method required by metropolis, which removes unwanted accounts from
        the state (i.e. selfdestruct)
      * State keeps record of destructed objects (in addition to dirty
        objects)
      * core/vm pre-compiles may now return errors
      * core/vm pre-compiles gas check now take the full byte slice as argument
        instead of just the size
      * core/vm now keeps several hard-fork instruction tables instead of a
        single instruction table and removes the need for hard-fork checks in
        the instructions
      * core/vm contains a empty restruction function which is added in
        preparation of metropolis write-only mode operations
      * Adds the bn256 curve
      * Adds and sets the metropolis chain config block parameters (2^64-1)
      10a57fc3
  23. Apr 28, 2017
  24. Apr 25, 2017
  25. Apr 24, 2017
  26. Apr 14, 2017
  27. Apr 12, 2017
  28. Apr 11, 2017
  29. Apr 10, 2017
  30. Apr 06, 2017
    • Péter Szilágyi's avatar
      .travis, build: autodelete old unstable archives (#13867) · c76ad944
      Péter Szilágyi authored
      This commit adds a build step to travis to auto-delete unstable archives older than
      14 days (our regular release schedule) from Azure via ci.go purge.
      
      The commit also pulls in the latest Azure storage code, also switching over from
      the old import path (github.com/Azure/azure-sdk-for-go) to the new split one
      (github.com/Azure/azure-storage-go).
      c76ad944
  31. Apr 04, 2017
  32. Mar 31, 2017
    • Felix Lange's avatar
      swarm/api: improve FUSE build constraints, logging and APIs (#3818) · 105b37f1
      Felix Lange authored
      * 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
  33. Mar 23, 2017
Loading