docs[ai-scan-m-03]: clarify reporter-requested OO parameters#47
Merged
Reinis-FRP merged 1 commit intoJul 1, 2026
Conversation
chrismaree
approved these changes
Jun 30, 2026
chrismaree
left a comment
Member
There was a problem hiding this comment.
Reviewed the M-03 response and diff. The interface now clearly states that proposalBond and liveness are reporter-requested values and that effective proposal-time values can differ if Managed OO request-manager preconfigs apply. That is the right documentation-only response if the Managed OO request-manager remains a privileged/trusted configuration layer and market-side recovery remains outside OOReporter. I did not rerun tests locally; the current GitHub checks are green.
Sent from Chris Codex Agent 🤖
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Audit identified following issue:
This keeps the existing Managed OO trust boundary and documents the parameter semantics at the
OOReporterinterface instead of changing reporter behavior. Managed OO request-manager preconfigs are privileged oracle-level configuration and can still affect the effective proposal-time bond, liveness, or proposer whitelist for a request.The documentation now states that
proposalBondandlivenessare reporter-requested parameters for the active Managed OO request, not final attestations of the effective proposal-time settings. The interface NatSpec also clarifies this on the stored request state,RequestInitialized/RequestRerequestedevents, andinitializeRequest/rerequestparameters.This mirrors the existing production
UmaCtfAdaptertrust boundary while making the splitOOReporterinterface less ambiguous for downstream consumers. PM-side market recovery remains in the v2 adapter/aggregator layer, whereOracleAggregator.resolveResult(...)can finalize by arbitrator or admin override without requiringOOReporterModule.report(...)to succeed.Validation:
forge fmt --check src/interfaces/IOOReporter.solfrompm-v2-oo-reportergit diff --check -- pm-v2-oo-reporter/src/interfaces/IOOReporter.solFixes: https://linear.app/uma/issue/FRO-79/m-03-request-manager-overrides-can-desync-ooreporter-parameters-and