v0.0.10: Fix the 'eon not found' bug
Tendermint silently caps the perPage value at 100. We need to make sure to stay below, otherwise we may drop events, because our exit condition may trigger to early. See https://github.com/brainbot-com/shutter/issues/50