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

remove unused programs #60

Merged
merged 2 commits into from
Feb 5, 2022
Merged

remove unused programs #60

merged 2 commits into from
Feb 5, 2022

Conversation

RadiantAeon
Copy link

No description provided.

spl-token-lending = { path="../program", features = [ "no-entrypoint" ] }
spl-token = { path="../../token/program", features = [ "no-entrypoint" ] }
spl-token = "=3.2.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted the token program from the repo
pinned spl-token to v3.2.0

Copy link
Member

@nope-finance nope-finance Feb 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y not 3.3 i mean and why remove feature

spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
switchboard-program = "0.1.45"
solana-program = "=1.7.12"
spl-token = { version = "3.1.0", features=["no-entrypoint"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.3.0 ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

um yea sure can do ig
was messing around with the spl-token version to figure out what was the breaking change

@nope-finance nope-finance changed the base branch from mainnet to upcoming February 1, 2022 13:11
@@ -26,7 +26,7 @@ async fn test_success() {
);

// limit to track compute unit increase
test.set_bpf_compute_max_units(3_000);
test.set_bpf_compute_max_units(4_000);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol why did this need to change?

@nope-finance
Copy link
Member

nope-finance commented Feb 2, 2022 via email

@0xkiplet
Copy link

0xkiplet commented Feb 3, 2022

This seems fine to me. Removing unused programs and pinning dependencies. I guess the clap dep was updated, but I think this is only used for the cli stuff.

@nope-finance nope-finance merged commit 6ca5206 into upcoming Feb 5, 2022
nope-finance added a commit that referenced this pull request Feb 18, 2022
* fix ci solana version (#67)

* Update switchboard-program to v0.2.0 (#66)

* oracleless repay (#64)

* oracleless repay

* lint

* the easy way

* updated test to make sure interest accumulates before repay

* remove unused programs (#60)

* remove unused programs

* slight consisency changes

Co-authored-by: ra <RealAwesomeness@users.noreply.github.com>
Co-authored-by: Nope X <nope@solend.fi>

* Oracleless ctoken mint and redeem (#69)

* no need to refresh on mint/redeem

* test fixes

* added more robust tests to make sure interest accrues, added oracleless deposit_obligation_collateral, updated instruction.rs for writable account

* comment change

Co-authored-by: 0xkiplet <98113383+0xkiplet@users.noreply.github.com>
Co-authored-by: ra <40503841+RealAwesomeness@users.noreply.github.com>
Co-authored-by: ra <RealAwesomeness@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants