Skip to content

Commit 53063bb

Browse files
Chronoclaude
authored andcommitted
feat: treasury fee on escrow release + move backend to private repo
- Add 5% configurable treasury fee (FEE_BASIS_POINTS) on escrow release - Align frontend escrow states with backend (pending/funded/active/releasing/completed/refunded) - Consolidate escrow API endpoints to /api/escrow/* - Fix bountyId types from number to string (UUID) - Fix TREASURY_WALLET fallback address in constants.ts - Move backend to private SolFoundry/solfoundry-api repo (security) - Add backend/ to .gitignore to prevent re-addition Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa020ee commit 53063bb

264 files changed

Lines changed: 354 additions & 79361 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Backend (moved to private repo: SolFoundry/solfoundry-api)
2+
backend/
3+
14
# Environment & Secrets
25
.env
36
.env.*

backend/.env.example

Lines changed: 0 additions & 90 deletions
This file was deleted.

backend/.gitkeep

Whitespace-only changes.

backend/alembic.ini

Lines changed: 0 additions & 43 deletions
This file was deleted.

backend/alembic/__init__.py

Whitespace-only changes.

backend/alembic/env.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

backend/alembic/script.py.mako

Lines changed: 0 additions & 25 deletions
This file was deleted.

backend/alembic/versions/001_create_contributors_table.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)