-
Notifications
You must be signed in to change notification settings - Fork 91
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
chore: Fix review #907
chore: Fix review #907
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb6543e - Browse repository at this point
Copy the full SHA bb6543eView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a265481 - Browse repository at this point
Copy the full SHA a265481View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc32be5 - Browse repository at this point
Copy the full SHA fc32be5View commit details -
Merge pull request #875 from molecula451/fix
fix: deprecate incentive on dollar token
Configuration menu - View commit details
-
Copy full SHA for 0772735 - Browse repository at this point
Copy the full SHA 0772735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f8d96 - Browse repository at this point
Copy the full SHA 43f8d96View commit details -
* feat: add setRoleAdmin to AccessControlFacet The setRoleAdmin can be only accessed by the admin. * feat: add setRoleAdmin to AccessControl interface * test: add testSetRoleAdmin_ShouldSetAdminRoleForGivenRole test * feat: update access control for setRoleAdmin * test: fix ShouldSetAdminRoleForGivenRole and add test for revert
Configuration menu - View commit details
-
Copy full SHA for ba8e447 - Browse repository at this point
Copy the full SHA ba8e447View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 608289e - Browse repository at this point
Copy the full SHA 608289eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ed0c3 - Browse repository at this point
Copy the full SHA b8ed0c3View commit details -
Merge pull request #881 from rndquu/feat/view-redeem
feat: add getRedeemCollateralBalance() method
Configuration menu - View commit details
-
Copy full SHA for ef7fec9 - Browse repository at this point
Copy the full SHA ef7fec9View commit details -
fix: limit AMO minter borrow amount (#882)
* fix: limit AMO minter borrow amount * test: assert free collateral amount
Configuration menu - View commit details
-
Copy full SHA for 46d9d62 - Browse repository at this point
Copy the full SHA 46d9d62View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f3ffea - Browse repository at this point
Copy the full SHA 3f3ffeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d0fa1 - Browse repository at this point
Copy the full SHA 33d0fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8efd07f - Browse repository at this point
Copy the full SHA 8efd07fView commit details -
Update block count in a week (#891)
* feat: implement BlocksInWeek script task The BlocksInWeek task provides a very close approximate of number of blocks mined during one week. Supported networks: mainnnet, sepolia. Example usage: npx tsx scripts/task/task.ts BlocksInWeek --network=mainnet npx tsx scripts/task/task.ts BlocksInWeek --network=sepolia Resolves: sherlock-audit/2023-12-ubiquity-judging#230 * feat: update weekly block count to 49930 Set weekly block count to 49930 as measured in February 2024 npx tsx scripts/task/task.ts BlocksInWeek --network=mainnet ... Calculating number of blocks in the last week... Recent average block time: 12 seconds Estimated blocks in a week best case 50400 Produced 49930 blocks, 470 worst than the best case Resolves: sherlock-audit/2023-12-ubiquity-judging#230 * feat: rename task function to funcBlocksInAWeek As proposed during pull request review.
Configuration menu - View commit details
-
Copy full SHA for aa55dad - Browse repository at this point
Copy the full SHA aa55dadView commit details
Commits on Feb 3, 2024
-
Merge pull request #892 from gitcoindev/do-not-allowed-to-mint-dollar…
…-when-collateral-is-equal-to-zero Do not allow to mint dollar when collateral is equal to zero
Configuration menu - View commit details
-
Copy full SHA for 7035b0a - Browse repository at this point
Copy the full SHA 7035b0aView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afa25e8 - Browse repository at this point
Copy the full SHA afa25e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc04416 - Browse repository at this point
Copy the full SHA fc04416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d47df9 - Browse repository at this point
Copy the full SHA 4d47df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e3832 - Browse repository at this point
Copy the full SHA f3e3832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a09a4a - Browse repository at this point
Copy the full SHA 8a09a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7c186 - Browse repository at this point
Copy the full SHA 4b7c186View commit details -
Configuration menu - View commit details
-
Copy full SHA for d989136 - Browse repository at this point
Copy the full SHA d989136View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c55e5 - Browse repository at this point
Copy the full SHA d4c55e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81723ce - Browse repository at this point
Copy the full SHA 81723ceView commit details
Commits on Feb 6, 2024
-
Merge pull request #893 from rndquu/feat/metapool-ng
feat: use CurveStableSwapMetaNG contract
Configuration menu - View commit details
-
Copy full SHA for 682354e - Browse repository at this point
Copy the full SHA 682354eView commit details -
feat: check if collateral is enabled in collectRedemption (#894)
Also add a unit test that verifies the check. Resolves: sherlock-audit/2023-12-ubiquity-judging#29
Configuration menu - View commit details
-
Copy full SHA for 5ab280d - Browse repository at this point
Copy the full SHA 5ab280dView commit details