• 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
..
batch_submitter.go Loading commit data...
channel.go Loading commit data...
channel_builder.go Loading commit data...
channel_builder_test.go Loading commit data...
channel_manager.go Loading commit data...
channel_manager_test.go Loading commit data...
channel_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
driver.go Loading commit data...
service.go Loading commit data...
tx_data.go Loading commit data...