Skip to content

v0.2.11

Choose a tag to compare

@Rexagon Rexagon released this 08 Jul 12:14
· 533 commits to master since this release
8d9ab65

BREAKING:

  • The deterministic random algorithm was changed in the mempool, so the order of included messages will be different. Updating the network will require restarting the mempool with a new genesis round (without any external/internal messages load).
  • The storage config was split into two parts. All fields from storage except root_dir , rocksdb_enable_metrics and rocksdb_lru_capacity are now in core_storage.

New Features

  • feat(collator): build merkle update in parallel by @pashinov in #788
  • feat(collator): detailed wu price by @SmaGMan in #785
  • feat(collator): move split depth for building Merkle update into config by @pashinov in #793
  • feat(collator): append cumulative statistics after new master block by @drmick in #768
  • feat(collator): add new exec params usage by @serejkaaa512 in #757
  • feat(storage): split states and remove them in parallel by @pashinov in #789
  • feat(simulator): add consensus simulator by @Mododo in #794

Fixes

  • fix(collator): put router to diff in state by @drmick in #804

Internal Improvements