1. 06 Oct, 2016 1 commit
    • Felix Lange's avatar
      core/state: implement reverts by journaling all changes · 1f1ea18b
      Felix Lange authored
      This commit replaces the deep-copy based state revert mechanism with a
      linear complexity journal. This commit also hides several internal
      StateDB methods to limit the number of ways in which calling code can
      use the journal incorrectly.
      
      As usual consultation and bug fixes to the initial implementation were
      provided by @karalabe, @obscuren and @Arachnid. Thank you!
      1f1ea18b
  2. 03 Oct, 2016 4 commits
  3. 02 Oct, 2016 2 commits
    • Péter Szilágyi's avatar
      Merge pull request #3066 from fjl/build-env · d4b55fc5
      Péter Szilágyi authored
      build: improve debian packaging
      d4b55fc5
    • Felix Lange's avatar
      build: improve debian packaging · 4f762797
      Felix Lange authored
      This commit tweaks the debian packaging tool:
      
      * All build environment metadata can now be overriden on the command
        line. This allows testing the CI build behaviour locally.
      * -unstable packages now actually contain the binaries (oops)
      * packages use Go 1.7 to build
      * archiving is skipped for PR builds
      4f762797
  4. 01 Oct, 2016 4 commits
  5. 30 Sep, 2016 2 commits
  6. 29 Sep, 2016 4 commits
  7. 28 Sep, 2016 4 commits
  8. 27 Sep, 2016 2 commits
  9. 26 Sep, 2016 11 commits
  10. 22 Sep, 2016 1 commit
  11. 21 Sep, 2016 2 commits
  12. 19 Sep, 2016 3 commits