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

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: thirdweb-dev/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.59
Choose a base ref
...
head repository: thirdweb-dev/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 13 files changed
  • 3 contributors

Commits on Jul 4, 2025

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

Commits on Aug 8, 2025

  1. fix: improve return data formatting in readContract function by using…

    … stringify and JSON.parse (#909)
    d4mr authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    60d9d97 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. 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.
    0xFirekeeper authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b320e27 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. 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.
    d4mr authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    357c402 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

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

Commits on Sep 9, 2025

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

Commits on Sep 12, 2025

  1. 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.
    d4mr authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    1915c53 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

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