Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.7.1

- name: Install Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ reference execution adapters including AMM and RFQ settlement paths.

Required tools:

- Foundry stable (`forge`, `anvil`; live E2E verified with v1.7.1)
- Foundry v1.7.1 (`forge`, `anvil`; CI and live E2E verification baseline)
- Node.js and npm for the TypeScript services under `services/`, including RFQ,
CLI, Toolkit, Operator API and Compliance Data SDK
- Yarn for `tools/deploy-v3`
Expand Down
4 changes: 3 additions & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ forge build
```

Foundry high-severity production lint를 fail-closed gate로 사용한다. medium/low
warning budget과 별도 보안 분석기는 후속 범위다.
warning budget과 별도 보안 분석기는 후속 범위다. CI는 재현 가능한 lint/build/test
의미를 위해 Foundry v1.7.1을 고정한다. Foundry upgrade는 새 lint rule과 formatter
변경을 별도 PR에서 검토하고 전체 check를 통과한 뒤 반영한다.

### Unit Tests

Expand Down
Loading