go-ethereum/cmd
Arpit Temani 2a6ea470a0
Mining Analysis (#429)
* base setup for miner opentel

* version change

* modify ctx passing

* add attributes

* update fill txs span attributes

* fix: use common attributes for remote and local txs

* pass context in seal

* fix

* fix

* add traces to finalize and assemble

* fix

* use task ctx in result loop

* only start parent span if no error

* send nil tracer from Finalize

* clean up

* add sub function timings in span attribute

* modify span attributes

* set time attribute to milliseconds

* linters fix

* fix linters for consensus

* add nolint to worker

* fix testcase

* Added fillTransactions subTraces

* add traces in intermediate root hash function

* add traces in WriteBlockAndSetHead function, fix linters

* fix: linting errors

* fix: test cases

* fix: go.mod

* fix: testcase

* extract tracing package

* linters fix

* debug

* Revert "debug"

This reverts commit 2d68b7c7b1105080563a4e1a6949dabc10acaff8.

* fix: panic in NewTransactionsByPriceAndNonce iteration

* change heimdall version to develop

* miner/worker: fix duplicate call to tx ordering

* miner/worker: refactor tracing

* consensus/bor: use tracing package

* tracing: add more abstraction for spans

* tracing: set all attributes at once

* remove nested tracing from blockchain.WriteBlockAndSetHead function

* remove nested tracing from statedb.IntermediateRoot function

* handle end span in bor.Seal function

* fix: typo

* minor fixes

* fix: linters

* fix: remove nolint

* go mod tidy

Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Evgeny Danienko <6655321@bk.ru>
2022-09-30 13:40:18 +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 Mining Analysis (#429) 2022-09-30 13:40:18 +05:30
faucet merged geth v1.10.10 2021-11-22 19:04:07 +05:30
geth Use atomic pointer in go 1.19 (#446) 2022-08-09 22:11:09 +03:00
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 eth, cli: prevent snap sync mode migration - v0.3.x (#494) 2022-08-17 15:18:16 +05:30