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

Fix char minting #27

Merged
merged 27 commits into from
Nov 26, 2023
Merged

Fix char minting #27

merged 27 commits into from
Nov 26, 2023

Commits on Nov 7, 2023

  1. changed the hats adaptor modules to use already deployed Implementati…

    …ons of the pumped lunch modules. and the character eligibility has been re-named to erc6551hatseligibilitymodule
    MrDeadCe11 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bbbd9f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    ec84a5a View commit details
    Browse the repository at this point in the history
  2. fixed isValidTransfer modifier to check if the EOQ receiving the play…

    …er hat is already wearing one before minting
    MrDeadCe11 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    36c7215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3fd68 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 20, 2023

  1. fixed missing colons

    MrDeadCe11 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2c75525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4de7ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    645c498 View commit details
    Browse the repository at this point in the history
  4. removed a couple unneccesary checks from character sheets to get it b…

    …ack under the size limits
    MrDeadCe11 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    47d0173 View commit details
    Browse the repository at this point in the history
  5. added missing file.

    MrDeadCe11 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fbd53de View commit details
    Browse the repository at this point in the history
  6. updated snapshot

    MrDeadCe11 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e1db25c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    982fe29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46ba229 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. changed ElderEligibility Module to use mutable args so that classes c…

    …an be added to the module.
    MrDeadCe11 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    84db468 View commit details
    Browse the repository at this point in the history
  2. fixed comments

    MrDeadCe11 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    680ff7b View commit details
    Browse the repository at this point in the history
  3. add an internal function to character sheets to mint check if player …

    …before minting player hat
    MrDeadCe11 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d7ce723 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from raid-guild/contract-refactor

    Contract refactor
    MrDeadCe11 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    eacd672 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0b7cb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e26889 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9734595 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6281ee8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. added wrapper function in hats adaptor to allow an admin to add a gm …

    …and mint the hat in one tx
    MrDeadCe11 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    ec1e585 View commit details
    Browse the repository at this point in the history
  2. removed console.sol import

    MrDeadCe11 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    676d4bc View commit details
    Browse the repository at this point in the history
  3. fixed gas snapshot

    MrDeadCe11 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    932f949 View commit details
    Browse the repository at this point in the history
  4. fixed snapshot again

    MrDeadCe11 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    73f654b View commit details
    Browse the repository at this point in the history