Skip to content

Fix/ci all checks#223

Open
fredericklamar342-prog wants to merge 12 commits into
karagozemin:masterfrom
fredericklamar342-prog:fix/ci-all-checks
Open

Fix/ci all checks#223
fredericklamar342-prog wants to merge 12 commits into
karagozemin:masterfrom
fredericklamar342-prog:fix/ci-all-checks

Conversation

@fredericklamar342-prog

Copy link
Copy Markdown
Contributor

closes #52

What & Why

One or two paragraph summary of the change and the problem it solves. Link the issue with Closes #… or Refs #….

Touched surface

Tick every layer this PR changes:

  • frontend/ — React + Vite bridge UI
  • packages/sdk/ — shared TypeScript SDK
  • coordinator/ — order book + REST/WS service
  • resolver/ — community resolver runner
  • relayer/ — legacy v1 listener / watchdog (changes here need extra scrutiny)
  • contracts/ — Solidity v2 (HTLCEscrow, ResolverRegistry)
  • soroban/ — Stellar Soroban contracts (oversync-htlc, oversync-resolver-registry)
  • docs/ — documentation only
  • CI / config (.github/workflows/, docker, env.example)

Settlement & refund semantics

Critical for SCF / investor review. If any box is checked, the PR must also update docs/REVIEW_RESPONSE.md and link the updated section in the PR description.

victor-134 added 7 commits June 28, 2026 17:23
The endpoint was implemented in OrderService.getTransitions() and the
repo layer but was never wired up in the Express router. This caused
two CI test failures in order-transitions.test.ts with 404 responses.

Route is placed before the generic GET /orders/:id handler to ensure
Express matches the more-specific path first.
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the karagoz's projects Team on Vercel.

A member of the Team first needs to authorize it.

victor-134 added 5 commits July 7, 2026 22:52
soroban-env-host 22.1.3 (pinned by soroban-sdk 22.0.11) uses
ed25519-dalek 3.0.0 + rand_core 0.10.1. On Rust >= 1.82 the
rand_core 0.10 CryptoRng trait bound changed, breaking the
SigningKey::generate signature with:

  error[E0277]: the trait bound \&mut R: rand::CryptoRng\ is
  not satisfied

Fixes:
- Add soroban/rust-toolchain.toml pinned to 1.81.0
- Update CI to use dtolnay/rust-toolchain@master with explicit
  toolchain=1.81.0 so the pin takes effect on the runner
- Revert workspace soroban-sdk back to 22.0.11 (no patch needed)
soroban-env-host 22.1.3 resolves ed25519-dalek to 3.0.0 by default, which
pulls in rand_core 0.10.1. On stable Rust, this causes a trait bound
mismatch (error[E0277]: the trait bound \&mut R: rand::CryptoRng\ is not satisfied).
Downgrading ed25519-dalek to 2.2.0 entirely eliminates rand_core 0.10.1 from the tree.

Since Cargo.lock was previously gitignored, CI was ignoring our downgrades and
resolving dependencies fresh to the broken 3.0.0. Committing Cargo.lock fixes this
and guarantees reproducible builds for the contracts.
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.

[Wave 6 16/17] Redact secrets from coordinator and resolver logs

1 participant