Skip to content

test: add Soroban fork test skeleton (closes #88) - #155

Merged
nanaf6203-bit merged 1 commit into
StellarTips:mainfrom
Degentle12:fix/issue-88-fork-test-skeleton
Jul 30, 2026
Merged

test: add Soroban fork test skeleton (closes #88)#155
nanaf6203-bit merged 1 commit into
StellarTips:mainfrom
Degentle12:fix/issue-88-fork-test-skeleton

Conversation

@Degentle12

Copy link
Copy Markdown
Contributor

Summary

Resolves #88 — Soroban fork tests against Stellar testnet.

Changes

  • Creates tests/fork.rs with stub tests gated behind --features fork and #[ignore]
  • Tests are ready for real implementation after SDK ≥ 22.x upgrade
  • Adds [features] fork = [] flag to Cargo.toml
  • Adds nightly fork-test CI job with schedule trigger (0 3 * * *)
  • Documents fork-test usage in README.md

Files Changed

  • tests/fork.rs — new file, 87 lines (stub tests)
  • Cargo.toml — +5 lines ([features])
  • .github/workflows/ci.yml — +24 lines (schedule trigger + fork-test job)
  • README.md — +13 lines (fork test docs)
  • CHANGELOG.md — +4 lines (entry)

Creates `tests/fork.rs` with stub tests gated behind `--features fork`
and `#[ignore]` until the SDK is upgraded to >= 22.x.

Adds:
- [features] fork flag to Cargo.toml
- Nightly CI fork-test job with schedule trigger
- Fork-test documentation in README
@nanaf6203-bit
nanaf6203-bit merged commit 1dfbf89 into StellarTips:main Jul 30, 2026
12 checks passed
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.

Soroban fork tests against Stellar testnet

2 participants