good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 07, 2022
  2. Apr 23, 2022
  3. Mar 09, 2022
  4. Oct 14, 2021
  5. Oct 12, 2021
  6. Aug 02, 2021
  7. Jul 29, 2021
  8. Jul 20, 2021
  9. Jul 17, 2021
  10. Jul 10, 2021
  11. Jul 03, 2021
  12. Jun 22, 2021
  13. Jun 13, 2021
    • BitBaseBit's avatar
      Implemented panic handling, graceful shutdown and reporting for all goroutines... · 7ed337cd
      BitBaseBit authored
      Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153)
      
      * implemented crash reporting for all goroutine panics that aren't handled explicitly
      
      * implemented crash reporting for all goroutine panics that aren't handled explicitly
      
      * changed node defaults back to originals after testing
      
      * implemented panic handling for all goroutines that don't explicitly handle them, outputting the stack trace to a file in crashreports
      
      * handling panics on all goroutines gracefully
      
      * updated missing call
      
      * error assignment
      
      * implemented suggestions
      
      * path.Join added
      
      * implemented Evgeny's suggestions
      
      * changed path.Join to filepath.Join for cross-platform
      
      * added err check
      
      * updated RecoverStackTrace to LogPanic
      
      * updated closures
      
      * removed call of common.Go to some goroutines
      
      * updated scope capture
      
      * removed testing files
      
      * reverted back to original method, I feel like its less intrusive
      
      * update filename for clarity
      7ed337cd
  14. Jun 07, 2021
  15. May 20, 2021
    • Alex Sharov's avatar
      rename (#1978) · 0be3044b
      Alex Sharov authored
      * rename
      
      * rename "make grpc"
      
      * rename "abi bindings templates"
      
      * rename "abi bindings templates"
      0be3044b
  16. Apr 03, 2021
  17. Apr 02, 2021
  18. Mar 29, 2021
  19. Mar 18, 2021
  20. Mar 14, 2021
  21. Mar 10, 2021
  22. Mar 09, 2021
    • Alex Prut's avatar
      all: remove unneeded parentheses (#21921) · 1fb76cca
      Alex Prut authored
      * remove uneeded convertion type
      
      * remove redundant type in composite literal
      
      * omit explicit type where implicit
      
      * remove unused redundant parenthesis
      
      * remove redundant import alias duktape
      # Conflicts:
      #	core/state/snapshot/conversion.go
      #	eth/tracers/tracer.go
      #	metrics/cpu_syscall.go
      #	trie/trie_test.go
      1fb76cca
    • Marius van der Wijden's avatar
      cmd/geth: dump config for metrics (#22083) · e78f1a9f
      Marius van der Wijden authored
      * cmd/geth: dump config
      
      * cmd/geth: dump config
      
      * cmd/geth: properly read config again
      
      * cmd/geth: override metrics if flags are set
      
      * cmd/geth: write metrics regardless if enabled
      
      * cmd/geth: renamed to metricsfromcliargs
      
      * metrics: add default configuration
      # Conflicts:
      #	cmd/geth/config.go
      e78f1a9f
    • Alex Sharov's avatar
      add periodical db statistic metrics (#1545) · 4fe019a0
      Alex Sharov authored
      4fe019a0
  23. Mar 08, 2021
  24. Mar 03, 2021
  25. Feb 28, 2021
  26. Oct 11, 2020
  27. Aug 29, 2020
    • Marius van der Wijden's avatar
      metrics: zero temp variable in updateMeter (#21470) · f6ba57eb
      Marius van der Wijden authored
      * metrics: zero temp variable in  updateMeter
      
      Previously the temp variable was not updated properly after summing it to count.
      This meant we had astronomically high metrics, now we zero out the temp whenever we
      sum it onto the snapshot count
      
      * metrics: move temp variable to be aligned, unit tests
      
      Moves the temp variable in MeterSnapshot to be 64-bit aligned because of the atomic bug.
      Adds a unit test, that catches the previous bug.
      f6ba57eb
  28. Aug 27, 2020
  29. Aug 10, 2020
  30. Aug 08, 2020
  31. Aug 07, 2020
    • meowsbits's avatar
      cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) · 396937a2
      meowsbits authored
      Exposing /debug/metrics and /debug/metrics/prometheus was dependent
      on --pprof, which also exposes other HTTP APIs. This change makes it possible
      to run the metrics server on an independent endpoint without enabling pprof.
      # Conflicts:
      #	cmd/utils/flags.go
      #	internal/debug/flags.go
      #	metrics/exp/exp.go
      #	mobile/geth.go
      396937a2
  32. Jul 27, 2020
Loading