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

Allowlist feature #439

Open
wants to merge 40 commits into
base: dev
Choose a base branch
from
Open

Allowlist feature #439

wants to merge 40 commits into from

Commits on Aug 31, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    5b16532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1716b00 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Mostly false positive so slither disable

    Some strict equality vuln changed to <= or >= insteaad of ==
    kafann committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4b9dacd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b861806 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    af9afb9 View commit details
    Browse the repository at this point in the history
  2. Contract event + Subgraph

    Corantin committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    42c88fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf4d1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    316a7dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e819f80 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Update chains.tsx

    Corantin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    df3b650 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'allowlist-feature' of https://github.com/1Hive/gardens-v2

    … into allowlist-feature
    kafann committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    92d7de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c9a29 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge remote-tracking branch 'origin/dev' into allowlist-feature

    # Conflicts:
    #	apps/web/configs/chains.tsx
    #	pkg/contracts/out/CVStrategyHelpersV0_0.sol/CVStrategyHelpersV0_0.json
    #	pkg/contracts/out/CVStrategyV0_0.sol/CVStrategyV0_0.json
    #	pkg/contracts/out/CVStrategyV0_0.sol/IPointStrategy.json
    #	pkg/contracts/out/CVStrategyV0_0.sol/StrategyStruct.json
    #	pkg/contracts/out/PassportScorerTest.t.sol/PassportScorerTest.json
    #	pkg/contracts/out/RegistryCommunityV0_0.sol/RegistryCommunityV0_0.json
    #	pkg/contracts/out/RegistryFactoryV0_0.sol/RegistryFactoryV0_0.json
    #	pkg/contracts/out/RegistryFactoryV0_1.sol/RegistryFactoryV0_1.json
    #	pkg/contracts/out/SafeArbitratorTest.t.sol/SafeArbitratorTest.json
    #	pkg/contracts/out/TERC20.sol/TERC20.json
    #	pkg/contracts/out/UpgradeCVMultichain.s.sol/UpgradeCVMultichain.json
    #	pkg/contracts/src/CVStrategy/CVStrategyV0_0.sol
    #	pkg/contracts/src/RegistryCommunity/RegistryCommunityV0_0.sol
    #	pkg/subgraph/subgraph.yaml
    Corantin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    59814fa View commit details
    Browse the repository at this point in the history
  2. V0_1

    Corantin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    709819a View commit details
    Browse the repository at this point in the history
  3. Change sub version

    Corantin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9f33b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf9065 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 16, 2024

  1. Run latest

    Corantin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1945de7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Initial refactor after upgrade for allowlist-feature, fixed deployScr…

    …ipts + errors between V0_0 and V0_1. Need to review before push
    kafann committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    df9fe76 View commit details
    Browse the repository at this point in the history
  2. Cleanup for upgrade

    kafann committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5341a6a View commit details
    Browse the repository at this point in the history
  3. Move createRegistry to v0.1

    Corantin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    176f38c View commit details
    Browse the repository at this point in the history
  4. getRegistry

    Corantin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9cbf023 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. ⚡ initial commit

    kamikazebr committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4a0fa06 View commit details
    Browse the repository at this point in the history
  2. Refactor structs

    Corantin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    51f0a25 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    Corantin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ff272b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Added proposalInvalidForAlloction error and check in allocate (CV V0_1)

    Fixed tests, now pool is created from registryContract to keep implementation.
    Removed most createPool since we do it in setup and dont need to duplicate code
    kafann committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bdf7ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181595d View commit details
    Browse the repository at this point in the history
  3. 🐛 fix structs and tests

    kamikazebr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1355f20 View commit details
    Browse the repository at this point in the history
  4. 🐛 fix shadow var

    kamikazebr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8cd7763 View commit details
    Browse the repository at this point in the history
  5. ⚡ diamond

    kamikazebr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b3a061b View commit details
    Browse the repository at this point in the history
  6. ⚡ diamond base

    kamikazebr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5e73d8a View commit details
    Browse the repository at this point in the history
  7. ⚡ basediamond + factory

    kamikazebr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7f505c6 View commit details
    Browse the repository at this point in the history
  8. 🐛 rollback internal var

    kamikazebr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b283da0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22a40fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd2d900 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Wrote tests for allowlist feature

    Added remove support allowed after being removed from allowlist, but only remove support and not add
    Added initialAllowList param to getParams()
    Forge fmt
    kafann committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e9bb09a View commit details
    Browse the repository at this point in the history
  2. Deploy with setPoolParams with threshold

    # 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/PassportScorerTest.t.sol/PassportScorerTest.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/RegistrySetup.sol/RegistrySetup.json
    #	pkg/contracts/out/RegistrySetup.sol/RegistrySetupFull.json
    #	pkg/contracts/out/SafeArbitrator.sol/SafeArbitrator.json
    #	pkg/contracts/out/SafeArbitratorTest.t.sol/SafeArbitratorTest.json
    #	pkg/contracts/out/SafeERC20.sol/SafeERC20.json
    #	pkg/contracts/src/CVStrategy/CVStrategyV0_1.sol
    Corantin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a19298e View commit details
    Browse the repository at this point in the history
  3. Upgrade

    Corantin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5dc46a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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