RSSAmplifier

Blog

Release notes from sui

github.comRSS feed ↗10 posts

Latest posts

sui_v1.79.0_1786777384_ci: [consensus] wire FlexCommitter into Core (#27505)

Description Follow-up to #26876 . When enable_v3 is on, Core uses FlexCommitter for the local commit decision rule ( try_commit_v3 ) and for building sub-dags from certified commits synced by commit syncer ( process_certified_commits ), instead of the UniversalCommitter path. No behavior change while enable_v3 is off (the default). Additional changes on the v3 path: Report per-commit metrics and…

sui_v1.79.0_1786746252_ci: [trace-view] Extension version bump (#27710)

Description What the subject says

sui_v1.78.0_1786744039_release: [typed-store] reduce TideHunter snapshot thresholds (#27708)

(cherry picked from commit a8b6138 ) Description Describe the changes or additions included in this PR. Test plan How did you test the new or updated feature? Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your…

sui_v1.79.0_1786702630_ci

[typed-store] reduce TideHunter snapshot thresholds ( #27692 )

sui_v1.79.0_1786682104_ci: consensus: reset boot counter for simulated process restarts (#27650)

Description Fix a flakiness where the shared boot counter prevents amnesia recovery on validators restarted after crashing. Test plan CI

sui_v1.78.0_1786675402_release: Sui v1.78.0 Framework Bytecode snapshot (#27699)

Sui v1.78.0 Framework Bytecode snapshot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

sui_v1.78.0_1786670643_ci: Tweak bigtable write controller (#27690)

Description Last night I got paged because the mainnet json-rpc fallback bigtable cluster was lagging. A brief, large but short-lived latency spike caused the write controller to throttle writes down to 0.1 QPS and the controller got stuck there and I had to restart the indexers manually to recover. The controller watches flow control feedback from bigtable that tells it by what factor it can…

sui_v1.78.0_1786659847_ci

docs: operator guides, gRPC read_mask reference, and sui-install rest…

sui_v1.78.0_1786648392_ci: fix the source-verification-matrix nightly test (#27657)

Problem The nightly source-verification version matrix has been failing, and the cause is the chain identifier the test writes into its fixture. Ask for --format hex explicitly, and assert the result is eight hex digits at the point it is read. chain_identifier now returns String rather than Option<String> , since there is no longer a case where a missing value is meaningful — a CLI that cannot…

sui_v1.78.0_1786626694_ci

[Block Streaming] Gate observer block stream subscription while commi…