- May 07, 2022
-
-
Alex Sharov authored
-
- Apr 23, 2022
-
-
Håvard Anda Estensen authored
-
- Mar 09, 2022
-
-
Alex Sharov authored
-
- Oct 14, 2021
-
-
Alex Sharov authored
-
- Oct 12, 2021
-
-
Alex Sharov authored
-
- Aug 02, 2021
-
-
Alex Sharov authored
-
- Jul 29, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- Jul 20, 2021
-
-
Alex Sharov authored
-
- Jul 17, 2021
-
-
Alex Sharov authored
-
- Jul 10, 2021
-
-
Alex Sharov authored
-
- Jul 03, 2021
-
-
Alex Sharov authored
-
- Jun 22, 2021
-
-
Alex Sharov authored
-
- Jun 13, 2021
-
-
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
-
- Jun 07, 2021
-
-
Alex Sharov authored
-
- May 20, 2021
-
-
Alex Sharov authored
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
-
- Apr 03, 2021
-
-
Alex Sharov authored
-
- Apr 02, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- Mar 29, 2021
-
-
Artem Vorotnikov authored
-
- Mar 18, 2021
-
-
Igor Mandrigin authored
-
Igor Mandrigin authored
-
- Mar 14, 2021
-
-
Alexey Sharp authored
-
- Mar 10, 2021
-
-
Alex Sharov authored
-
- Mar 09, 2021
-
-
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
-
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
-
Alex Sharov authored
-
- Mar 08, 2021
-
-
alex.sharov authored
-
gary rong authored
# Conflicts: # metrics/cpu_enabled.go
-
- Mar 03, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- Feb 28, 2021
-
-
Alex Sharov authored
-
- Oct 11, 2020
-
-
Thomas Jay Rush authored
* Turning off failing test * Linting (whoops)
-
Alex Sharov authored
-
- Aug 29, 2020
-
-
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.
-
- Aug 27, 2020
-
-
Marius van der Wijden authored
-
- Aug 10, 2020
-
-
Alex Sharov authored
-
- Aug 08, 2020
-
-
Igor Mandrigin authored
-
- Aug 07, 2020
-
-
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
-
- Jul 27, 2020
-
-
Alex Sharov authored
-