erigon-pulse/cmd/state/commands
BitBaseBit 7ed337cdcc
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
2021-06-13 17:41:39 +01:00
..
check_change_sets.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
check_enc.go rename (#1978) 2021-05-20 19:25:53 +01:00
check_index.go rename (#1978) 2021-05-20 19:25:53 +01:00
global_flags_vars.go remove lmdb from hack, integration, state packages. remove lmdb dbtools (#2146) 2021-06-11 20:31:37 +07:00
index_stats.go rename (#1978) 2021-05-20 19:25:53 +01:00
opcode_tracer.go Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153) 2021-06-13 17:41:39 +01:00
regenerate_txlookup.go rename (#1978) 2021-05-20 19:25:53 +01:00
root.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
verify_headers_snapshot.go rename (#1978) 2021-05-20 19:25:53 +01:00
verify_txlookup.go rename (#1978) 2021-05-20 19:25:53 +01:00