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

Add anchor-build action #4119

Closed
wants to merge 129 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
ad79d83
contract address cherry-pick
nope-finance Jun 24, 2021
4d045c6
Refactor some methods before combining
DaSichuan Jun 25, 2021
c60c518
Add combined function
DaSichuan Jun 25, 2021
2ca5dfa
Merge pull request #8 from solendprotocol/add_combined_fn
DaSichuan Jun 28, 2021
2d423b5
Refresh reserve in between depositing liquidity and depositing collat…
DaSichuan Jun 29, 2021
7ba5e0d
Merge pull request #10 from solendprotocol/fix_combined_fn
DaSichuan Jun 30, 2021
a3e270c
wip
nope-finance Jun 26, 2021
fded842
fixing all the compile errors and rebased
nope-finance Jun 26, 2021
6f993a1
fmt still need to fix tests and test
nope-finance Jun 26, 2021
b18f5d7
fixed cli and tests
nope-finance Jun 29, 2021
252f4b2
fix tests
nope-finance Jun 29, 2021
cf4d529
pr comments
nope-finance Jun 30, 2021
023f727
fix after rebase
nope-finance Jun 30, 2021
668b30e
review/bugfix
nope-finance Jun 30, 2021
fdaec0e
Merge pull request #9 from solendprotocol/switchboard
nope-finance Jun 30, 2021
014804a
Fix account comment for deposit liquidity instructions
DaSichuan Jun 30, 2021
de1210f
Merge pull request #11 from solendprotocol/fix_comment
nope-finance Jul 1, 2021
c30897f
Merge branch 'solana-labs:master' into master
nope-finance Jul 1, 2021
b0f1d10
clean instructions account numbering
nope-finance Jul 1, 2021
53a98a4
Merge pull request #13 from solendprotocol/clean_instructions
nope-finance Jul 1, 2021
28d9b77
Add testing utils for combined function
DaSichuan Jun 30, 2021
3b70835
Merge pull request #12 from solendprotocol/WM_add_a_test
nope-finance Jul 3, 2021
5ba8238
Merges WithdrawObligationCollateral and
DaSichuan Jul 11, 2021
b7f7207
Merge pull request #14 from solendprotocol/join_fns
DaSichuan Jul 12, 2021
aaef4f5
Add instruction to update the LTV of a reserve
DaSichuan Jul 14, 2021
3f00ace
Merge pull request #16 from solendprotocol/admin_controls
DaSichuan Jul 20, 2021
e93d659
deposit limit implementation rebased
DaSichuan Jul 21, 2021
33ac897
Merge pull request #18 from solendprotocol/deplimit2
DaSichuan Jul 21, 2021
425cf43
Add instruction to update the LTV of a reserve
DaSichuan Jul 14, 2021
9fe1ce6
add cli tool
DaSichuan Jul 19, 2021
06c00e4
Merge pull request #17 from solendprotocol/add_tool_thing
DaSichuan Jul 21, 2021
b49db59
add padding to obligation
nope-finance Jul 23, 2021
ded7622
Add borrow limit
DaSichuan Jul 22, 2021
f7ac1c3
Merge pull request #20 from solendprotocol/add_obligation_offsets
nope-finance Jul 23, 2021
30571d1
Merge pull request #19 from solendprotocol/WM_borrow_limit
DaSichuan Jul 23, 2021
c28e5ff
fix defaults for init reserve
nope-finance Jul 23, 2021
0ab06a2
Merge pull request #21 from solendprotocol/cli_default_fix
DaSichuan Jul 24, 2021
471d792
Fix the way token amounts are passed in
DaSichuan Jul 24, 2021
20f4107
Merge pull request #22 from solendprotocol/cli_decimals
DaSichuan Jul 24, 2021
b1d3e85
Add deploy script
DaSichuan Jul 27, 2021
ffe9735
check switchboard program id
nope-finance Jul 27, 2021
8973fc7
fmt
nope-finance Jul 28, 2021
00fd640
js tests
nope-finance Jul 28, 2021
762b1b9
Merge pull request #24 from solendprotocol/depoy_script
DaSichuan Jul 29, 2021
d965bfc
move fee receiver
DaSichuan Jul 27, 2021
0402227
fix logs
nope-finance Jul 30, 2021
dc0af8b
Merge pull request #23 from solendprotocol/fee_receiver
DaSichuan Jul 30, 2021
34a0c7c
Merge pull request #25 from solendprotocol/check_switchboard_id
nope-finance Jul 30, 2021
a0a758d
fixes for max stuff
nope-finance Aug 1, 2021
f391a84
rustfmt
nope-finance Aug 1, 2021
a6b1ce1
Merge pull request #27 from solendprotocol/max_fixes
nope-finance Aug 1, 2021
f81b654
Improve dev deploy script
DaSichuan Aug 2, 2021
f2af190
Merge pull request #28 from solendprotocol/deploy_script
DaSichuan Aug 3, 2021
99e8f12
Fix deposit and borrow amounts for add-reserve
DaSichuan Aug 4, 2021
8961b34
Merge pull request #29 from solendprotocol/WM_fix_amounts
DaSichuan Aug 4, 2021
a40e65e
Print authority address after creating lending market
DaSichuan Aug 4, 2021
0185c34
Merge pull request #30 from solendprotocol/WM_print_authority
DaSichuan Aug 4, 2021
8a667e7
optimized toml
nope-finance Aug 6, 2021
0fa8a3e
Merge pull request #32 from solendprotocol/optimized_toml
nope-finance Aug 6, 2021
19aa0cd
fix slots per year calculation
nope-finance Aug 9, 2021
512c129
fix obligation liquidity initialization and remove unused market auth…
nope-finance Aug 9, 2021
9513a15
fix tests
nope-finance Aug 10, 2021
e2bf0b9
Merge pull request #33 from solendprotocol/mainnet_fixes
nope-finance Aug 11, 2021
871935c
prod address and staleness tolerance adjustment
nope-finance Aug 14, 2021
7e74226
Merge pull request #36 from solendprotocol/prod_changes
nope-finance Aug 14, 2021
be75cf2
fix bug
DaSichuan Aug 15, 2021
bf16547
Merge pull request #37 from solendprotocol/WM_fix_bug
DaSichuan Aug 16, 2021
6ab9d7b
Add ability to update oracle addresses
DaSichuan Aug 18, 2021
b51bfa9
Merge pull request #38 from solendprotocol/WM_update_oracle
DaSichuan Aug 19, 2021
132d74c
Check reserve is owned by lending market
Aug 19, 2021
fb9da09
canonical null address
DaSichuan Aug 23, 2021
c570b02
Merge pull request #39 from solendprotocol/WM_null_address
DaSichuan Aug 23, 2021
92d8fdb
Merge pull request #41 from solendprotocol/rooter/config-fix
nope-finance Aug 25, 2021
4c2d5c1
flash loan access conrol
nope-finance Sep 1, 2021
466c649
Merge pull request #42 from solendprotocol/rooter/config-fix
nope-finance Sep 1, 2021
b6993d4
Add draft audit report
oxrooter Sep 2, 2021
732d542
fix instruction comment
nope-finance Oct 6, 2021
ff6d1d0
Merge pull request #45 from solendprotocol/reserve_writable_comment
nope-finance Oct 7, 2021
6c23c19
rounding error fix (#51)
nope-finance Dec 7, 2021
12ea2cd
adding confidence and status checks for pyth (#52)
nope-finance Dec 15, 2021
0c8b270
One oracle (#53)
nope-finance Dec 21, 2021
d653e87
Update token lending readme (#54)
0xodia Jan 11, 2022
1f46fee
Fix README
oxrooter Jan 11, 2022
9c072b6
update-readme-addreses (#56)
0xodia Jan 14, 2022
87f6ca2
allow oracle to be more stale (#57) (#58)
nope-finance Jan 22, 2022
920a449
dupe lite refresh (#62) (#63)
nope-finance Jan 23, 2022
2a4cca1
fix ci solana version (#67)
0xkiplet Jan 31, 2022
678c9a7
Update switchboard-program to v0.2.0 (#66)
0xkiplet Jan 31, 2022
1523011
oracleless repay (#64)
nope-finance Feb 2, 2022
400dd87
Upcoming (#68)
nope-finance Feb 2, 2022
6ca5206
remove unused programs (#60)
RadiantAeon Feb 5, 2022
a6c27d9
Oracleless ctoken mint and redeem (#69)
nope-finance Feb 17, 2022
d1e3f50
Merge branch 'mainnet' into upcoming
nope-finance Feb 17, 2022
73260f0
update liquidation close factor as part of param updates (#74)
nope-finance Feb 23, 2022
f960664
added liquidate and redeem (with protocol fee) (#75)
nope-finance Mar 15, 2022
35a282b
repay floor to ceil hotfix
nope-finance Mar 17, 2022
13107ca
adding switchboard v2 support (#73)
nope-finance Mar 24, 2022
42b31bf
fix init reserve comments (#81)
0xCactus Mar 29, 2022
8f72de8
Publish crate2 (#80)
nope-finance Mar 31, 2022
0dc1fc6
fix max withdraw (#82)
nope-finance Apr 2, 2022
17ee8d5
allow loan_to_value_ratio == liquidation_threshold (#85)
nope-finance May 24, 2022
d1a3c29
high rate map (#86)
nope-finance May 26, 2022
ffe29eb
adding more high rate cases
nope-finance May 27, 2022
a116cfc
fix to support higher exponent for switchboard v2 (#90)
nope-finance Jun 10, 2022
46cdf9a
trying take rate other way (#89)
nope-finance Jun 13, 2022
61ab0ce
sliding down borrow limit and 1 percent close factor (#91)
nope-finance Jun 22, 2022
3239f56
only redeem as much collateral as liquidity allows during liquidate (…
nope-finance Jul 18, 2022
2514030
undo borrow limit and close factor change and cap liquidation amount …
0xripleys Jul 20, 2022
e79ed86
test coverage github action (#94)
0xripleys Jul 22, 2022
480e855
enable github actions on commits to upcoming branch (#96)
0xripleys Jul 26, 2022
6a2d4aa
turn on liquidation fees and deprecate old liquidation instruction (#…
nope-finance Aug 16, 2022
1feaffc
bump solana to 1.9.18 (#97)
0xripleys Aug 19, 2022
aeedc87
flash loans (#95)
0xripleys Aug 31, 2022
81f34f2
bump cargo version (#103)
0xripleys Aug 31, 2022
ae47f52
make cli update only update if actually changing something and add an…
nope-finance Sep 13, 2022
1cb0135
allow 0 ltv assets to be deposited + minor cleanup (#104)
nope-finance Sep 16, 2022
075972c
Obligation_owner should be readonly (#87)
andrewsource147 Sep 16, 2022
9b7da68
allow passing just pyth to save bytes (#105)
nope-finance Sep 29, 2022
3653b74
update debt limit (#107)
nope-finance Oct 21, 2022
9b60774
0xripleys manual liquidate (#112)
0xripleys Nov 17, 2022
c602b70
fix cli for updating oracle (#114)
nope-finance Nov 22, 2022
92d38cf
Use pyth sdk + tests (#113)
0xripleys Dec 13, 2022
8594030
Create a crate, relax solana dependencies in crate (#118)
0xripleys Jan 2, 2023
affb6e4
bump solana version to 1.14 (#116)
0xripleys Jan 2, 2023
7e2aca3
Refactor and improve tests (#121)
0xripleys Jan 25, 2023
5a53f75
changing util rate calc to exclude non-claimed fees (#132)
nope-finance Mar 5, 2023
5122002
Solend v2.0.1 (#131)
0xripleys Mar 28, 2023
153bc00
div by zero fix (#138)
0xripleys Apr 10, 2023
f1f05d6
fix for withdraw case (#140)
0xripleys Apr 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
60 changes: 0 additions & 60 deletions .github/workflows/fuzz-nightly.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/pull-request-binary-oracle-pair.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/pull-request-docs.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/pull-request-examples.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/pull-request-feature-proposal.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/pull-request-governance.yml

This file was deleted.

Loading