go-ethereum/cmd
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
..
abidump signer/core: move API JSON types to separate package (#23275) 2021-07-29 16:06:44 +02:00
abigen cmd/abigen: clarify abigen alias flag usage (#21875) 2020-12-12 17:36:32 +01:00
bootnode les: switch to new discv5 (#21940) 2021-01-26 21:41:35 +01:00
checkpoint-admin use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
clef V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
cli migrate cli to internal package (#301) 2022-01-19 12:10:20 +01:00
clidoc Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
devp2p V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
ethkey V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
evm Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
faucet dev: add: pos-944: snyk and govuln integration (#578) 2022-12-06 10:53:55 +01:00
geth fix issues 2022-11-22 12:22:22 +05:30
p2psim use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
puppeth V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
rlpdump V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
utils minor refactor 2022-11-22 12:28:57 +05:30