Skip to content

feat(contracts): fix #160 payment scheduler and #177 price oracle#264

Merged
ONEONUORA merged 1 commit into
Fracverse:masterfrom
Dopezapha:feature-payment-scheduler-price-oracle
May 31, 2026
Merged

feat(contracts): fix #160 payment scheduler and #177 price oracle#264
ONEONUORA merged 1 commit into
Fracverse:masterfrom
Dopezapha:feature-payment-scheduler-price-oracle

Conversation

@Dopezapha
Copy link
Copy Markdown
Contributor

Closes #160
Closes #177

PR Description

Fixes #160 by implementing an escrow-backed payment scheduler for one-time and recurring payments. Payers fund schedules up front, anyone can execute due schedules, and pending schedules can be cancelled or modified with proper authorization and escrow reconciliation.

Fixes #177 by implementing a Soroban price oracle aggregator for payment routing. The oracle supports trusted manual sources and external SEP-40-style oracle contracts, aggregates valid prices with median filtering, rejects stale/outlier data, and falls back to the last good aggregate when live sources are unavailable.

Changed

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@Dopezapha 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

Copy link
Copy Markdown
Contributor

@ONEONUORA ONEONUORA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @Dopezapha

@ONEONUORA ONEONUORA merged commit 2fabcd5 into Fracverse:master May 31, 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.

Contract: Implement Oracle Price Feed Integration Contract: Add Payment Scheduling Contract

2 participants