good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 01, 2015
  2. Sep 29, 2015
  3. Sep 25, 2015
  4. Sep 23, 2015
  5. Sep 22, 2015
    • Felix Lange's avatar
      rpc/api: don't crash for unknown blocks · 90cd8ae9
      Felix Lange authored
      Most eth RPC calls that work with blocks crashed when the block was not
      found because they called Hash on a nil block. This is a regression
      introduced in cdc2662c (#1779).
      
      While here, remove the insane conversions in get*CountBy*. There is no
      need to construct a complete BlockRes and converting
      int->int64->*big.Int->[]byte->hexnum->string to format the length of a
      slice as hex.
      90cd8ae9
    • Felix Lange's avatar
      cmd/geth, core: make "geth blocktest" work again · 70b61747
      Felix Lange authored
      The test genesis block was not written properly, block insertion failed
      immediately.
      
      While here, fix the panic when shutting down "geth blocktest" with
      Ctrl+C. The signal handler is now installed automatically, causing
      ethereum.Stop to crash because everything is already stopped.
      70b61747
    • Gustav Simonsson's avatar
  6. Sep 21, 2015
  7. Sep 18, 2015
  8. Sep 17, 2015
  9. Sep 16, 2015
  10. Sep 15, 2015
Loading