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

Skip to content

Tags: thirdweb-dev/engine

Tags

v2.1.67

Toggle v2.1.67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct toAddress assignment in transaction queueing logic (#917)

v2.1.66

Toggle v2.1.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add experimental retry for prepareUserOp errors in transaction …

…processing (#916)

Introduced a new environment variable EXPERIMENTAL__RETRY_PREPARE_USEROP_ERRORS to enable retrying on prepareUserOp errors instead of failing the transaction immediately. Updated transaction handling logic to support this feature.

v2.1.65

Toggle v2.1.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update thirdweb to 5.105.42 (#914)

v2.1.64

Toggle v2.1.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
better keypair auth error message (#913)

v2.1.63

Toggle v2.1.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement NFT collection deployment for a specific contract in …

…prebuilt route (#911)

Added functionality to deploy NFT collections using contracts within the prebuilt deployment route. This includes parsing contract metadata, uploading to storage, and preparing deployment transactions with appropriate initializer parameters. Also defined the ABI for the NFT collection contract.

v2.1.62

Toggle v2.1.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle 'incorrect account sequence' in nonce error check (#910)

Added support for detecting errors with the message 'incorrect account sequence' in the isNonceAlreadyUsedError utility. This improves error handling for cases where the nonce is invalid due to account sequence issues.

v2.1.61

Toggle v2.1.61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve return data formatting in readContract function by using…

… stringify and JSON.parse (#909)

v2.1.60

Toggle v2.1.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add gasFeeCeiling to transaction overrides and handling logic (#…

…905)

v2.1.59

Toggle v2.1.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: expose webhook concurrency in env var (#904)

v2.1.58

Toggle v2.1.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tokenId support to ERC1155 signature generation and remove validi…

…tyStartTimestamp (#903)