Tags: thirdweb-dev/engine
Tags
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.
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.
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.
PreviousNext