Add support for pending blocks. The issue is that this may cause issues during reorgs.
What can happen is that what were previously Pending logs are part of the chain post-reorg. This would mean that the returned events would now contain effectively duplicate logs, ones in Pending state, and the same ones in Included state.
Related to #243
Add support for pending blocks. The issue is that this may cause issues during reorgs.
What can happen is that what were previously Pending logs are part of the chain post-reorg. This would mean that the returned events would now contain effectively duplicate logs, ones in Pending state, and the same ones in Included state.
Related to #243