-
Notifications
You must be signed in to change notification settings - Fork 77
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
Add a max investor count guard per invoice to prevent unbounded settlement iteration cost
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#409 In StellarState/SS-contracts;Add a multi-sig requirement for settlement requiring two admin signatures before distributing investor returns
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#411 In StellarState/SS-contracts;Add an invoice extension function allowing admins to push back the funding deadline for an open invoice
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#412 In StellarState/SS-contracts;Add an invoice cancellation function allowing admins to cancel a registered invoice before it reaches funding target
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#404 In StellarState/SS-contracts;Add a protocol fee deduction on settlement that sends a percentage of repayment proceeds to the treasury
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#405 In StellarState/SS-contracts;docs(invoice-token): add inline rustdoc documentation for storage keys, structures, and TTL policies in storage.rs
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#383 In StellarState/SS-contracts;test(invoice-token): cross-contract integration test suite for escrow-triggered burn-on-settlement callback
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#382 In StellarState/SS-contracts;test(invoice-token): comprehensive test matrix validating Error::NotInit across all public entry points
good first issueGood for newcomersGood for newcomersStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#381 In StellarState/SS-contracts;feat(payment-distributor): implement two-step admin role rotation (transfer_admin/accept_admin) and authorization test suite
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#380 In StellarState/SS-contracts;feat(invoice-escrow): implement multi-token escrow funding support with accepted_tokens validation
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#379 In StellarState/SS-contracts;feat(invoice-escrow): implement complete dispute resolution lifecycle with timeout and default fallback
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#378 In StellarState/SS-contracts;feat(invoice-escrow): implement category-specific fee schedules with per-category BPS storage
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStatus: Open.#377 In StellarState/SS-contracts;