mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-06 02:52:19 +00:00
7ed337cdcc
* 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 |
||
---|---|---|
.. | ||
contracts | ||
call_traces_test.go | ||
corner_cases_support_test.go | ||
daemon.go | ||
db_api_deprecated.go | ||
debug_api_test.go | ||
debug_api.go | ||
erigon_api.go | ||
erigon_block.go | ||
erigon_issuance.go | ||
erigon_receipts.go | ||
erigon_system.go | ||
error_messages.go | ||
eth_accounts.go | ||
eth_api_test.go | ||
eth_api.go | ||
eth_block.go | ||
eth_call_test.go | ||
eth_call.go | ||
eth_deprecated.go | ||
eth_filters.go | ||
eth_ming_test.go | ||
eth_mining.go | ||
eth_receipts.go | ||
eth_system.go | ||
eth_txs.go | ||
eth_uncles.go | ||
get_chain_config_test.go | ||
net_api.go | ||
rpc_block.go | ||
send_transaction_test.go | ||
send_transaction.go | ||
shh_api_deprecated.go | ||
storage_range.go | ||
test_util.go | ||
trace_adhoc_test.go | ||
trace_adhoc.go | ||
trace_api.go | ||
trace_filtering.go | ||
trace_types.go | ||
tracing.go | ||
txpool_api_test.go | ||
txpool_api.go | ||
web3_api.go |