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.0.4
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.0
Choose a head ref
  • 18 commits
  • 199 files changed
  • 8 contributors

Commits on Aug 12, 2022

  1. 3.0.4

    joaquim-verges committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    77ce1d1 View commit details
    Browse the repository at this point in the history
  2. Solidity SDK ERC1155 (#206)

    * Add ERC1155Base
    
    * Update batchMintTo
    
    * add ERC1155 LazyMint
    
    * add ERC1155DelayedReveal
    
    * Add ERC1155SignatureMint
    
    * Add DropSinglePhase1155 and ERC1155Drop
    
    * add totalSupply + fix batchMintTo
    
    * Add tests for ERC1155Base
    
    * add tests for ERC1155LazyMint
    
    * add tests for ERC1155DelayedReveal
    
    * run prettier
    
    * update test file names
    
    * wip ERC1155SignatureMint test
    
    * Add tests for ERC1155SignatureMint
    
    * bug fix: set claimCondition to updated in-memory var
    
    * Add tests for ERC1155Drop
    
    * run prettier
    
    * wip code comments ERC1155 bases
    
    * forge update
    
    * update code comments for ERC1155 bases
    
    * Update eip/ERC1155 contract
    
    * docs update; run prettier
    
    * Update delayed reveal in ERC1155 bases
    
    * docs update
    
    * pkg release
    
    Co-authored-by: Krishang Nadgauda <nkrishang@Krishangs-MBP.lan>
    nkrishang and Krishang Nadgauda authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    971ceb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Additional tests extensions (#210)

    * tests: DelayedReveal, DropSinglePhase1155
    
    * run prettier
    kumaryash90 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    54e0c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    33aad3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c9dfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4bdbed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf8942f View commit details
    Browse the repository at this point in the history
  5. forge update

    Krishang Nadgauda authored and Krishang Nadgauda committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9b96aab View commit details
    Browse the repository at this point in the history
  6. fix package version

    kumaryash90 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    177e75d View commit details
    Browse the repository at this point in the history
  7. pull pkg update from origin

    Krishang Nadgauda authored and Krishang Nadgauda committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    83cb1f5 View commit details
    Browse the repository at this point in the history
  8. Audit fixes: DropERC20.sol (#215)

    * [M-3] Users can claim small amounts of tokens for free
    
    * [Q-2] Missing Events: DropERC20
    
    * [Q-4] Unused import
    
    * [G-4] Reduce SLOADs in verifyClaim()
    
    * [Q-5] Inaccurate getClaimTimestamp() return value
    
    * forge update
    
    * forge update
    
    * run prettier
    
    Co-authored-by: Yash <kumaryashcse@gmail.com>
    Co-authored-by: Krishang Nadgauda <nkrishang@Krishangs-MacBook-Pro.local>
    3 people authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    77395d7 View commit details
    Browse the repository at this point in the history
  9. pull from origin

    Krishang Nadgauda authored and Krishang Nadgauda committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e2c5ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Token erc721 tests (#216)

    * wip: token-erc721 tests
    
    * run prettier
    
    * more tests
    kumaryash90 authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d74048b View commit details
    Browse the repository at this point in the history
  2. Drop docs update

    Krishang Nadgauda authored and Krishang Nadgauda committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b594326 View commit details
    Browse the repository at this point in the history
  3. pull from origin

    Krishang Nadgauda authored and Krishang Nadgauda committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    cf5f462 View commit details
    Browse the repository at this point in the history
  4. Token erc20 tests (#217)

    * wip: tests for tokenERC20
    
    * run prettier
    
    * more tests
    
    * run prettier
    kumaryash90 authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    7e9fb99 View commit details
    Browse the repository at this point in the history
  5. Audit fixes: ContractPublisher.sol (#214)

    * forge update
    
    * Fix Q-2 Missing Events: setPublisherProfileUri does not emit an event
    
    Co-authored-by: Krishang Nadgauda <nkrishang@Krishangs-MacBook-Pro.local>
    nkrishang and Krishang Nadgauda authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9c3f84d View commit details
    Browse the repository at this point in the history
  6. docs update

    Krishang Nadgauda authored and Krishang Nadgauda committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    530f59b View commit details
    Browse the repository at this point in the history
Loading