nimbus-eth1/nimbus/core/tx_pool
Jacek Sieka 226cdb7c68
avoid exceptions, tx copy (#2569)
* avoid some exceptions using the new compile-time strformat
* avoid copying the full transaction only to normalise 2 fields
(expensive)
2024-08-19 09:42:07 +02:00
..
tx_tabs Refactor txpool: reduce complexity (#2542) 2024-08-06 16:12:56 +07:00
tx_tasks TxPool: Merge tx_chain and tx_packer to reduce complexity (#2549) 2024-08-07 22:35:17 +07:00
tx_desc.nim Rewire blockValue from Txpool to EngineAPI (#2554) 2024-08-09 06:05:18 +07:00
tx_info.nim Remove txpool sender locality (#2525) 2024-07-25 22:36:08 +07:00
tx_item.nim TxPool: Replace GasPrice and GasPriceEx with GasInt (#2537) 2024-07-31 14:33:30 +07:00
tx_packer.nim avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
tx_tabs.nim Refactor txpool: reduce complexity (#2542) 2024-08-06 16:12:56 +07:00