• 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
channel_manager.go 12.3 KB