• Sebastian Stammler's avatar
    txmgr,op-batcher: Improve logging & metrics (#8766) · 87f50eb5
    Sebastian Stammler authored
    * txmgr,op-batcher: Improve logging & metrics
    
    - Standardize field names
    - Add more fields to tx logging
    - Add metrics for basefee and tip cap
    - Log frame id and transaction hash together
    
    * txmgr: Remove goroutine use in queue test
    
    Assertions should be made from the main test routine, if possible.
    I had local test failures where assertions where made after the main
    routine returned already.
    
    Also, the existing test leaked goroutines for transactions that
    weren't queued.
    
    A waitgroup can be used here alternatively, but it's cleaner to just
    assert in the main routine.
    87f50eb5
Name
Last commit
Last update
..
account_proof.go Loading commit data...
account_proof_test.go Loading commit data...
address.go Loading commit data...
blob.go Loading commit data...
blobs_api.go Loading commit data...
block_info.go Loading commit data...
heads.go Loading commit data...
id.go Loading commit data...
label.go Loading commit data...
output.go Loading commit data...
output_test.go Loading commit data...
receipts.go Loading commit data...
ssz.go Loading commit data...
ssz_test.go Loading commit data...
status.go Loading commit data...
sync_status.go Loading commit data...
transactions.go Loading commit data...
types.go Loading commit data...
types_test.go Loading commit data...