go-ethereum/consensus/bor
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
..
abi Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
api Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
clerk Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
contract Reciept e2e test (#431) 2022-07-14 19:28:56 +03:00
heimdall consensus/bor/heimdall: add new meter and timer metrics in heimdall client (#459) 2022-08-23 18:00:54 +05:30
heimdallgrpc Fix EOF error in gRPC state-sync (#489) 2022-08-11 20:40:08 +03:00
statefull chg : lint files 2022-10-14 12:53:46 +05:30
valset Fix "Signer 0x... is not a part of the producer set at block xxxx" 2022-07-25 10:19:39 -07:00
api.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
bor.go Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
bor_test.go fix : jaipurFork & baseFeeChangeDenom hardfork num to bigInt 2022-11-14 17:52:55 +05:30
errors.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
genesis.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
genesis_contract_mock.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
heimdall.go RFC35/Common Ancestor: Modifying the forkchoice rule (#425) 2022-07-15 10:37:35 +05:30
merkle.go Reciept e2e test (#431) 2022-07-14 19:28:56 +03:00
snapshot.go Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-05 10:36:52 +04:00
snapshot_test.go chg : use https://github.com/maticnetwork/crand instead of JekaMas/crand 2022-10-17 15:44:11 +05:30
span.go add context to Fetch* methods (#445) 2022-07-13 09:07:32 +03:00
span_mock.go add context to Fetch* methods (#445) 2022-07-13 09:07:32 +03:00