-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Bump flow-bin from 0.121.0 to 0.128.0 in /token-swap/js #94
Merged
jstarry
merged 1 commit into
master
from
dependabot/npm_and_yarn/token-swap/js/flow-bin-0.128.0
Jul 8, 2020
Merged
Bump flow-bin from 0.121.0 to 0.128.0 in /token-swap/js #94
jstarry
merged 1 commit into
master
from
dependabot/npm_and_yarn/token-swap/js/flow-bin-0.128.0
Jul 8, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.121.0 to 0.128.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jul 8, 2020
This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a |
jstarry
deleted the
dependabot/npm_and_yarn/token-swap/js/flow-bin-0.128.0
branch
July 8, 2020 09:07
ngundotra
added a commit
to ngundotra/solana-program-library
that referenced
this pull request
Aug 16, 2022
Solita: Bubblegum, Gumball Machine
ngundotra
added a commit
to ngundotra/solana-program-library
that referenced
this pull request
Aug 30, 2022
Solita: Bubblegum, Gumball Machine
codewithgun
pushed a commit
to MeteoraAg/solana-program-library
that referenced
this pull request
Apr 11, 2023
* test coverage github action * move actions to another job * moving stuff around * grr * artifact error * try cobertura format with codecov * add decimal test * formatting * tests for decimal * rate tests * format * tests for calculate liquidation
codewithgun
added a commit
to MeteoraAg/solana-program-library
that referenced
this pull request
Apr 11, 2023
* allow loan_to_value_ratio == liquidation_threshold (solana-labs#85) * high rate map (solana-labs#86) * high rate map * prop test exception * adding more high rate cases * fix to support higher exponent for switchboard v2 (solana-labs#90) * trying take rate other way (solana-labs#89) * started take rate cleaning up all the boilerplate adding reserve config take rate claim fees config check + fixing/adding tests fix comment in instruction.rs fixed tests for native token and added pr feedback properly keeping track of availible amount when redeeming fees add in fees when compounding try other method * change to accumulating and redeem when can also added staleness checks * fixed tests * cleanup * sliding down borrow limit and 1 percent close factor (solana-labs#91) * sliding down borrow limit and 1 percent close factor * fix tests * final dates set * only redeem as much collateral as liquidity allows during liquidate (solana-labs#88) * only redeem as much collateral as liquidity allows * added test for where not enough liquidity to fully redeem and liquidation * ignore redeem if no collateral to withdraw * rebase and fix tests * undo borrow limit and close factor change and cap liquidation amount (solana-labs#92) * undo borrow limit and close factor change, but keep caps on borrow limits * fml changed the wrong variable * add new liquidation value cap * test coverage github action (solana-labs#94) * test coverage github action * move actions to another job * moving stuff around * grr * artifact error * try cobertura format with codecov * add decimal test * formatting * tests for decimal * rate tests * format * tests for calculate liquidation * enable github actions on commits to upcoming branch (solana-labs#96) * turn on liquidation fees and deprecate old liquidation instruction (solana-labs#100) * turn on liquidation fees and deprecate old liquidation instruction * fix tests * clippy * bump solana to 1.9.18 (solana-labs#97) * bump t o 1.9.18 * Solve clippy warnings after bump update * bump solana version in script * fixing various warnings * fix all clippy warnings in the tests * fmt Co-authored-by: Andrei Hrs <andrei_hristescu@yahoo.com> * flash loans (solana-labs#95) * copying kiplet's code * make flash loans more conservative * happy case test * adding more tests, fixed a bug * moar tests * clippy lints * fix assert * remove clock * remove old flash loan instruction, but keep the instruction packing code * saner flash loan fee calculation * add flash borrow ix arg to flash repay * cargo fmt * add cpi repay test * bump compute units, no idea why github actions is failing * test for malicious use case * remove unused variable * fix coverage, check reserve borrow limit in flash borrow * mark reserves as stale in flash borrow and repay * revert back to old nightly version, install grcov with stable * fix for [repay, borrow, repay] * refactor CPI * recheck stuff in flash repay * explicitly check for out of bounds in flash borrow loop * 0xripleys remove clock (solana-labs#99) * make clock sysvar optional * remove clock from instructions * add stack height check * fmt * bump cargo version (solana-labs#103) * make cli update only update if actually changing something and add an… (solana-labs#101) * make cli update only update if actually changing something and add anchor.toml * fix clippy * allow 0 ltv assets to be deposited + minor cleanup (solana-labs#104) * Obligation_owner should be readonly (solana-labs#87) Issue: As in description `WithdrawObligationCollateralAndRedeemReserveCollateral` combines `WithdrawObligationCollateral` and `RedeemReserveCollateral`. While `obligation_owner` in `WithdrawObligationCollateral` is readonly, it is writable in `WithdrawObligationCollateralAndRedeemReserveCollateral` is writable. Solution: Update `obligation_owner` readonly in `WithdrawObligationCollateralAndRedeemReserveCollateral` * allow passing just pyth to save bytes (solana-labs#105) * oallow passing just pyth to save bytes * fixing to check that there is a next account and 1 other check * use option instead * added a test * update debt limit (solana-labs#107) * 0xripleys manual liquidate (solana-labs#112) * kinda working cli liquidation * dynamically create atas if they don't exist * adding compute budget request * fix clippy * liquidate scripts * withdraw ctokens command * add redeem reserve collateral function * fix cli for updating oracle (solana-labs#114) * Use pyth sdk + tests (solana-labs#113) * Create a crate, relax solana dependencies in crate (solana-labs#118) * bump solana version to 1.14 (solana-labs#116) * (rfc) bump solana version to 1.14 * fix build * remove flag * update solana version * fix clippy * fix clippy * pin serde version * Refactor and improve tests (solana-labs#121) - use Reserve, LendingMarket, Obligation types directly instead of TestReserve, TestLendingMarket, TestObligation - more helper functions - check account state after every successful program call - check _all_ token accounts and mint accounts after every successful program call * changing util rate calc to exclude non-claimed fees (solana-labs#132) * Solend v2.0.1 (solana-labs#131) * 0xripleys outflow limits (solana-labs#125) Use a sliding window rate limiter to limit borrows and withdraws at the lending pool owner's discretion. * 0xripleys borrow coefficient (solana-labs#127) Add a borrow weight to the Reserve * Two Prices PR (solana-labs#129) - Add a smoothed_market_price to Reserve that is used to limit borrows and withdraws in cases where smoothed price and spot price diverge. - allowed_borrow_value now uses the min(smoothed_market_price, current spot price) - new field on obligation called borrowed_value_upper_bound that uses max(smoothed_market_price, current spot price) * audit nits * audit fixes pt 2 * disable rate limiter if window duration == 0 * cli changes for v2.0.1 (solana-labs#133) * div by zero fix (solana-labs#138) * div by zero fix * fmt * use cur slot instead of 0 * fix for withdraw case (solana-labs#140) --------- Co-authored-by: nope <83512286+nope-finance@users.noreply.github.com> Co-authored-by: Nope X <nope@solend.fi> Co-authored-by: 0xripleys <105607696+0xripleys@users.noreply.github.com> Co-authored-by: Andrei Hrs <andrei_hristescu@yahoo.com> Co-authored-by: andrewsource147 <31321699+andrewsource147@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps flow-bin from 0.121.0 to 0.128.0.
Commits
Maintainer changes
This version was pushed to npm by flowtype, a new releaser for flow-bin since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: