go-ethereum/internal/cli/server
SHIVAM SHARMA b1d86bd6ea
Shivam/txpool tracing (#604)
* lock, unlock to rlock, runlock

* add : tracing Pending() and Locals()

* Log time spent in committing a tx during mining

* Remove data from logging

* Move log into case where a tx completes without error

* profile fillTransactions

* fix conflict

* bug fixes

* add logs

* txpool: add tracing in Pending()

* rearrange tracing

* add attributes

* fix

* fix

* log error in profiling

* update file mode and file path for profiling

* full profiling

* fix log

* fix log

* less wait

* fix

* fix

* logs

* worker: use block number for prof files

* initial

* txList add

* fix gas calculation

* fix

* green tests

* linters

* prettify

* allocate less

* no locks between pending and reorg

* no locks

* no locks on locals

* more tests

* linters

* less allocs

* comment

* optimize errors

* linters

* fix

* fix

* Linters

* linters

* linters

* simplify errors

* atomics for transactions

* fix

* optimize workers

* fix copy

* linters

* txpool tracing

* linters

* fix tracing

* duration in mcs

* locks

* metrics

* fix

* cache hit/miss

* less locks on evict

* remove once

* remove once

* switch off pprof

* fix data race

* fix data race

* add : sealed total/empty blocks metric gauge

* add : RPC debug_getTraceStack

* fix : RPC debug_getTraceStack

* fix : RPC debug_getTraceStack for all go-routines

* linters

* add data race test on txpool

* fix concurrency

* noleak

* increase batch size

* prettify

* tests

* baseFee mutex

* panic fix

* linters

* fix gas fee data race

* linters

* more transactions

* debug

* debug

* fix ticker

* fix test

* add cacheMu

* more tests

* fix test panic

* linters

* add statistics

* add statistics

* txitems data race

* fix tx list Has

* fix : lint

Co-authored-by: Arpit Temani <temaniarpit27@gmail.com>
Co-authored-by: Jerry <jerrycgh@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Evgeny Danienko <6655321@bk.ru>
2022-12-12 12:34:02 +05:30
..
chains mumbai fork - 13th dewc 2022-11-22 01:20:09 +05:30
pprof Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
proto internal/cli: use config file for flags in new-cli, builder/files: update defaults (#457) 2022-07-29 17:12:30 -07:00
testdata PR#518 and PR#529 -> qa (#532) 2022-09-29 14:25:27 +05:30
command.go merge qa to develop 2022-11-20 21:44:55 +05:30
command_test.go Added script to generate config.toml fromstart.sh (#518) 2022-09-23 13:37:04 +05:30
config.go Removed vhosts for ws and replaced cors with origins (#574) 2022-11-03 12:56:58 -07:00
config_legacy.go Use atomic pointer in go 1.19 (#446) 2022-08-09 22:11:09 +03:00
config_legacy_test.go PR#518 and PR#529 -> qa (#532) 2022-09-29 14:25:27 +05:30
config_test.go Added script to generate config.toml fromstart.sh (#518) 2022-09-23 13:37:04 +05:30
flags.go Removed vhosts for ws and replaced cors with origins (#574) 2022-11-03 12:56:58 -07:00
helper.go A thread safe way to take a free port (#485) 2022-08-16 18:43:18 +03:00
server.go metrics: handle values from config file (#565) 2022-10-20 15:33:00 -07:00
server_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
service.go internal/cli: update grpc/protobuf dependency (#449) 2022-07-11 19:09:49 +03:00
service_test.go internal/cli: use config file for flags in new-cli, builder/files: update defaults (#457) 2022-07-29 17:12:30 -07:00