-
Notifications
You must be signed in to change notification settings - Fork 10
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
CI checks #50
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
CI checks
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
HrikB
force-pushed
the
hrikb/ci
branch
14 times, most recently
from
February 7, 2024 03:34
18dcb46
to
306ca5c
Compare
junkim012
force-pushed
the
hrikb/ci
branch
2 times, most recently
from
February 7, 2024 08:29
7432490
to
9349a6d
Compare
HrikB
force-pushed
the
hrikb/ci
branch
2 times, most recently
from
February 7, 2024 15:49
9349a6d
to
306ca5c
Compare
junkim012
approved these changes
Feb 18, 2024
HrikB
added a commit
that referenced
this pull request
Feb 19, 2024
* chore: ci * fmt: run forge fmt * chore: link validation in ci * chore: spell check * chore: ci for tests and solhint * fix: solhint ci * fix: forge test ci * chore: slither ci and triage * feat: foundry-storage-check * fix: remove tests from ci * chore: add husky hooks * Update README.md --------- Co-authored-by: Alex Narvaez-Duckworth <[email protected]>
HrikB
added a commit
that referenced
this pull request
Feb 23, 2024
* feat: weETH reserve oracle and fork tests * feat: wstETH per weETH spot oracle and tests * feat: WeEthHandler * fix: weETH wstETH spot oracle now uses market price instead of exchange rate for valuing stETH against ETH * chore: global imports and removed blockNumber setter * test: test the WeEthHandler * refactor: generalize UniswapFlashswapDirectMint for any market instance * docs: document the * style: rename amountLrt to amountOut * docs: EtherFi library natspec * refactor: move REDSTONE_DECIMALS to Constants.sol and make last update time in spot oracle immutable * fix: replace wstETH with weETH * fix: UniswapFlashswapDirectMint should compare maxResultingDebt against input wstEth amount from swap * chore: reduce reserve oracle cooldown to 58 min * test: fuzz the WeEthHandler * fix: handle rounding error on EtherFiLibrary * chore: docs and cleanup * refactor: make Liquidation contract support IonPool when ilkCount != 3 * feat: add new Pause role for the pause() function and add pausability for the mintAndBurnGem() function * fix: reserve factor input validation * fix: merge conflict * Update README.md * CI checks (#50) * chore: ci * fmt: run forge fmt * chore: link validation in ci * chore: spell check * chore: ci for tests and solhint * fix: solhint ci * fix: forge test ci * chore: slither ci and triage * feat: foundry-storage-check * fix: remove tests from ci * chore: add husky hooks * Update README.md --------- Co-authored-by: Alex Narvaez-Duckworth <[email protected]> * fix: solhint and slither * slither * fix: remove arrays from Liquidation constructor args * fix: slither --------- Co-authored-by: Jun Kim <[email protected]> Co-authored-by: Alex Narvaez-Duckworth <[email protected]>
HrikB
added a commit
that referenced
this pull request
Feb 23, 2024
* feat: weETH reserve oracle and fork tests * feat: wstETH per weETH spot oracle and tests * feat: WeEthHandler * clean 2 * chore: forge fmt * Create LICENSE BUSL License * update LICENSE * chore: SPDX-License-Identifiers * chore: casing * feat: weETH reserve oracle and fork tests * feat: wstETH per weETH spot oracle and tests * forge install: forge-safe * feat: cli tool to target script and contracts to run * fix: weETH deployment for YieldOracle feat: deployment script fork tests * fix: weETH wstETH spot oracle now uses market price instead of exchange rate for valuing stETH against ETH * chore: global imports and removed blockNumber setter * test: test the WeEthHandler * refactor: generalize UniswapFlashswapDirectMint for any market instance * docs: document the * style: rename amountLrt to amountOut * docs: EtherFi library natspec * refactor: move REDSTONE_DECIMALS to Constants.sol and make last update time in spot oracle immutable * fix: replace wstETH with weETH * feat: deployment script tests * wip: bash deploy * feat: single asset deployment tests and ionPool createX deployment * chore: deployment cleanup and input validation * feat: multisig action scripts * feat: refactor deployment scripts with input validation * feat: multisig action scripts * fmt: format * fix: local node deployments scripts * fix: revert Liquidation changes * fix: deployment scripts with create3 addresses * chore: update env.example * fix: make WeEthIonPoolSharedSetup setUp() virtual * refactor: rename Liqudation variables * refactor: __TestFlashswapLeverage script for WeEth market and add gemJoin to output from deploy-sim.sh * fix: UniswapFlashswapDirectMint should compare maxResultingDebt against input wstEth amount from swap * fix: UniswapFlashswapDirectMint should compare maxResultingDebt against input wstEth amount from swap * chore: reduce reserve oracle cooldown to 58 min * test: fuzz the WeEthHandler * fix: handle rounding error on EtherFiLibrary * chore: docs and cleanup * refactor: make Liquidation contract support IonPool when ilkCount != 3 * feat: add new Pause role for the pause() function and add pausability for the mintAndBurnGem() function * feat: multisig deployment * fix: reserve factor input validation * fix: merge conflict * Update README.md * CI checks (#50) * chore: ci * fmt: run forge fmt * chore: link validation in ci * chore: spell check * chore: ci for tests and solhint * fix: solhint ci * fix: forge test ci * chore: slither ci and triage * feat: foundry-storage-check * fix: remove tests from ci * chore: add husky hooks * Update README.md --------- Co-authored-by: Alex Narvaez-Duckworth <[email protected]> * fix: solhint and slither * slither * fix: spell check * feat: AdminTransfer script * feat: deployment script for ion pool implementation * chore: dry run * fix: remove arrays from Liquidation constructor args * fix: slither * fix: slither * test: integration tests (#60) * feat: YieldOracleNull * feat: YieldOracleNull deployment script --------- Co-authored-by: Jun Kim <[email protected]> Co-authored-by: teryanarmen <[email protected]> Co-authored-by: Alex Narvaez-Duckworth <[email protected]>
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.
Adding checks in the CI to be run before PR merges.