Skip to content

Issue #284: enforce strict price-manager vs network-coordinator role … - #316

Closed
Killerjunior wants to merge 1 commit into
StellarFlow-Network:mainfrom
Killerjunior:issue-284-strict-admin-boundary
Closed

Issue #284: enforce strict price-manager vs network-coordinator role …#316
Killerjunior wants to merge 1 commit into
StellarFlow-Network:mainfrom
Killerjunior:issue-284-strict-admin-boundary

Conversation

@Killerjunior

Copy link
Copy Markdown

…separation in price oracle
Closes #284

Summary
This PR implements strict administrative boundary isolation for the contracts/price-oracle contract as required by issue #284.

What changed
Added explicit role separation between:
price managers (whitelisted providers allowed to submit verified prices)
network coordinators (authorized admins handling multisig/high-impact operations)
Updated set_price authorization so only dedicated price managers can submit verified price updates from external callers.
Preserved internal contract self-calls while enforcing provider-based authorization for external invokers.
Updated stored price metadata to record the actual submitting provider rather than always using the contract address.
Clarified contract storage comments to reflect the new dedicated price manager role.

Files changed
contracts/price-oracle/src/auth.rs
contracts/price-oracle/src/lib.rs
contracts/price-oracle/src/types.rs

…k-coordinator role separation in price oracle
@drips-wave

drips-wave Bot commented May 29, 2026

Copy link
Copy Markdown

@Killerjunior Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Sadeequ Sadeequ closed this Jul 22, 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.

🛡️ Contracts | Strict Administrative Boundary Isolation

2 participants