Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thirdweb-dev/contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: thirdweb-dev/contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.1
Choose a head ref
  • 11 commits
  • 117 files changed
  • 2 contributors

Commits on Dec 18, 2023

  1. Release 3.11.0 (#592)

    * fix package.json
    
    * package update
    nkrishang authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9d33ac1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Jan 12, 2024

  1. RoyaltyPayments: fix check for royalty amount (#599)

    fix check for royalty amount
    kumaryash90 authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    17c10d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update yarn lock file (#607)

    Update lock file
    nkrishang authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6576c63 View commit details
    Browse the repository at this point in the history
  2. Resolve: Deletion on mapping containing a struct-with-mapping #602 (#608

    )
    
    Update test for unpublish contract
    nkrishang authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4ff7235 View commit details
    Browse the repository at this point in the history
  3. Resolve: Emit appropriate events in initialize function #604 (#610)

    Emit events in initialize
    nkrishang authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3f192ec View commit details
    Browse the repository at this point in the history
  4. Resolve: Update state variables that could be declared immutable as i…

    …mmutable #605 (#609)
    
    * Turn vars to immutable
    
    * Make vars immutable
    nkrishang authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ed8b329 View commit details
    Browse the repository at this point in the history
  5. Resolve: Add nonReentrant modifier to relevant base contract functions

    …#601 (#611)
    
    Add nonReentrant to possible reentrant fn calls
    nkrishang authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    da53846 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. OpenEditionERC721 flat platform fee (#614)

    * OpenEditionERC721 with flat fee
    
    * flat fee support OE
    
    * fix tests
    kumaryash90 authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    effd208 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Custom errors, etc (#619)

    * custom error for extensions
    
    * contract publisher
    
    * legacy contracts
    
    * custom error for CurrencyTransferLib
    
    * efficient hash function MerkleProof
    
    * Pack without forwarder
    
    * fix test
    
    * fix tests
    
    * fix btt tests
    
    * extension tests
    
    * extension tests
    
    * test pack
    
    * more btt
    
    * more tests
    
    * drop prebuilt tests
    
    * fix lint
    kumaryash90 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8959088 View commit details
    Browse the repository at this point in the history
  2. Clean up (#621)

    fix import
    kumaryash90 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ad8e712 View commit details
    Browse the repository at this point in the history
Loading