-
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 |
---|---|---|
.. | ||
metrics | ||
mocks | ||
cli.go | ||
cli_test.go | ||
price_bump_test.go | ||
queue.go | ||
queue_test.go | ||
send_state.go | ||
send_state_test.go | ||
txmgr.go | ||
txmgr_test.go |