Skip to content

chore(contract): bump workspace to 0.1.1 and soroban-sdk 21.7.7#822

Merged
aji70 merged 1 commit into
MyFanss:mainfrom
Saboleee:feature/contract-soroban-sdk-bump
Apr 25, 2026
Merged

chore(contract): bump workspace to 0.1.1 and soroban-sdk 21.7.7#822
aji70 merged 1 commit into
MyFanss:mainfrom
Saboleee:feature/contract-soroban-sdk-bump

Conversation

@Saboleee
Copy link
Copy Markdown
Contributor

Align workspace package versions and Soroban SDK pin; extend allowance temporary TTL so expired allowances still return AllowanceExpired; fix tests and clippy for SDK 21.7 host behavior; add CHANGELOG and release-check pin assertion.

Made-with: Cursor

Summary

Changes

Test Plan

Automated tests added or updated

  • Unit tests (backend/src/**/*.spec.ts) — service/guard/decorator logic in isolation
  • Integration / e2e tests (backend/test/**/*.e2e-spec.ts) — HTTP round-trips with mocked infrastructure
  • Frontend component tests (frontend/src/**/*.test.{ts,tsx}) — React component behaviour
  • Frontend e2e tests (frontend/e2e/**/*.spec.ts) — Playwright browser flows
  • Contract tests (contract/) — Soroban/Rust unit tests via cargo test
  • No new tests required — explain why: ___

How to run the tests locally

# Backend unit tests
cd backend && npm test

# Backend e2e tests (requires no live DB — uses in-memory mocks)
cd backend && npm run test:e2e

# Frontend component tests
cd frontend && npx vitest run

# Frontend e2e tests (requires dev server on :3000 and API on :3001)
cd frontend && npx playwright test

# Contract tests
cd contract && cargo test

closes #615

Align workspace package versions and Soroban SDK pin; extend allowance
temporary TTL so expired allowances still return AllowanceExpired; fix
tests and clippy for SDK 21.7 host behavior; add CHANGELOG and release-check
pin assertion.

Made-with: Cursor
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 25, 2026

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

@aji70 aji70 merged commit 39be5be into MyFanss:main Apr 25, 2026
4 of 13 checks passed
aji70 added a commit that referenced this pull request Apr 30, 2026
chore(contract): bump workspace to 0.1.1 and soroban-sdk 21.7.7
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.

Upgrade Soroban SDK across crates

2 participants