Tags: TechGeorgii/engine
Tags
feat: add QUEUE_JOB_RETENTION_AGE_SECONDS to environment configuration ( thirdweb-dev#921) Introduced a new environment variable QUEUE_JOB_RETENTION_AGE_SECONDS to define the age (in seconds) after which completed or failed jobs are eligible for removal. Updated job options to utilize this variable for job retention settings.
allow cancelling userops (thirdweb-dev#918) * allow cancelling userops * userophash needs to be valid for schema
feat: add experimental retry for prepareUserOp errors in transaction … …processing (thirdweb-dev#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 (thirdweb-dev#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 (thirdweb-de… …v#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.
fix: improve return data formatting in readContract function by using… … stringify and JSON.parse (thirdweb-dev#909)
PreviousNext