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
Added --version flag for cmd/node, prints build GitCommit
Improved live block sync responsiveness, pick up newly queued masterchain blocks faster.
Reduced shard catch-up retry latency & broadcast event wake up
Optimized archive catch-up memory usage: checkpointed applied states now keep metadata/root hash instead of retaining full cell graphs and parsed state.
Improved archive checkpoint backpressure: pending checkpoint byte accounting now includes block/proof artifact payloads, not only state cell records.