Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
53341cb
feat: recipient field
Asem-Abdelhady Mar 2, 2026
e1f7b81
feat: evm to solana intent
Asem-Abdelhady Mar 2, 2026
e71d09a
chore: better namings
Asem-Abdelhady Mar 3, 2026
525b964
chore: clean up
Asem-Abdelhady Mar 3, 2026
88f0495
feat: solana connect wallet
Asem-Abdelhady Mar 4, 2026
3a9895c
feat: issue solana intent
Asem-Abdelhady Mar 5, 2026
bae089f
feat: migrate to @lifi/intent, move Solana utils to shared library
Asem-Abdelhady Mar 8, 2026
15b56d2
chore: support new intent.ts
Asem-Abdelhady Mar 9, 2026
e200007
feat: support solana into DB
Asem-Abdelhady Mar 9, 2026
ee21d85
fix: follows new changes in intent.ts
Asem-Abdelhady Mar 11, 2026
7444d56
fix: replace solanaEscrow lock with escrow+chain:solana, add chain:ev…
Asem-Abdelhady Mar 13, 2026
a1feb38
feat: add Solana mainnet chain with structured program ID records
Asem-Abdelhady Mar 13, 2026
6889e8c
refactor: make Solana integration generic (not devnet-specific)
Asem-Abdelhady Mar 13, 2026
70ba7ed
remove: unnecessary changes
Asem-Abdelhady Mar 16, 2026
e53cbc3
fix: update polymer oracle address and handle SolanaStandardOrderInte…
Asem-Abdelhady Apr 1, 2026
ae661fd
fix: show Solana→EVM orders in Submit Proof screen
Asem-Abdelhady Apr 1, 2026
a8810af
fix: initialize validation statuses for Solana→EVM orders so buttons …
Asem-Abdelhady Apr 1, 2026
5bf8552
fix: show Solana→EVM orders in Finalise screen
Asem-Abdelhady Apr 1, 2026
83e27cb
fix: accommodate to new changes in in intent.ts
Asem-Abdelhady Apr 4, 2026
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
283 changes: 275 additions & 8 deletions bun.lock

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.55.0",
"@rollup/plugin-inject": "^5.0.5",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@tailwindcss/vite": "^4.0.0",
"@types/bun": "^1.3.8",
"@playwright/test": "^1.55.0",
"drizzle-kit": "^0.31.9",
"dotenv": "^17.2.3",
"eslint": "^9.18.0",
Expand All @@ -46,14 +47,22 @@
"vite": "^7.1.1"
},
"dependencies": {
"@lifi/intent": "0.0.3-alpha.1",
"@coral-xyz/anchor": "^0.32.1",
"@electric-sql/pglite": "^0.3.15",
"@lifi/intent": "file:../intent.ts",
"@metamask/sdk": "^0.34.0",
"@solana/spl-token": "^0.4.14",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-phantom": "^0.9.28",
"@solana/wallet-adapter-solflare": "^0.6.32",
"@solana/web3.js": "^1.98.4",
"@sveltejs/adapter-cloudflare": "^7.0.3",
"@wagmi/connectors": "^7.2.1",
"@wagmi/core": "^3.4.0",
"axios": "^1.9.0",
"base64-js": "^1.5.1",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"drizzle-orm": "^0.45.1",
"rxjs": "^7.8.2",
"viem": "~2.45.1",
Expand Down
Loading
Loading