Changelog
From v5 to v7
DistributionV5 -> DepositPool
Storage Refactoring and Responsibility Separation
/** @dev UPGRADE `DepositPool`, v7. Storage updates, add few deposit pools. */
/** @dev This flag determines whether the migration has been completed. */
bool public isMigrationOver;
/** @dev `Distributor` contract address. */
address public distributor;
/** @dev Contain information about rewards pools needed for this contract. */
mapping(uint256 => RewardPoolProtocolDetails) public rewardPoolsProtocolDetails;
/** @dev UPGRADE `DepositPool`, v7 end. */
Delegated Claim Functionality
One-Time Migration Mechanism
Distributor-Centric Reward Logic
L1MessageReceiver -> L1MessageReceiverV2
Centralized Integration via Distributor
Yield Management and Uniswap Integration
RewardPool
ChainLinkDataConsumer and Distributor
Links
Last updated
Was this helpful?