Skip to content

v0.3.7

Choose a tag to compare

@Rexagon Rexagon released this 24 Mar 17:48
· 133 commits to master since this release
577e65b

BREAKING:

  • Mempool protocol has changed, so all nodes need to be updated to properly communicate in the private overlay.
  • WU logic has changed so update should be applied when there is no significant load.

New Features

Fixes

  • fix(consensus): add node after stall by @Mododo in #1016
  • fix(consensus): downloader fixes by @Mododo in #1045
  • fix(consensus): tail extension by @Mododo in #1050
  • fix(consensus): duplicate stats by @Mododo in #1055
  • fix(consensus): adapter fixes by @Mododo in #1046
  • fix(collator): don't apply outdated genesis to restart mempool session by @Mododo in #913
  • fix(collator): reset externals on new genesis by @SmaGMan in #1042
  • fix(collator): VM and executor fixes by @Rexagon in 577e65b
  • fix(core): switch archive provider to next one for recent blocks by @pashinov in #1030
  • fix(core): make GC not to wait for heavy PS generation by @MrWad3r in #1031
  • fix(core): prevent OOM in merkle chain walk when state is removed by GC by @pashinov in #1034
  • fix(contracts): fix elector updateActiveVsetId to keep the past ele… by @MrWad3r in #1044
  • fix: remove unused feature by @Mododo in #1056