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

Whitelisted proposers #108

Merged
merged 31 commits into from
Nov 6, 2024
Merged

Whitelisted proposers #108

merged 31 commits into from
Nov 6, 2024

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ae0019d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73db7fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84e4312 View commit details
    Browse the repository at this point in the history
  4. Create new contract LinearERC20VotingExtensible

    This contract is a line-for-line copy of LinearERC20VotingExtensible, with the only difference being that each function is marked as `virtual`. It will not be deployed on its own, but used as a base for any downstream strategy that needs to "start with ERC20 token voting" and then tweak parts of it (like whitelisting proposal creation via Hats)
    adamgall committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d6ceda2 View commit details
    Browse the repository at this point in the history
  5. Create a new Strategy which is based off of LinearERC20Voting, but mo…

    …difies logic for determing if user is allowed to create a proposal based off of if they're wearing a whitelisted hat
    adamgall committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    88e89d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    1e96d39 View commit details
    Browse the repository at this point in the history
  2. Add comments

    adamgall committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b79b43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9b4d8 View commit details
    Browse the repository at this point in the history
  4. Extract HatsProposalCreationWhitelist code into own contract, and inh…

    …erit it in both ERC20 and ERC721 strategies
    adamgall committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    73f5ad8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ee48e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a1605a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    51c539e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fd7d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf08fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    095bafc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    821b4ba View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Deployment to Sepolia

    mudrila committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c10803f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    fc25431 View commit details
    Browse the repository at this point in the history
  2. Fix deployment script names

    adamgall committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2837bb2 View commit details
    Browse the repository at this point in the history
  3. Lint and pretty

    adamgall committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    22b9dba View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    4232195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298db7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a3400 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    adamgall committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    21d2c4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57a5e6e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8b4b568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c0a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    436d899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e0bd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0d0acd View commit details
    Browse the repository at this point in the history
  6. Already had these tests!

    adamgall committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3992445 View commit details
    Browse the repository at this point in the history