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

Add USDS-SUSDS token wrappers #13

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Add USDS-SUSDS token wrappers #13

wants to merge 29 commits into from

Commits on Sep 17, 2024

  1. init

    foodaka committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3fb0e1b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fork execution

    foodaka committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fb66cf8 View commit details
    Browse the repository at this point in the history
  2. cleanup

    foodaka committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    17ed1e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f3eb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix TokenBorrow for SUSDS (#15)

    * wip: borrowToken wrapper extension
    
    * wip: Trying credit delegation
    
    * testing
    
    * updated fork
    
    * fix: TokenBorrow working
    
    ---------
    
    Co-authored-by: Mark Hinschberger <[email protected]>
    CheyenneAtapour and foodaka authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d3784d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    df5dd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f69b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e22cbd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. pr comments

    foodaka committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    340414f View commit details
    Browse the repository at this point in the history
  2. updated files

    foodaka committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a2dec9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b6ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    0163386 View commit details
    Browse the repository at this point in the history
  2. borrow not permitted

    foodaka committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2cce3f7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/susds-wrappers' of github.com:aave/token-wrappers …

    …into feat/susds-wrappers
    foodaka committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0db3322 View commit details
    Browse the repository at this point in the history
  4. borrow with sig

    foodaka committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6915b96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c24b358 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    1ab43a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f5f382 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix: Move dependencies to V3 origin (#16)

    * fix: Move dependencies to V3 origin
    
    * fix: Update aave address book dep
    
    * fix: Fix remappings
    
    * fix: remove old version
    
    * fix: Fix dep
    miguelmtzinf authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1886062 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    9d654dd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat: Generic ERC4626 <> ERC20 Token Wrapper (#20)

    * wip: Testing list new asset
    
    * fix: Deploy tokens after setup
    
    * wip: Borrow token test passes
    
    * fix: Use correct aToken address
    
    * fix: Use erc20 permit for mock token
    
    * fix: Remove unused code
    
    * fix: Cleanup and clarifications
    
    * fix: Address pr comments
    
    * fix: Remove redundant dependencies
    
    * fix: Remove max approval and reset approvals on generic wrapper
    
    * test: Add back generic 4626 wrapper test
    
    * fix: Remove unused imports
    
    * fix: Generalize comment
    
    * fix: Remove usds wrapper, use address book
    CheyenneAtapour authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    253000b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c52bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37e17c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a10494c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c19c8 View commit details
    Browse the repository at this point in the history
  6. Refactors tests (#21)

    * fix: Refactor tests and clean ups
    
    * fix: Move dependencies to external dir
    miguelmtzinf authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    596d521 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    86fb6e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9118be9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add Additional BorrowToken Tests (#22)

    * test: Add zero amount borrow and permit deadline expired
    
    * test: Test borrowing more than underlying asset in vault
    
    * test: Insufficient collateral and delegation tests
    CheyenneAtapour authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    13224ae View commit details
    Browse the repository at this point in the history