1. 23 9月, 2015 2 次提交
    • F
      rpc/api: don't crash for unknown blocks · 90cd8ae9
      Felix Lange 提交于
      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
    • F
      cmd/geth, core: make "geth blocktest" work again · 70b61747
      Felix Lange 提交于
      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
  2. 22 9月, 2015 4 次提交
  3. 21 9月, 2015 3 次提交
  4. 19 9月, 2015 2 次提交
  5. 18 9月, 2015 7 次提交
  6. 17 9月, 2015 3 次提交
  7. 16 9月, 2015 6 次提交
  8. 15 9月, 2015 10 次提交
  9. 14 9月, 2015 2 次提交
  10. 12 9月, 2015 1 次提交