Skip to content

v0.3.3

Choose a tag to compare

@Rexagon Rexagon released this 22 Oct 11:09
· 328 commits to master since this release
c675c16

BREAKING:

  • Storage format for point statuses has changed and the new logic for processing new data is not backwards compatible, so mempool rotation is required.

New Features

Fixes

  • fix(block-util): revert workchain range check for ExtMsgRepr by @Rexagon in #926
  • fix(cli): fix parsing of wins/losses and config params by @Rexagon in #927
  • fix(contracts): properly reset election flags on each new stake by @Rexagon in #928
  • fix(consensus): hang at config change by @Mododo in #933

Internal Improvements