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

Jupiter #3

Draft
wants to merge 41 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1150604
manual concat
billythedummy Mar 15, 2024
daea736
placeholder
billythedummy Mar 15, 2024
39cc184
Merge pull request #60 from igneous-labs/feat/manual-concat-prefund-s…
billythedummy Mar 15, 2024
46b78a6
checked ops
billythedummy Mar 15, 2024
32068f6
Merge pull request #61 from igneous-labs/fix/spl-panic
billythedummy Mar 17, 2024
6649995
update sanctum-lst-list, fix clippy warnings for unused imports of tr…
billythedummy Mar 19, 2024
a1abe84
Merge pull request #62 from igneous-labs/feat/update-sanctum-lst-list
billythedummy Mar 19, 2024
53957a8
update interface
billythedummy Mar 30, 2024
a649b34
update list
billythedummy Apr 2, 2024
7cf20c3
doc
billythedummy Apr 2, 2024
c731efa
Merge pull request #64 from igneous-labs/feat/sanctum-spl-multi
billythedummy Apr 2, 2024
589b7c2
feat: Store deposit auth PDA for fast quote
Arrowana Apr 22, 2024
539c270
Merge pull request #65 from jup-ag/feat/store-deposit-authority-pda
billythedummy Apr 22, 2024
100252c
accept iterator for sanctumlst
billythedummy Apr 29, 2024
dffa97c
dont quote deposit stake for newly added validators
billythedummy Apr 29, 2024
10d0007
not rdy for solana-readonly-account refactor yet
billythedummy Apr 29, 2024
2493003
less restrictive lifetimes
billythedummy Apr 29, 2024
6f609ff
new uninitialized
billythedummy Apr 29, 2024
9e27470
Merge pull request #69 from igneous-labs/fix/66-68
billythedummy Apr 29, 2024
8a0f869
update lst list
Johnnycus May 1, 2024
a3ccd30
update sanctum lst list again
Johnnycus May 1, 2024
4a38135
update sanctum lst list commit hash
Johnnycus Jun 6, 2024
75d3e65
extend dedup, cb
billythedummy Jun 17, 2024
2fedea8
oops
billythedummy Jun 17, 2024
b24a2a8
Merge pull request #70 from igneous-labs/fix/dedup-lut-list
billythedummy Sep 13, 2024
902f808
add support for deposit cap guard program
billythedummy Sep 13, 2024
6fa31a1
Merge pull request #71 from igneous-labs/feat/deposit-cap-guard
billythedummy Sep 18, 2024
ac6f33c
Jupiter changes for jupiter-core compat
Arrowana Jul 17, 2023
43eb6bd
minor fixes for jupiter usage
Arrowana Mar 11, 2024
c82a5c0
disable everything else than deposit sol when not ignoring limitation
Arrowana Mar 14, 2024
987a738
the usual hack for jup usage
Arrowana Mar 15, 2024
8811bd3
revert the disabling hack
Arrowana Mar 15, 2024
76381f0
allow it to compile.
siong1987 Mar 15, 2024
4a5a653
fix wrong swap enum for one way
Arrowana Mar 17, 2024
f39c736
fix: update stakedex with amm context (#5)
ZhengYuTay Apr 16, 2024
b636f3e
Reexport SanctumLstList
Arrowana May 7, 2024
489f7cd
fix: use accountMap
ZhengYuTay Jul 29, 2024
a8d2262
1.18
ZhengYuTay Sep 3, 2024
b1c7ce6
Change to underscores
Arrowana Sep 18, 2024
2deb20a
feat: Remove clock account updates
Arrowana Sep 21, 2024
017a220
fix init_from_keyed_account_no_params
Arrowana Sep 24, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
target/
.DS_Store

keys.json
Loading