1. 15 Jul, 2016 1 commit
  2. 14 Jul, 2016 3 commits
  3. 12 Jul, 2016 7 commits
  4. 11 Jul, 2016 2 commits
  5. 08 Jul, 2016 1 commit
  6. 04 Jul, 2016 4 commits
  7. 01 Jul, 2016 3 commits
  8. 30 Jun, 2016 2 commits
  9. 29 Jun, 2016 7 commits
  10. 24 Jun, 2016 4 commits
  11. 23 Jun, 2016 4 commits
  12. 22 Jun, 2016 2 commits
    • Felix Lange's avatar
      build: add ci.go, use it everywhere · 6c33ba14
      Felix Lange authored
      The new build script, ci.go, replaces some of the older shell scripts.
      ci.go can compile go-ethereum, run the tests, create release archives
      and debian source packages.
      6c33ba14
    • Jeffrey Wilcke's avatar
      test, cmd/evm, core, core/vm: illegal code hash implementation · 7a5b571c
      Jeffrey Wilcke authored
      This implements a generic approach to enabling soft forks by allowing
      anyone to put in hashes of contracts that should not be interacted from.
      This will help "The DAO" in their endevour to stop any whithdrawals from
      any DAO contract by convincing the mining community to accept their code
      hash.
      7a5b571c