good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 13, 2016
  2. Oct 12, 2016
  3. Oct 10, 2016
  4. Oct 07, 2016
  5. Oct 06, 2016
  6. Oct 05, 2016
  7. Oct 03, 2016
  8. Oct 02, 2016
    • 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. Oct 01, 2016
  10. Sep 30, 2016
  11. Sep 29, 2016
    • 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
Loading