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

New release #104

Merged
merged 41 commits into from
Sep 10, 2024
Merged

New release #104

merged 41 commits into from
Sep 10, 2024

Commits on May 31, 2024

  1. Merge pull request #93 from VenusProtocol/main

    Release back
    chechu authored May 31, 2024
    Configuration menu
    Copy the full SHA
    7451d11 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: deployment scripts

    Debugger022 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c5aaf2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a58c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9c4a49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8657319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5217c9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cee196 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. chore: add token name

    Co-authored-by: Jesus Lanchas <jesus.lanchas@daureos.com>
    Debugger022 and chechu authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b141018 View commit details
    Browse the repository at this point in the history
  2. chore: add token names on ethereum

    Co-authored-by: Jesus Lanchas <jesus.lanchas@daureos.com>
    Debugger022 and chechu authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    453f5e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    6804825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b5d47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3df1a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f2f819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ff8de View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: typo in file name

    GitGuru7 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5e00e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a04ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ccf402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2331045 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge pull request #94 from VenusProtocol/VEN-2638

    [VEN-2638]: Deployment of SingleTokenConverters on Ethereum And Sepolia
    Debugger022 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d4a3b14 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.3.0-dev.1 [skip ci]

    ## [2.3.0-dev.1](v2.2.0...v2.3.0-dev.1) (2024-06-20)
    
    ### Features
    
    * updating deployment files ([2331045](2331045))
    * updating deployment files ([a2ff8de](a2ff8de))
    * updating deployment files ([3df1a06](3df1a06))
    * updating deployment files ([6cee196](6cee196))
    * updating deployment files ([8657319](8657319))
    
    ### Bug Fixes
    
    * deployment scripts ([c5aaf2b](c5aaf2b))
    * typo in file name ([5e00e66](5e00e66))
    * USDT Etherum approval ([5a04ca7](5a04ca7))
    toolsvenus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    55b693f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    88197ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd48dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddb63d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ac7f495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f44f5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #99 from VenusProtocol/feat/VEN-2686

    [VEN-2686]: PSR deployment on zksync sepolia
    GitGuru7 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7f76f6d View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.3.0-dev.2 [skip ci]

    ## [2.3.0-dev.2](v2.3.0-dev.1...v2.3.0-dev.2) (2024-08-14)
    
    ### Features
    
    * PSR deployment on zksync sepolia ([88197ea](88197ea))
    * updating deployment files ([5fd48dd](5fd48dd))
    
    ### Bug Fixes
    
    * remove unnecessary comment ([ac7f495](ac7f495))
    * remove unnecessary external dependency from hardhat config ([fddb63d](fddb63d))
    * remove unused dependency ([1f44f5c](1f44f5c))
    toolsvenus committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    727828f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    6fece9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e92b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. feat: add access controls and receiver to sweepTokenFromPool

    Problem: Venus still uses Governance to cover some shortfall
    positions, especially in the core pool. With the current implemetation
    of the risk fund, it is not possible to use custom flows for covering
    the debts – it requires a normal VIP and transfers funds directly
    to the pool's Comptroller. It is not always sufficient, e.g. we
    may need to repay a borrow in a specific vToken rather than fund
    the pool's Comptroller. We may also need to use a critical or a
    fast-track timelock to perform this operation as this might be
    time-sensitive.
    
    Solution:
    * Integrate access controls to sweepTokenFromProol
    * Allow specifying a custom receiver address as long as the call
      passes through the access control checks
    kkirka authored and chechu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d34bf38 View commit details
    Browse the repository at this point in the history
  2. feat: updating deployment files

    kkirka authored and chechu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    285b27e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Sep 5, 2024

  1. Merge pull request #100 from VenusProtocol/feat/sweep-token-access-co…

    …ntrol
    
    [VEN-2718]: Add access controls and receiver to sweepTokenFromPool
    kkirka authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c6d81b4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.3.0-dev.3 [skip ci]

    ## [2.3.0-dev.3](v2.3.0-dev.2...v2.3.0-dev.3) (2024-09-05)
    
    ### Features
    
    * add access controls and receiver to sweepTokenFromPool ([d34bf38](d34bf38))
    * updating deployment files ([285b27e](285b27e))
    toolsvenus committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    969a4b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    16945a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf31aba View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #101 from VenusProtocol/feat/VEN-2746

    [VEN-2746]: PSR deployments on zksync
    chechu authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    33cb126 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.3.0-dev.4 [skip ci]

    ## [2.3.0-dev.4](v2.3.0-dev.3...v2.3.0-dev.4) (2024-09-10)
    
    ### Features
    
    * add PSR deployments on zksync ([6fece9e](6fece9e))
    * redeploy PSR with updated zksolc version ([16945a3](16945a3))
    * updating deployment files ([bf31aba](bf31aba))
    * updating deployment files ([7e92b8e](7e92b8e))
    toolsvenus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ae9b135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f22d7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from VenusProtocol/release/VEN-2670

    [VEN-2670]: bump dependencies with venus packages
    chechu authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    68d3268 View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.3.0-dev.5 [skip ci]

    ## [2.3.0-dev.5](v2.3.0-dev.4...v2.3.0-dev.5) (2024-09-10)
    
    ### Features
    
    * bump dependencies with venus packages ([8f22d7f](8f22d7f))
    toolsvenus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d01d2d4 View commit details
    Browse the repository at this point in the history