loomchain icon indicating copy to clipboard operation
loomchain copied to clipboard

Add block range limit log poll

Open pathornteng opened this issue 5 years ago • 2 comments

  • [ ] I added unit tests for any code that added
  • [ ] I updated the CHANGELOG.md
  • [x] All IP is original and not copied from another source
  • [x] I assign all copyright to Loom Network for the code in the pull request

pathornteng avatar Oct 25 '19 11:10 pathornteng

Also it looks like we need to fix up EthTxPoll and EthBlockPoll in a similar way.

EthTxPoll and EthBlockPoll do not allow users to specify filter though. It just queries last read block to latest block. However, we can auto-adjust block range. Should we go for it?

pathornteng avatar Oct 29 '19 08:10 pathornteng

EthTxPoll and EthBlockPoll do not allow users to specify filter though. It just queries last read block to latest block. However, we can auto-adjust block range. Should we go for it?

Yeah, should auto-adjust the range.

enlight avatar Oct 29 '19 08:10 enlight