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: code-leopard/third-web-python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: thirdweb-dev/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 328 files changed
  • 4 contributors

Commits on Mar 20, 2023

  1. Update README.md and Makefile with setup instructions (thirdweb-dev#120)

    Co-authored-by: Adam Majmudar <[email protected]>
    adam-maj and Adam Majmudar authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b375282 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Fix sdk.getContract and erc20, erc721, and erc1155 namespaces (thirdw…

    …eb-dev#121)
    
    * Fix sdk.getContract and erc20, erc721, and erc1155 namespaces
    
    * Add publishing instructions
    adam-maj authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    20d1cfd View commit details
    Browse the repository at this point in the history
  2. Move erc20, erc721, and erc1155 usage to standard interfaces (thirdwe…

    …b-dev#122)
    
    Move usage to standard interfaces
    adam-maj authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a26a726 View commit details
    Browse the repository at this point in the history
  3. Fix usage of super() (thirdweb-dev#123)

    Fix super()
    adam-maj authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e6853bf View commit details
    Browse the repository at this point in the history
  4. Add proper ABI generation from @thirdweb-dev/contracts-js (thirdweb-d…

    …ev#125)
    
    * Add abi scripts
    
    * Update ABIs
    
    * Make prerelease
    adam-maj authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    358a64a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Add extensions for erc20, erc721, and erc1155 (thirdweb-dev#126)

    * Fix super()
    
    * Update
    
    * Fix standards with functions
    
    * Add erc20, erc721, and erc1155 extensions
    
    * Fix duplicate functions
    adam-maj authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5e9338e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Add feature snippets (thirdweb-dev#127)

    * Fix super()
    
    * Update
    
    * Fix standards with functions
    
    * Add erc20, erc721, and erc1155 extensions
    
    * Fix duplicate functions
    
    * Add docs setup to make init, update docs for erc20, erc721, erc1155
    
    * Add feature snippets generation
    
    * Delete scripts
    
    ---------
    
    Co-authored-by: Adam Majmudar <[email protected]>
    Co-authored-by: Adam Majmudar <[email protected]>
    3 people authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    304f968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d223eb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Fix approval docs

    Adam Majmudar authored and Adam Majmudar committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0108487 View commit details
    Browse the repository at this point in the history
  2. Fix docs

    Adam Majmudar authored and Adam Majmudar committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5fb6193 View commit details
    Browse the repository at this point in the history
  3. Fix royalty & primary sale snippets (thirdweb-dev#129)

    * Fix royalty snippet
    
    * Fix primary sale
    
    ---------
    
    Co-authored-by: Adam Majmudar <[email protected]>
    adam-maj and Adam Majmudar authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b37a31a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b71f9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 12, 2023

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

Commits on Jun 19, 2023

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

Commits on Jul 18, 2023

  1. Update storage to use api key (thirdweb-dev#138)

    * Update storage to use api key
    
    * Remove contract address and signer address from parameters
    
    * Add X-App-Name header back
    
    * Fix test cases
    
    * Update to accept secret_key
    
    * Update ipfs test case
    
    * Update to production URLs
    
    * Update to replace gateway urls
    
    * Update documentation
    adam-maj authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fa2e726 View commit details
    Browse the repository at this point in the history
  2. Update version to 3.1.0 (thirdweb-dev#140)

    Update
    adam-maj authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ff5c047 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Add events support to custom contracts (thirdweb-dev#141)

    Add events suport to custom contracts
    adam-maj authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a062087 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update README.md

    Signed-off-by: samina <[email protected]>
    saminacodes authored May 3, 2024
    Configuration menu
    Copy the full SHA
    6fbceba View commit details
    Browse the repository at this point in the history
Loading