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.1.2
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.1.3
Choose a head ref
  • 6 commits
  • 38 files changed
  • 3 contributors

Commits on Aug 23, 2022

  1. package release

    kumaryash90 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    71b969d View commit details
    Browse the repository at this point in the history
  2. appURI Extension (#209)

    * basic appUri var
    
    * docs
    
    * couple small comment fixes
    
    * public function
    
    * prettier fix
    
    * appURI docs
    
    * docs?
    
    * updated version
    
    * restrict mutability to view for _canSetAppURI
    
    Co-authored-by: Yash <kumaryashcse@gmail.com>
    furqanrydhan and kumaryash90 authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    66b6fbf View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Update dependencies for SignatureMintERC1155; Correct function mutabi…

    …lity (#223)
    
    * update dependencies for SignatureMintERC1155
    
    * change mutability to view
    kumaryash90 authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    906de9b View commit details
    Browse the repository at this point in the history
  2. v3.1.3-0

    kumaryash90 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b05963e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Correct versions for DropERC20, SignatureDrop (#226)

    * bump versions DropERC20, SignatureDrop
    
    * add test for SignatureDrop - UpdateRoyaltyAndSaleInfo
    
    * run prettier
    kumaryash90 authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a636185 View commit details
    Browse the repository at this point in the history
  2. Erc20bases update: remove _contractURI from constructor params (#227)

    * remove _contractURI from constructor params
    
    * update tests
    
    * run prettier
    kumaryash90 authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b2db827 View commit details
    Browse the repository at this point in the history
Loading