polygon-cli
polygon-cli copied to clipboard
feat: rebroadcast block and tx hashes to sensor connected peers
- add something like
--broadcastflag that will instead of just logging that the sensor received a block or tx hash, actually resend it to all of the peers
After deploying, there seems to be some latency issues, look into:
- increasing the number of concurrent goroutines
- refactoring the database writes to prevent contentions
There may be tx pool partitions?
Consider also checking the datastore costs after implementing the block cache.