erigon-pulse/erigon-lib/txpool
Delweng a45b4c79af
txpool: the same logging style of announced and broadcasted tx (#9054)
Found the different log style for announced and broadcasted tx:

```
[INFO] [12-22|05:18:01.363] Local tx broadcasted                     txHash=ec6b1c87aafd7f8ead5794477be50bda696f2ce17271ad4f6022a756722fa0be to peer=10
[INFO] [12-22|05:18:01.363] local tx announced                       tx_hash=ec6b1c87aafd7f8ead5794477be50bda696f2ce17271ad4f6022a756722fa0be to peer=40 baseFee=1
```

adjust them to the same style

Signed-off-by: jsvisa <delweng@gmail.com>
2023-12-22 12:39:19 +07:00
..
testdata Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00
txpoolcfg --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
txpooluitl mdbx: hard-limit of small db's dirty_space (#8850) 2023-11-29 15:09:55 +01:00
fetch_test.go txpool: limit transactions outgoing messages (#8271) (#8742) 2023-11-20 21:19:20 +07:00
fetch.go --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
mocks_test.go Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00
pool_fuzz_test.go Fix wiring of AgraBlock into tx pool (#8555) 2023-10-23 11:03:46 +02:00
pool_test.go --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
pool.go txpool: the same logging style of announced and broadcasted tx (#9054) 2023-12-22 12:39:19 +07:00
send.go txpool: limit transactions outgoing messages (#8271) (#8742) 2023-11-20 21:19:20 +07:00
test_util.go Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00
testdata.go Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00
txpool_grpc_server.go Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00