good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 05, 2015
  2. Nov 04, 2015
  3. Nov 03, 2015
  4. Oct 31, 2015
  5. Oct 30, 2015
  6. Oct 29, 2015
  7. Oct 28, 2015
  8. Oct 27, 2015
    • Felix Lange's avatar
      eth, xeth: fix GasPriceOracle goroutine leak · ae1b5b3f
      Felix Lange authored
      XEth.gpo was being initialized as needed. WithState copies the XEth
      struct including the gpo field. If gpo was nil at the time of the copy
      and Call or Transact were invoked on it, an additional GPO listenLoop
      would be spawned.
      
      Move the lazy initialization to GasPriceOracle instead so the same GPO
      instance is shared among all created XEths.
      
      Fixes #1317
      Might help with #1930
      ae1b5b3f
  9. Oct 26, 2015
    • caktux's avatar
    • zelig's avatar
      rpc api: eth_getNatSpec · 4d005a2c
      zelig authored
      * xeth, rpc: implement eth_getNatSpec for tx confirmations
      * rename silly docserver -> httpclient
      * eth/backend: httpclient now accessible via eth.Ethereum init-d via config.DocRoot
      * cmd: introduce separate CLI flag for DocRoot (defaults to homedir)
      * common/path: delete unused assetpath func, separate HomeDir func
      4d005a2c
  10. Oct 25, 2015
Loading