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

Conversation

kamikazebr
Copy link
Member

No description provided.

kafann and others added 26 commits August 30, 2024 22:14
Some strict equality vuln changed to <= or >= insteaad of ==
# 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
…ipts + errors between V0_0 and V0_1. Need to review before push
Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gardens-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 26, 2024 8:33pm

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
Added remove support allowed after being removed from allowlist, but only remove support and not add
Added initialAllowList param to getParams()
Forge fmt
# 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
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.

3 participants