good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 16, 2016
  2. Jul 15, 2016
  3. Jul 12, 2016
  4. Jun 30, 2016
  5. Jun 29, 2016
  6. Jun 23, 2016
  7. Jun 22, 2016
    • 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
  8. Jun 16, 2016
  9. Jun 15, 2016
  10. Jun 14, 2016
    • Jeffrey Wilcke's avatar
      cmd/evm: added --create flag indicating the exec code is to be created · e5165aeb
      Jeffrey Wilcke authored
      This fixes an issue if you wanted to test out code deployment rather
      than running a piece of code with an argument. This solves it by adding
      a --create flag that indicates the Create function should be used rather
      than the Call function.
      
      This also adds a statedb.commit call so that the proper state can be
      dumped when requested using the --dump flag.
      e5165aeb
  11. Jun 10, 2016
  12. Jun 09, 2016
  13. Jun 08, 2016
  14. Jun 07, 2016
  15. Jun 03, 2016
  16. May 31, 2016
  17. May 30, 2016
  18. May 25, 2016
    • Felix Lange's avatar
      eth: enable bad block reports · ca18202e
      Felix Lange authored
      We used to have reporting of bad blocks, but it was disabled
      before the Frontier release. We need it back because users
      are usually unable to provide the full RLP data of a bad
      block when it occurs.
      
      A shortcoming of this particular implementation is that the
      origin peer is not tracked for blocks received during eth/63
      sync. No origin peer info is still better than no report at
      all though.
      ca18202e
  19. May 20, 2016
  20. May 13, 2016
    • Felix Lange's avatar
      cmd/geth: fix console history exclusion · 86da6feb
      Felix Lange authored
      Calls to 'personal' API should be excluded from console history because
      they can be called with an account passphrase as argument. The check for
      such calls was inverted and didn't work.
      86da6feb
  21. May 11, 2016
  22. May 09, 2016
  23. May 06, 2016
  24. May 03, 2016
  25. May 02, 2016
  26. Apr 22, 2016
  27. Apr 21, 2016
Loading