-
Notifications
You must be signed in to change notification settings - Fork 4
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
wip: Project A #12
Draft
sakulstra
wants to merge
30
commits into
main
Choose a base branch
from
pa
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
wip: Project A #12
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50c2e26 - Browse repository at this point
Copy the full SHA 50c2e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6830af7 - Browse repository at this point
Copy the full SHA 6830af7View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf61865 - Browse repository at this point
Copy the full SHA cf61865View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e221ad - Browse repository at this point
Copy the full SHA 6e221adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7955b73 - Browse repository at this point
Copy the full SHA 7955b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23185e - Browse repository at this point
Copy the full SHA b23185eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb81818 - Browse repository at this point
Copy the full SHA fb81818View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 989fc30 - Browse repository at this point
Copy the full SHA 989fc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d90db80 - Browse repository at this point
Copy the full SHA d90db80View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df813dd - Browse repository at this point
Copy the full SHA df813ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1a919 - Browse repository at this point
Copy the full SHA 6c1a919View commit details -
feat: use upgradable contracts (#23)
* feat: use upgradable contracts * fix: add todo
Configuration menu - View commit details
-
Copy full SHA for da940bb - Browse repository at this point
Copy the full SHA da940bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e1640 - Browse repository at this point
Copy the full SHA a6e1640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 708dba2 - Browse repository at this point
Copy the full SHA 708dba2View commit details
Commits on Jul 17, 2024
-
timestamp in snapshot changed to block.timestamp + cooldownSeconds
Pavel Menshikov committedJul 17, 2024 2Configuration menu - View commit details
-
Copy full SHA for 60f4fd3 - Browse repository at this point
Copy the full SHA 60f4fd3View commit details -
Pavel Menshikov committed
Jul 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 3dc4735 - Browse repository at this point
Copy the full SHA 3dc4735View commit details
Commits on Jul 18, 2024
-
* feat: add pausability * fix: check pausable * fix: add mssing tests * fix: add transfer test * fix: remove now obsolete interface * Delete src/contracts/interfaces/IStaticATokenLM.sol
Configuration menu - View commit details
-
Copy full SHA for cdddd46 - Browse repository at this point
Copy the full SHA cdddd46View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d85f7b7 - Browse repository at this point
Copy the full SHA d85f7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21a874 - Browse repository at this point
Copy the full SHA f21a874View commit details -
* chore: upgrade helpers * fix: upgrade to origin
Configuration menu - View commit details
-
Copy full SHA for 99e9e29 - Browse repository at this point
Copy the full SHA 99e9e29View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5444e57 - Browse repository at this point
Copy the full SHA 5444e57View commit details
Commits on Aug 5, 2024
-
* erc-4626 draft-ready * Fixed rounding + removed named returns * moved converting to internal functions --------- Co-authored-by: Pavel Menshikov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3b7d39 - Browse repository at this point
Copy the full SHA e3b7d39View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76912d8 - Browse repository at this point
Copy the full SHA 76912d8View commit details
Commits on Aug 18, 2024
-
* added OZ erc4626 + rewrite half functions * removed excess functions, changed errors to OZ style * slash function is rewritten * lint of StakeToken * Simplification of maxWithdraw (#33) * Move whenNotPaused to internal method (#34) * deleted old versions + little code-style fixes * finished StakeToken * removed excess contracts * erc-4626 tests ready * deleted excess files * tests for ERC20/4626 ready * removed StataStakeToken * cooldown tests are ready * Added pause tests, added modifier to slash function, some little fixes made * slashing tests + cooldownOnBehalf tests * depositWithPermit added + some little name/description fixes * tests finished * storage refactored to OZ like, added comments to errors, fixed try-catch with permit * TestnetProcedures is deleted * remove aave-v3-origin dependencies --------- Co-authored-by: Pavel Menshikov <[email protected]> Co-authored-by: Andrei Kozlov <[email protected]> Co-authored-by: Pavel Menshikov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d6c570 - Browse repository at this point
Copy the full SHA 3d6c570View commit details -
Configuration menu - View commit details
-
Copy full SHA for a36e435 - Browse repository at this point
Copy the full SHA a36e435View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e817cf2 - Browse repository at this point
Copy the full SHA e817cf2View commit details
Commits on Aug 29, 2024
-
* added OZ erc4626 + rewrite half functions * removed excess functions, changed errors to OZ style * slash function is rewritten * lint of StakeToken * Simplification of maxWithdraw (#33) * Move whenNotPaused to internal method (#34) * deleted old versions + little code-style fixes * finished StakeToken * removed excess contracts * erc-4626 tests ready * deleted excess files * tests for ERC20/4626 ready * removed StataStakeToken * cooldown tests are ready * Added pause tests, added modifier to slash function, some little fixes made * slashing tests + cooldownOnBehalf tests * depositWithPermit added + some little name/description fixes * tests finished * remove whenNotPaused * Remove aave v3 (#39) * storage refactored to OZ like, added comments to errors, fixed try-catch with permit * TestnetProcedures is deleted * remove aave-v3-origin dependencies * BUSL license --------- Co-authored-by: Pavel Menshikov <[email protected]> * forge install: openzeppelin-contracts-upgradeable v5.0.2 * deleted aave-helpers/token-v3, added OZ * forge install: solidity-utils v1.1.0 * fixed gramma error in link + removed OZ to solidity-utils * moved to extension * little fixes * fixed extension * OZ dependendies refactor * removed excess from interfaces * little style fixes * permit tests added * deleted smConfig * Delete exchange rate (#40) * initial commit without exchange rate * moved to OZ finally + added virtual assets counting * add decimalsOffset = 3 + fixed tests, cause shares were messed with assets * little fixes + commented 1 test * removed forge-std * change AC model to ownable, make permissioned methods virtual * tests are fixed after deleting slashingAdmin and ACLManager * Refactoring of _update on ERC4626StakeTokenUpgradeable (#41) * dependencies are sorted like like oz-up, oz, our * optimized _update + added event * renamed IStakeToken to IERC4626StakeToken as made in stata + license updated + inheritdoc inserted * little fix * micro opt * Rescuable returned * added test for non-admins fuzz * Tests added * Docs are added * Grammar fixed * non-admin tests fixed * precision losses are added into the limitations p * little foundry fix * Update LICENSE Co-authored-by: Andrey <[email protected]> * Update README.md Co-authored-by: Andrey <[email protected]> * Update tests/Rescuable.t.sol Co-authored-by: Andrey <[email protected]> * deleted excess function * add comment --------- Co-authored-by: Pavel Menshikov <[email protected]> Co-authored-by: Andrei Kozlov <[email protected]> * accept right changes + removed outdated condition for combined test * Update README.md Co-authored-by: Lukas <[email protected]> * Update README.md Co-authored-by: Lukas <[email protected]> * renamed timestamp to endOfCooldown * forge install: erc4626-tests * a16z tests added * added withdrawalWindow * Added test to cover window and cooldown change * added setUp yield into a16z tests * little fixes --------- Co-authored-by: Pavel Menshikov <[email protected]> Co-authored-by: Pavel Menshikov <[email protected]> Co-authored-by: pavelvm5 <[email protected]> Co-authored-by: pavelvm5 <[email protected]> Co-authored-by: Lukas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22f53dc - Browse repository at this point
Copy the full SHA 22f53dcView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2530d83 - Browse repository at this point
Copy the full SHA 2530d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4728442 - Browse repository at this point
Copy the full SHA 4728442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ad16d - Browse repository at this point
Copy the full SHA 17ad16dView commit details
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.