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
  10. Oct 25, 2015
Loading