Skip to content

Releases: shutter-network/shutter

v0.0.13

05 Mar 17:58
Compare
Choose a tag to compare
Do not use varints for the shuffle code

v0.0.12

02 Mar 20:16
Compare
Choose a tag to compare
Update dependencies including tendermint to 0.34.8

v0.0.11: Add txsearch subcommand

02 Mar 13:11
Compare
Choose a tag to compare
This command queries transactions from a running shuttermint node and
prints them to stdout.

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

02 Mar 00:08
Compare
Choose a tag to compare
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

v0.0.9

22 Feb 23:10
Compare
Choose a tag to compare
Use new default branch main

v0.0.8

19 Feb 23:51
Compare
Choose a tag to compare
Update tendermint to version 0.34.7

v0.0.7

19 Feb 17:10
Compare
Choose a tag to compare
Add build-release script