Skip to content

Add cross-contract communication contract#281

Open
Trovic1 wants to merge 1 commit into
MindFlowInteractive:mainfrom
Trovic1:issue-260-cross-contract-communication
Open

Add cross-contract communication contract#281
Trovic1 wants to merge 1 commit into
MindFlowInteractive:mainfrom
Trovic1:issue-260-cross-contract-communication

Conversation

@Trovic1

@Trovic1 Trovic1 commented Jun 28, 2026

Copy link
Copy Markdown
  • Added contracts/cross_contract/src/lib.rs:1 with a new Soroban cross-contract messaging contract: message queue, route registry, optional
    callbacks, rate limiting, audit trail, and atomic/non-atomic delivery modes.
  • Added contracts/cross_contract/src/test.rs:1 with coverage for routing, callback execution, callback override, queue behavior, rate limiting,
    error propagation, and atomic rollback expectations.
  • Registered the crate in Cargo.toml:3 and added contracts/cross_contract/Cargo.toml:1.

closes #260

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

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

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.

Cross-Contract Communication Contract

1 participant