Add Integration Test for Stellar Asset Contract (#1809) - #1815
Open
guptapratykshh wants to merge 12 commits into
Open
Add Integration Test for Stellar Asset Contract (#1809)#1815guptapratykshh wants to merge 12 commits into
guptapratykshh wants to merge 12 commits into
Conversation
…ets and contract ID Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
guptapratykshh
requested review from
LucasSte,
salaheldinsoliman,
seanyoung and
xermicus
as code owners
July 1, 2025 10:12
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Contributor
Author
Contributor
|
@guptapratykshh Soroban integration tests are failing, could you make sure they pass by running them locally first? |
Contributor
|
@guptapratykshh I have done some re-writing for the soroban integration test, since the protocol 23 release. |
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Contributor
|
Hi @guptapratykshh, the soroban integration tests is failing, could you please re-check that? |
guptapratykshh
force-pushed
the
feature-stellar-asset-integration-test
branch
2 times, most recently
from
November 15, 2025 22:04
d0583a4 to
8c6dc1c
Compare
Contributor
|
@guptapratykshh looks good 👍 |
guptapratykshh
force-pushed
the
feature-stellar-asset-integration-test
branch
from
November 16, 2025 22:35
84b6dd3 to
29213c6
Compare
…ets and contract ID Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
…Desktop/solang && find . -name *llvm* -o -name *env* -o -name *setup* | head -20 Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
guptapratykshh
force-pushed
the
feature-stellar-asset-integration-test
branch
from
November 16, 2025 22:38
044d3f1 to
ea33da5
Compare
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
guptapratykshh
force-pushed
the
feature-stellar-asset-integration-test
branch
from
November 17, 2025 09:58
f1a654c to
3deb074
Compare
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Signed-off-by: Pratyksh Gupta <pratykshgupta9999@gmail.com>
Contributor
Author
|
Please look into this . @salaheldinsoliman |
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.
Description
This PR adds comprehensive JavaScript integration test for the Stellar Asset Contract. The test demonstrates how to interact with the contract on the Stellar Soroban testnet, covering deployment, invocation, transfers, approvals, error handling, and edge cases.
Fixes #1809
Test Coverage -