nimbus-eth1/nimbus/utils/tx_pool
Jordan Hrycaj f11b1a8d8e
Fix typo in tx_head.nim delta calculator
why:
  Causes havoc in most bit fringe cases.

details:
  When setting the head forward, the delta was wrongly registered from
  the static "left" end (which limits the loop) rather than the moving
  "right" end.
2022-04-04 17:07:48 +01:00
..
tx_chain TxPool implementation 2022-01-22 08:26:57 +02:00
tx_tabs TxPool implementation 2022-01-22 08:26:57 +02:00
tx_tasks Fix typo in tx_head.nim delta calculator 2022-04-04 17:07:48 +01:00
tx_chain.nim fix txpool prevRandao setter 2022-04-03 13:23:10 +07:00
tx_desc.nim TxPool implementation 2022-01-22 08:26:57 +02:00
tx_gauge.nim TxPool implementation 2022-01-22 08:26:57 +02:00
tx_info.nim Support for local accounts (#1019) 2022-03-31 09:21:36 +01:00
tx_item.nim TxPool implementation 2022-01-22 08:26:57 +02:00
tx_job.nim TxPool implementation 2022-01-22 08:26:57 +02:00
tx_tabs.nim Jordan/fix txs sort order (#1025) 2022-03-31 17:17:22 +01:00