1. 17 Jul, 2017 1 commit
  2. 14 Jul, 2017 5 commits
  3. 11 Jul, 2017 6 commits
  4. 10 Jul, 2017 2 commits
  5. 07 Jul, 2017 1 commit
  6. 06 Jul, 2017 2 commits
  7. 05 Jul, 2017 6 commits
  8. 04 Jul, 2017 2 commits
  9. 03 Jul, 2017 1 commit
  10. 30 Jun, 2017 4 commits
  11. 29 Jun, 2017 4 commits
  12. 28 Jun, 2017 5 commits
  13. 27 Jun, 2017 1 commit
    • 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