Skip to content

Release v0.8.14

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 07:04
· 3785 commits to master since this release
v0.8.14
9ca427e

Many core changes and new features were added. One of the most wanted feature is to be able to retire a stake pool. The code to do so was always there but it was not easily possible to retire a stake pool. Now jcli exposes a command line option to create a stake pool retirement certificate.

Another important feature is to be able to access via REST APIs the Stake Distribution of an epoch and the reward distribution history.

Notable changes:

  • add stake pool retirement to jcli #1809
  • access the stake distribution of any epoch #1901
  • access the reward history of any epoch #1886
  • add the parent block hash of the minted block in the leadership log #1883

Also note that you need --rewards-report-all in order to see all the reward distribution for all accounts in #1886 or when using JORMUNGANDR_REWARD_DUMP_DIRECTORY.

Detailed Changelogs