You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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