Skip to content

v0.2.0

Compare
Choose a tag to compare
@Rexagon Rexagon released this 27 Jan 18:55
· 37 commits to master since this release
b3e73e0

BREAKING:

New Features

Fixes

  • fix(rpc): fix for updating code hashes in rpc by @pashinov in #509
  • fix(consensus): db cleanup by @Mododo in #505
  • fix(consensus): make Limiter order test a bit more reproducible by @Mododo in #541
  • fix(consensus): future rounds cache in BroadcastFilter by @Mododo in #542
  • fix(ci): fix rustflags in install.sh by @0xdeafbeef in #511
  • fix(light-node): intialize validators list on start from mc config by @0xdeafbeef in #563
  • fix(core): check number of neighbors before provider switch by @pashinov in #521
  • fix(core): request only reliable nodes by @pashinov in #527
  • fix(network): fix dropping ValidatorsResolver causing broken messag… by @0xdeafbeef in #569
  • fix(network): check that both wmem and rmem exist before using them by @0xdeafbeef in #546
  • fix(scripts): fix network start locally with a small number of nodes by @pashinov in #535
  • fix(storage): load accounts dict directly from the merkle update cell by @Rexagon in #571
  • fix(storage): use a single instance of mc ref tracker for all parts of the node by @Rexagon in #568

Internal Improvements