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

Increase decay precision #454

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Increase decay precision #454

wants to merge 5 commits into from

Commits on Oct 4, 2024

  1. Added onlyStrategyAddress modifier to activatePoints

    Change precision for CVParams from 10 ** 7 to 10 ** 14 + fixed helpers accordingly + fixed tests and constants
    
    # Conflicts:
    #	pkg/contracts/out/Allo.sol/Allo.json
    #	pkg/contracts/out/CVStrategyHelpers.sol/CVStrategyHelpers.json
    #	pkg/contracts/out/CVStrategyV0_0.sol/CVStrategyV0_0.json
    #	pkg/contracts/out/CVStrategyV0_0.sol/IPointStrategy.json
    #	pkg/contracts/out/CVStrategyV0_1.sol/CVStrategyV0_1.json
    #	pkg/contracts/out/ERC20.sol/ERC20.json
    #	pkg/contracts/out/ERC20/IERC20.sol/IERC20.json
    #	pkg/contracts/out/FAllo.sol/FAllo.json
    #	pkg/contracts/out/GV2ERC20.sol/GV2ERC20.json
    #	pkg/contracts/out/IAllo.sol/IAllo.json
    #	pkg/contracts/out/IArbitrator.sol/IArbitrator.json
    #	pkg/contracts/out/IERC20.sol/IERC20.json
    #	pkg/contracts/out/IERC20Metadata.sol/IERC20Metadata.json
    #	pkg/contracts/out/IERC20Permit.sol/IERC20Permit.json
    #	pkg/contracts/out/IERC20Upgradeable.sol/IERC20Upgradeable.json
    #	pkg/contracts/out/IRegistry.sol/IRegistry.json
    #	pkg/contracts/out/IRegistryFactory.sol/IRegistryFactory.json
    #	pkg/contracts/out/ISafe.sol/Enum.json
    #	pkg/contracts/out/ISafe.sol/ISafe.json
    #	pkg/contracts/out/ISafe.sol/SafeProxyFactory.json
    #	pkg/contracts/out/MockERC20.sol/MockERC20.json
    #	pkg/contracts/out/PassportScorer.sol/PassportScorer.json
    #	pkg/contracts/out/Registry.sol/Registry.json
    #	pkg/contracts/out/RegistryCommunityV0_0.sol/RegistryCommunityV0_0.json
    #	pkg/contracts/out/RegistryCommunityV0_1.sol/RegistryCommunityV0_1.json
    #	pkg/contracts/out/RegistryFactoryDiamond.sol/RegistryFactoryDiamond.json
    #	pkg/contracts/out/RegistryFactoryFacet.sol/RegistryFactoryFacet.json
    #	pkg/contracts/out/RegistryFactoryV0_0.sol/RegistryFactoryV0_0.json
    #	pkg/contracts/out/RegistryFactoryV0_1.sol/RegistryFactoryV0_1.json
    #	pkg/contracts/out/SafeArbitrator.sol/SafeArbitrator.json
    #	pkg/contracts/out/SafeERC20.sol/SafeERC20.json
    kafann authored and Corantin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f06e263 View commit details
    Browse the repository at this point in the history
  2. Test change precision to 14

    Corantin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4c273e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e230adc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Deploy verified version

    Corantin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a404e08 View commit details
    Browse the repository at this point in the history
  2. New deploy

    Corantin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    730b1a4 View commit details
    Browse the repository at this point in the history