loomchain
loomchain copied to clipboard
Add block range limit log poll
- [ ] 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
Also it looks like we need to fix up
EthTxPollandEthBlockPollin 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?
EthTxPollandEthBlockPolldo 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.