• 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
..
batcher Loading commit data...
cmd Loading commit data...
compressor Loading commit data...
flags Loading commit data...
metrics Loading commit data...
rpc Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dockerignore Loading commit data...
Makefile Loading commit data...