Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: permit2 swaps #89

Merged
merged 41 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
6b05613
feat: permit2 swaps
agualis Oct 21, 2024
9dadc80
Merge branch 'main' into feat/permit2Swaps
agualis Oct 21, 2024
c6b5343
Merge branch 'main' into feat/permit2Swaps
agualis Oct 23, 2024
e6decf2
Merge branch 'main' into feat/permit2Swaps
agualis Oct 25, 2024
38fb4b0
Merge branch 'main' into feat/permit2Swaps
agualis Oct 28, 2024
0fe1a3e
Merge branch 'main' into feat/permit2Swaps
agualis Oct 28, 2024
107ca37
fix: delete old function
agualis Oct 28, 2024
89c7204
refactor: permit2 callback
agualis Oct 28, 2024
f2c8789
chore: fix tsx format
agualis Oct 28, 2024
e5dcbb8
fix: add pool chain to swap state when isPoolSwap
agualis Oct 29, 2024
1f1c591
Merge branch 'main' into feat/permit2Swaps
agualis Oct 29, 2024
a1dc1f6
Merge branch 'main' into feat/permit2Swaps
agualis Oct 29, 2024
495397b
chore: merge with main
agualis Oct 30, 2024
20ad904
chore: merge with main2
agualis Oct 30, 2024
6f02b5d
chore: remove duplicated line
agualis Oct 30, 2024
ffc70ae
chore: refactor permit2 helper names
agualis Oct 30, 2024
1bd8278
chore: eslint
agualis Oct 30, 2024
6f5c51e
Empty commit
agualis Oct 30, 2024
d1da4aa
chore: add isBuffer to swap query
agualis Oct 30, 2024
49d9192
chore: disable gen cache
agualis Oct 30, 2024
879f96e
chore: enable gen cache again
agualis Oct 30, 2024
a0cee86
chore: fix isBuffer query
agualis Oct 30, 2024
3e89813
Merge branch 'main' into feat/permit2Swaps
agualis Oct 31, 2024
6652215
fix: returned selectedChain from SwapProvider
agualis Oct 31, 2024
23db892
refactor: router spender setup
agualis Oct 31, 2024
46a35ee
chore: sync beets debug page
agualis Oct 31, 2024
4416ede
chore: bump SDK 0.30.1
agualis Oct 31, 2024
f6204ab
Merge branch 'main' into feat/permit2Swaps
agualis Oct 31, 2024
b06d9ac
chore: add comment for optional permit2
agualis Oct 31, 2024
214034c
Merge branch 'main' into feat/permit2Swaps
agualis Oct 31, 2024
4b0ede3
chore: improve comment
agualis Oct 31, 2024
acc0359
refactor: use balancer router for pool swaps
agualis Oct 31, 2024
9b0c97d
chore: remove trailing commas
agualis Nov 1, 2024
53a938d
Merge branch 'main' into feat/permit2Swaps
agualis Nov 2, 2024
f02f601
Merge branch 'main' into feat/permit2Swaps
agualis Nov 4, 2024
7480f46
refactor: integrate with b-sdk 0.31.1
agualis Nov 4, 2024
1a29237
Merge branch 'main' into feat/permit2Swaps
agualis Nov 5, 2024
79cb630
Merge branch 'main' into feat/permit2Swaps
agualis Nov 5, 2024
d31e02d
chore: update pnpm lock after merge
agualis Nov 5, 2024
1407d05
chore: move from userData to sender
agualis Nov 5, 2024
5588b7a
chore: bump sdk to 0.31.2
agualis Nov 5, 2024
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
80 changes: 0 additions & 80 deletions apps/beets-frontend-v3/app/(app)/debug/alerts/page.tsx

This file was deleted.

104 changes: 0 additions & 104 deletions apps/beets-frontend-v3/app/(app)/debug/modal/page.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions apps/beets-frontend-v3/app/(app)/debug/permit2-allowance/page.tsx

This file was deleted.

115 changes: 0 additions & 115 deletions apps/beets-frontend-v3/app/(app)/debug/pools/page.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions apps/beets-frontend-v3/app/(app)/debug/remove-allowance/page.tsx

This file was deleted.

Loading
Loading