polygon-cli icon indicating copy to clipboard operation
polygon-cli copied to clipboard

feat: rebroadcast block and tx hashes to sensor connected peers

Open minhd-vu opened this issue 4 months ago • 3 comments

  • add something like --broadcast flag that will instead of just logging that the sensor received a block or tx hash, actually resend it to all of the peers

minhd-vu avatar Sep 30 '25 14:09 minhd-vu

After deploying, there seems to be some latency issues, look into:

  • increasing the number of concurrent goroutines
  • refactoring the database writes to prevent contentions

minhd-vu avatar Oct 14 '25 14:10 minhd-vu

There may be tx pool partitions?

minhd-vu avatar Oct 17 '25 16:10 minhd-vu

Consider also checking the datastore costs after implementing the block cache.

minhd-vu avatar Oct 21 '25 19:10 minhd-vu