1. 13 Oct, 2016 3 commits
  2. 12 Oct, 2016 1 commit
  3. 10 Oct, 2016 5 commits
  4. 07 Oct, 2016 2 commits
  5. 06 Oct, 2016 8 commits
  6. 05 Oct, 2016 5 commits
  7. 03 Oct, 2016 7 commits
  8. 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
  9. 01 Oct, 2016 4 commits
  10. 30 Sep, 2016 2 commits
  11. 29 Sep, 2016 1 commit
    • Felix Lange's avatar
      trie: fix delete bug for values contained in fullNode · c3a77d62
      Felix Lange authored
      Delete crashed if a fullNode contained a valueNode directly. This bug is
      very unlikely to occur with SecureTrie, but can happen with regular
      tries. This commit also introduces a randomised test which triggers all
      trie operations, which should prevent such bugs in the future.
      
      Credit for finding this bug goes to Github user @rjl493456442.
      c3a77d62