Skip to content

Releases: input-output-hk/jormungandr

v0.15.1: Patched release without spending counter and expiry validations

08 Sep 12:11
f657fe9
Compare
Choose a tag to compare

Release 0.15.0

31 May 11:00
Compare
Choose a tag to compare
v0.15.0

compiles now

Release 0.14.0

25 Mar 17:50
4ffdc7b
Compare
Choose a tag to compare
v0.14.0

Release 0.14.0

Release 0.13.0

24 Sep 16:59
Compare
Choose a tag to compare
v0.13.0

Release 0.13.0

Release 0.12.0-rc.1

24 Jun 14:49
Compare
Choose a tag to compare
Release 0.12.0-rc.1 Pre-release
Pre-release
v0.12.0-rc.1

Pre-release 0.12.0-rc.1

Release 0.11.2

24 Jun 14:31
Compare
Choose a tag to compare
v0.11.2

Release 0.11.2

Release 0.11.0-rc2

05 May 12:25
Compare
Choose a tag to compare
v0.11.0-rc2

Release 0.11.0-rc2

Release 0.11.1

12 Apr 21:19
v0.11.1
ac9eba7
Compare
Choose a tag to compare
v0.11.1

v0.11.1

Release 0.11.0-rc1

29 Mar 12:54
a3bef29
Compare
Choose a tag to compare
v0.11.0-rc1

v0.11.0-rc1

Pre-release 0.10.0-alpha.3

17 Feb 07:46
Compare
Choose a tag to compare
Pre-release

Added

  • New jcli subcommand to tally all proposals in a vote plan: #2980
  • A storage check mode for jormungandr to check integrity of the storage and exit: #2777

Changed

  • Change private tally transaction to carry results computed offline: #2971

Fixed

  • Fixes to jcli tally decryption command: #2864
  • Reject fragments exceeding the configured block size limit: #2879
  • Produce workable binaries for macOS again: #2993
  • Multiple issues with tests.

Dependency updates

  • Use tokio 1.x for the p2p network #2879 (the REST and explorer stacks still use tokio 0.2)