Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Tags: thirdweb-dev/python-sdk

Tags

v0.5.0

Toggle v0.5.0's commit message
Includes updates to the NFT module to use the latest ABI.

v0.4.0

Toggle v0.4.0's commit message
1bb89f0 (HEAD -> master, origin/master) 0.4.0

16cdc64 Fix bundle methods (#23)
a01ee37 added upload support (#19)
c1e59ff NFT.py all methods commented (#15)
b1e4c62 Merge pull request #17 from nftlabs/renaming
f84f244 (origin/renaming) Merge branch 'master' into renaming
f23ab28 (renaming) Updated requirements
0c3a7a5 Added mirrored types file to avoid exporting bundle types
9d55a6f Added tests for bundle to ensure backwards compatibility
c1ad584 Mirror types instead of replacements
9e60a7e Fix function missing return
c314bf6 Change gateway fallback
4f26135 Move to ipfs.io gateway and set strict fetch timeout
e9de660 Added publish makefile command
f099703 Added warning
474ea8d Update README.md
72e498d Update Readme
f4ec4fc collection -> bundle

v0.3.1

Toggle v0.3.1's commit message
eb90910 (HEAD -> master, origin/master) Update package version, updat…

…ed requirements to include the new packages

feb1b69 Ignore *.egg-info files
50d103f Added Makefile with clean/build commands
65bcd75 UPdate setup
8609d33 Update readme with deprecation notice
731dbed Fix mirrored module import
33db709 Updated imports to be relative in market module, fix return type on get method
3c94e2d Rename sdk class to ThirdwebSdk, create named alias for NftlabsSdk for backwards compatibility. Mirror the thirdweb package with a 'nftlabs' package for backwards compatibility.
05ffe53 Rename root package folder to 'thirdweb'
b7b8407 Completed market.list method
fbc4eaa Added pyproject file
fef8055 WILL REVERT IN FUTURE: Move to fork of web3 that has proper tuple decoding
e3fb3ea Completed pack.create function

v0.2.1

Toggle v0.2.1's commit message
0.2.1

v0.2.0

Toggle v0.2.0's commit message
dc0a55f (HEAD -> master) Update to version 0.2.0

4c4cb04 (origin/master) Fix import error, remove print statement in SDK constructor, added tests for all module types
e649b32 Update job name
7ff7e9a Merge pull request #5 from nftlabs/pr-tests
64c0f00 (origin/pr-tests, pr-tests) Update test matrix
257ef32 Added tox config file
1257fa7 Github action for unit tests
d1922f0 Added basic import test
07df7f6 Updated requirements
a3c265b Merge pull request #3 from nftlabs/ayush-examples
25abf34 removed print statements
9723285 minor fixes
be989e2 Update README.md
a80727a Merge branch 'master' of https://github.com/nftlabs/nftlabs-sdk-python
f6f2caa Update market_types.py
e2923bc Update README.md
46eb0d8 Merge pull request #2 from nftlabs/ayush
1cb1e40 Delete deploy.sh
d13d100 Update deploy.sh
6eb7e35 Merge pull request #1 from nftlabs/ayush
69b749e tiny changes
9f90899 Update market.py
4ac3d90 ☑️
ca9d208 fixed conflicts
5aa14d4 added missing functions + set up docs
631fcdc Patch vulnerable pip package in requirements.txt (aiohttp==3.7.4)
8a3254f Update README.md
22d436a Update listing.py
af5b8d4 Update .gitignore
2d447b5 fixed issues
739c0a6 Update market.py
fb809cc minor changes
27e8ef7 (wip) draft `market` module

v0.1.0

Toggle v0.1.0's commit message
15890d4 (HEAD -> master, origin/master) Completed remaining collectio…

…n methods

86acd01 Implemented collection.create_with_erc20 and erc721
44f79c8 Make private key methods public again until I can figure out a way to wrap them properly, implemented create/create batch/create & mint batch methods in collection module
dc8fac2 Make private key methods private, completed Collection.get and Collection.get_all
3885ca8 Added scaffolding for collection module
dd1e191 Make most nft metadata optional so deserializing always works even if properties are missing
5e20b1b Added asset not found error
fc62f4a Added SetRestrictedTransfer method to nft module
72209fa Filled in some pack methods:
fe53ec2 Removed unused file
dae9a5e Moved types files, added stubs for pack module
0b57b75 Added pack module with basic role methods
973784c Added more examples to main.py
59e8000 Test out passing from address to `call` in nft.total_supply method
e633e21 (tag: v0.0.5) Annotate nft.mint & nft.mint_to with return types
0027ab7 Updated readme with dev instructions and sample code snippet

v0.0.6

Toggle v0.0.6's commit message
Stable NFT module