Skip to content

feat: relay operator set updates from admin to bridge subprotocol#61

Open
prajwolrg wants to merge 5 commits intomainfrom
STR-1721-interproto-mgs
Open

feat: relay operator set updates from admin to bridge subprotocol#61
prajwolrg wants to merge 5 commits intomainfrom
STR-1721-interproto-mgs

Conversation

@prajwolrg
Copy link
Copy Markdown
Collaborator

@prajwolrg prajwolrg commented Apr 7, 2026

Description

Implements the admin → bridge interprotocol messaging path for operator set updates. When the admin subprotocol activates a queued OperatorSetUpdate, it now relays the update to the bridge subprotocol, which applies the membership changes to its operator table.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/Enhancement (non-breaking change which adds functionality or enhances an existing one)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor
  • New or updated tests
  • Dependency update
  • Security fix

Notes to Reviewers

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • My changes do not introduce new warnings.
  • I have added tests that prove my changes are effective or that my feature works.
  • New and existing tests pass with my changes.

Related Issues

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

Commit: 7a41265
SP1 Execution Results

program cycles success
ASM STF 118,483,790 yes
Moho Recursive 11,586,699 yes

@prajwolrg prajwolrg force-pushed the STR-1721-interproto-mgs branch from d255eb9 to 6f3d33e Compare April 7, 2026 03:01
@prajwolrg prajwolrg changed the title Str 1721 interproto mgs feat: relay operator set updates from admin to bridge subprotocol Apr 7, 2026
@prajwolrg prajwolrg marked this pull request as ready for review April 7, 2026 03:08
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

❌ Patch coverage is 82.35294% with 9 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/msgs/bridge/src/lib.rs 0.00% 3 Missing ⚠️
crates/subprotocols/bridge-v1/src/subprotocol.rs 84.61% 2 Missing ⚠️
crates/subprotocols/debug-v1/src/subprotocol.rs 0.00% 2 Missing ⚠️
crates/txs/admin/src/actions/updates/operator.rs 75.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
crates/subprotocols/admin/src/handler.rs 95.63% <100.00%> (+0.88%) ⬆️
crates/subprotocols/bridge-v1/src/state/bridge.rs 97.67% <100.00%> (+0.15%) ⬆️
crates/subprotocols/checkpoint/src/handler.rs 84.09% <100.00%> (ø)
crates/subprotocols/bridge-v1/src/subprotocol.rs 83.05% <84.61%> (+1.05%) ⬆️
crates/subprotocols/debug-v1/src/subprotocol.rs 0.00% <0.00%> (ø)
crates/txs/admin/src/actions/updates/operator.rs 78.12% <75.00%> (+9.37%) ⬆️
crates/msgs/bridge/src/lib.rs 66.66% <0.00%> (+54.66%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@prajwolrg prajwolrg self-assigned this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants