Releases
v0.1.5
BREAKING:
Anchor alignment has changed so the update requires a new mempool genesis;
Storage settings have changed so resync is required.
New Features
feat(collator): inline more data into ShardAccountStuff
by @Rexagon in #491
feat(core): download shard blocks in archive provider by @Rexagon in #487
feat(storage): rework raw cells cache by @Rexagon in #500
feat(scripts): set CC
and CXX
to clang
while building the node by @Rexagon in #499
Fixes
fix(collator): fix collators lags and panics after sync by @SmaGMan in #494
fix(collator): fix wu_used_from_last_anchor
on resume collation after sync by @serejkaaa512 in #496
fix(collator): update has_externals
on initial anchors import by @SmaGMan in #497
fix(collator): pass min_top_processed
to anchor on mempool state update by @SmaGMan in #501
fix(consensus): downloader hangup on deep sync by @Mododo in #504
fix(consensus)!: change anchor alignment by @Mododo in #489
fix(rpc): treat missing last_transaction_lt
as None
by @0xdeafbeef in #493
fix(storage): don't load shard accounts when state wasn't changed by @pashinov in #488
Internal Improvements
You can’t perform that action at this time.