feat(contract): integrate comprehensive soroban events for indexing#42
Merged
Cedarich merged 9 commits intoStayLitCodes:mainfrom Jan 31, 2026
Merged
Conversation
Contributor
|
Please check formating run cargo fmt --all -- --check and address errors |
Contributor
Author
|
@Cedarich Kindly check it out now |
Contributor
|
please Run cargo clippy --all-targets --all-features -- -D warnings and address errors |
Contributor
Author
|
@Cedarich I will do that now |
Contributor
Author
|
@Cedarich Done you can now check it out. |
1 similar comment
Contributor
Author
|
@Cedarich Done you can now check it out. |
Contributor
|
please address conflicts |
Contributor
|
Please address formatting errors |
Contributor
Author
|
@Cedarich Kindly check i just finish resolving the conflict. |
Contributor
Author
|
@Cedarich i just finish addressing formatting errors. |
Contributor
Author
|
@Cedarich Do i really do a great work ? Or i need to improve ? If so i need your compliment points so i can know where my strength lies. |
Contributor
Author
|
@Cedarich I deserve compliments more kindly consider |
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.
This PR adds core escrow logic and emits structured Soroban events to enable real-time indexing for Vaultix.
Changes
create_escrow,confirm_delivery,raise_dispute,resolve_disputeget_escrowhelper for state verificationImpact
Verification
cargo testpassedCloses #38