Skip to content

[VEN-3174]: ERC4626 wrapper for VToken contracts- Core Pool on BNB Chain#2

Open
Debugger022 wants to merge 43 commits intodevelopfrom
feat/VEN-3174
Open

[VEN-3174]: ERC4626 wrapper for VToken contracts- Core Pool on BNB Chain#2
Debugger022 wants to merge 43 commits intodevelopfrom
feat/VEN-3174

Conversation

@Debugger022
Copy link
Copy Markdown
Collaborator

Description

Resolves #

Checklist

  • I have updated the documentation to account for the changes in the code.
  • If I added new functionality, I added tests covering it.
  • If I fixed a bug, I added a test preventing this bug from silently reappearing again.
  • My contribution follows Venus contribution guidelines.

@Debugger022 Debugger022 changed the title [VEN-3174]: ERC4626 wrapper for VToken contracts- [VEN-3174]: ERC4626 wrapper for VToken contracts- Core Pool on BNB Chain Jun 11, 2025
@Debugger022 Debugger022 self-assigned this Jun 23, 2025
@Debugger022 Debugger022 marked this pull request as ready for review June 24, 2025 07:54
@chechu chechu changed the base branch from main to develop June 25, 2025 16:33
Comment thread contracts/ERC4626/Base/VenusERC4626.sol
Comment thread contracts/ERC4626/Base/VenusERC4626.sol
Comment thread contracts/ERC4626/Base/VenusERC4626.sol
Comment thread contracts/ERC4626/Base/VenusERC4626.sol
Comment thread contracts/ERC4626/Base/VenusERC4626.sol
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Isolated.sol
Comment thread contracts/ERC4626/Base/VenusERC4626.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/Base/VenusERC4626.sol
Comment thread contracts/ERC4626/VenusERC4626Core.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Core.sol
Comment thread contracts/ERC4626/VenusERC4626Factory.sol
Comment thread contracts/ERC4626/VenusERC4626Factory.sol
Comment thread contracts/ERC4626/VenusERC4626Isolated.sol
Comment thread contracts/ERC4626/VenusERC4626Isolated.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
GitGuru7
GitGuru7 previously approved these changes Jul 3, 2025
/// @title VenusERC4626Isolated
/// @notice ERC4626 wrapper for Venus Isolated Pool vTokens
contract VenusERC4626Isolated is VenusERC4626, MaxLoopsLimitHelper {
uint256 public constant LOOPS_LIMIT = 100;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In other contracts we pass this value in the initialiser. Maybe we can keep the standard.

Comment thread contracts/ERC4626/VenusERC4626Factory.sol Outdated
Comment thread tests/hardhat/ERC4626/VenusERC4626Core.ts
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 4, 2025

Code Coverage

Package Line Rate Branch Rate Health
ERC4626 99% 68%
ERC4626.Base 69% 45%
ERC4626.Interfaces 100% 100%
Summary 82% (181 / 222) 54% (55 / 102)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants