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

Premint prerelease #180

Closed
wants to merge 33 commits into from
Closed

Premint prerelease #180

wants to merge 33 commits into from

Commits on Sep 12, 2023

  1. upgrade viem

    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9c2c41f View commit details
    Browse the repository at this point in the history
  2. Gasless

    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f3c86d8 View commit details
    Browse the repository at this point in the history
  3. Creator attribution - reduce optimizer runs to get contracts to build (

    …#144)
    
    * reduce optimizer runs to get contracts to build
    
    * Premint V2 - Creator Attribution (#128)
    
    * wip on move premint to creator attribution style
    
    * updated readme to reflect new contracts
    
    * Revert "undo changes to js sdk"
    
    This reverts commit 4deabf5.
    
    * better comments
    
    * Added methods to get status of creator attribution, and validate signatures, useful for the backend
    
    * better comments
    
    * fixed back fork test
    
    * slightly more comments
    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    91db21c View commit details
    Browse the repository at this point in the history
  4. fix hanging test

    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b3df454 View commit details
    Browse the repository at this point in the history
  5. prettier fix

    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6ebdd7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0283519 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f13beef View commit details
    Browse the repository at this point in the history
  8. deployed new creator attribution

    Created a release
    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a8d4388 View commit details
    Browse the repository at this point in the history
  9. fix: factory tests

    kulkarohan authored and oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a851160 View commit details
    Browse the repository at this point in the history
  10. chore: remove alt deploy script

    kulkarohan authored and oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    46b89bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    970fedf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63d6d5d View commit details
    Browse the repository at this point in the history
  13. chore: update tests

    kulkarohan authored and oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    df3fc9e View commit details
    Browse the repository at this point in the history
  14. chore: update tests

    kulkarohan authored and oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6920a93 View commit details
    Browse the repository at this point in the history
  15. chore: lint

    kulkarohan authored and oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    091a032 View commit details
    Browse the repository at this point in the history
  16. Premint: fix fork tests (#164)

    * * Check if key exists reading an address, as to not result in unexpected reverts
    * In premint tests, allow all forks to run the tests, but skip if there is no address for preminter
    
    * update storage layout
    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b9c80e4 View commit details
    Browse the repository at this point in the history
  17. Premint: add creator to creator attribution event (#163)

    * Creator attribution - add creator to event
    
    * * Renamed creator attribution args from bytes32 to string to match the standard
    * Added test that verifies creator attribution event emitted
    oveddan committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fbde89a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    75b1a59 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    b598662 View commit details
    Browse the repository at this point in the history
  2. Premint: first minter rewards (#162)

    * refactor: remove legacy mint fee contracts
    
    * refactor: remove unusued import
    
    * chore: update tests
    
    * chore: lint
    
    * chore: update runs
    
    * chore: update storage layout
    
    * style: update natspec
    
    * chore: update tests
    
    * chore: remove unused var
    
    * chore: update tests
    
    * fix: move hardcoded fork vars to constants
    
    * added first minter changeset
    
    * * Added changeset that depreates redeem minters.
    * Remove Redeem minter from coverage.
    
    ---------
    
    Co-authored-by: Rohan Kulkarni <[email protected]>
    oveddan and kulkarohan authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bb8069e View commit details
    Browse the repository at this point in the history
  3. Made premint executor upgradeable via a proxy. (#168)

    Moved some common factory setup logic to some library fixtures
    oveddan authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cb2cfa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b197446 View commit details
    Browse the repository at this point in the history
  5. Reverted manual premint version update, and just pointing to origin v…

    …ersion.
    
    Will do updates via the standard changeset way
    oveddan committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    26327b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    610120f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. created prerelease action

    oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    74b9307 View commit details
    Browse the repository at this point in the history
  2. * Updated script to deploy preminter to now deploy the proxy

    * Extracted common deployment tasks to reusable helper functions
    oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7d69263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4044120 View commit details
    Browse the repository at this point in the history
  4. exposing preminter

    oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4a67eee View commit details
    Browse the repository at this point in the history
  5. Fix changeset description

    oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1bfd2c3 View commit details
    Browse the repository at this point in the history
  6. enterer gasless tag

    oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    803afd4 View commit details
    Browse the repository at this point in the history
  7. Version Packages (gasless) (#177)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    32c7acf View commit details
    Browse the repository at this point in the history
  8. fix lint

    oveddan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3ed269f View commit details
    Browse the repository at this point in the history
  9. Version Packages (gasless) (#182)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    99790be View commit details
    Browse the repository at this point in the history