feat(jsonrpc): check maxSubTopics and maxBlockRange to be consistent with eth by waynercheung · Pull Request #6271 · tronprotocol/java-tron
What does this PR do?
check maxSubTopics and maxBlockRange to be consistent with eth.
Why are these changes required?
Add maxSubTopics and maxBlockRange to be consistent with eth.
This PR has been tested by:
- Unit Tests
- Manual Testing
Follow up
Extra details
check maxSubTopics for eth_newFilter and eth_getLogs.
check maxBlockRange for eth_getLogs.