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

first pass at new editions contract #80

Merged
merged 34 commits into from
Mar 11, 2024
Merged

first pass at new editions contract #80

merged 34 commits into from
Mar 11, 2024

Commits on Feb 8, 2024

  1. first pass at new editions contract

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    367d273 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. update tests

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    21dbbbf View commit details
    Browse the repository at this point in the history
  2. more refactor and tests

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c3b46eb View commit details
    Browse the repository at this point in the history
  3. fix: full coverage

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1b79791 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix: enforce max supply more than 0

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7db09e8 View commit details
    Browse the repository at this point in the history
  2. unchecked i++ for gas savings

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    28382de View commit details
    Browse the repository at this point in the history
  3. fix: key off of creatorCore

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8c12e9c View commit details
    Browse the repository at this point in the history
  4. ++i instead of i++

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f091027 View commit details
    Browse the repository at this point in the history
  5. fix: dont instantiate i or j as 0

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0f3dc19 View commit details
    Browse the repository at this point in the history
  6. fix: check instance exists when updating tokenURI

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4aec090 View commit details
    Browse the repository at this point in the history
  7. feat: getInstance function

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e9655c0 View commit details
    Browse the repository at this point in the history
  8. feat: allow minting to recipients on creation

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7a8f8a4 View commit details
    Browse the repository at this point in the history
  9. fix: make function instanceExists

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    82cbd3e View commit details
    Browse the repository at this point in the history
  10. fix: helper function for minting

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2c58f0c View commit details
    Browse the repository at this point in the history
  11. fix: ++j

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    92568f3 View commit details
    Browse the repository at this point in the history
  12. test minting while creating

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    75d2b36 View commit details
    Browse the repository at this point in the history
  13. tests for instance exists

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5033844 View commit details
    Browse the repository at this point in the history
  14. fix: remove instance checks function

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    97af782 View commit details
    Browse the repository at this point in the history
  15. fix: better way of reverting

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    224f3db View commit details
    Browse the repository at this point in the history
  16. fix: rename private method

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    93e5a26 View commit details
    Browse the repository at this point in the history
  17. feat: make deploy script and ownership transfer

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b6977f1 View commit details
    Browse the repository at this point in the history
  18. fix: remove initial owner

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    95914b0 View commit details
    Browse the repository at this point in the history
  19. fix: update createSeries and add more requires

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1909ba6 View commit details
    Browse the repository at this point in the history
  20. more test coverage

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    93cda23 View commit details
    Browse the repository at this point in the history
  21. more tests

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e77d612 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. udpate contracts and tests with new Recipient struct

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    42b588e View commit details
    Browse the repository at this point in the history
  2. chore: another test for incorrect supply path

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bc58d19 View commit details
    Browse the repository at this point in the history
  3. fix: logic in _mintTokens

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b5642bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59e7aa4 View commit details
    Browse the repository at this point in the history
  5. add another test

    wwhchung committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fa0d89c View commit details
    Browse the repository at this point in the history
  6. chore: more tests for tokenURI

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    86b7cec View commit details
    Browse the repository at this point in the history
  7. hit another toomanyrequested error case

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1736179 View commit details
    Browse the repository at this point in the history
  8. fix: mock and no mock testing

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1aef08f View commit details
    Browse the repository at this point in the history
  9. fix: save instance id for v2 contracts

    Signed-off-by: Campion Fellin <[email protected]>
    campionfellin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    79b5ac6 View commit details
    Browse the repository at this point in the history