Skip to content

v0.0.10: Fix the 'eon not found' bug

Compare
Choose a tag to compare
released this 02 Mar 00:08
· 361 commits to main since this release
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