Skip to content

Releases: shutter-network/rolling-shutter

Keyper v1.4.0

18 Dec 08:54
1ceca5e

Choose a tag to compare

V1.4.0 Highlights

New features

Fixes

Improvements

Full Changelog: v1.3.15...v1.4.0

Keyper v1.3.15

18 Nov 17:18

Choose a tag to compare

Keyper v1.3.15

Full Changelog: v1.3.14...v1.3.15

Keyper v1.3.14

05 Nov 19:31
f781a73

Choose a tag to compare

Keyper v1.3.14

  • Fix transaction pointer reset with empty transaction submitted table

Full Changelog: v1.3.13...v1.3.14

Keyper v1.3.13

04 Nov 13:18
07037b2

Choose a tag to compare

Keyper v1.3.13

  • Fix Shuttermint block processing
  • Add DKG message sent/received metrics for improved observability of DKG communication

Full Changelog: v1.3.12...v1.3.13

Keyper v1.3.12

08 Aug 12:30
9967cb7

Choose a tag to compare

Keyper v1.3.12

  • Fix resource leaks on shutdown – ensure libp2p host, DHT, and event subscriptions are cleaned up immediately on context cancellation to prevent lingering goroutines and free resources promptly in #612
  • Fix metrics to populate correctly and generate from DB in #618
  • Add logic to allow for DB migrations in #586

Full Changelog: v1.3.11...v1.3.12

Gnosis Keyper v1.2.3

23 Aug 12:14
4cf80eb

Choose a tag to compare

gnosis/keyper-v1.2.3

Release gnosis/keyper-v1.2.3

Gnosis Keyper v1.2.2

20 Aug 13:09
d857e30

Choose a tag to compare

gnosis/keyper-v1.2.2

Release gnosis/keyper-v1.2.2

rolling-shutter/v0.0.6

01 Jun 10:03

Choose a tag to compare

Disable cgo, build static binary

rolling-shutter/v0.0.5: Build release with go install

02 May 11:36

Choose a tag to compare

rolling-shutter/v0.0.4: Determine version via go 1.18's buildinfo

30 Apr 12:36

Choose a tag to compare

This makes it possible to use go install with the github URL and end up with an
executable that knows it's version.

At the moment we still set the version when building via the build-release
script.