Releases: shutter-network/shutter
Releases · shutter-network/shutter
v0.0.13
v0.0.12
v0.0.11: Add txsearch subcommand
This command queries transactions from a running shuttermint node and prints them to stdout.
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