Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Jan 7, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Minor Changes

  • #5801 429e112 Thanks @gregfromstl! - Feature: Adds beta support for EIP-7702 authorization lists

    import {
      prepareTransaction,
      sendTransaction,
      signAuthorization,
    } from "thirdweb";
    
    const authorization = await signAuthorization({
      request: {
        address: "0x...",
        chainId: 911867,
        nonce: 100n,
      },
      account: myAccount,
    });
    
    const transaction = prepareTransaction({
      chain: ANVIL_CHAIN,
      client: TEST_CLIENT,
      value: 100n,
      to: TEST_WALLET_B,
      authorizationList: [authorization],
    });
    
    const res = await sendTransaction({
      account,
      transaction,
    });
  • #5845 b058f68 Thanks @gregfromstl! - Feature: Adds deploySmartAccount function to force the deployment of a smart account.

    const account = await deploySmartAccount({
      smartAccount,
      chain,
      client,
      accountContract,
    });

    Fix: Uses 1271 signatures if the smart account is already deployed.

@thirdweb-dev/[email protected]


PR-Codex overview

This PR updates the version numbers for the thirdweb and @thirdweb-dev/wagmi-adapter packages, adds new features to the thirdweb library, and updates the changelog accordingly.

Detailed summary

  • Updated thirdweb version from 5.81.0 to 5.82.0.
  • Updated @thirdweb-dev/wagmi-adapter version from 0.1.4 to 0.1.5.
  • Added beta support for EIP-7702 authorization lists.
  • Introduced deploySmartAccount function for deploying smart accounts.
  • Updated changelog for both packages with new features and fixes.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@jnsdls jnsdls requested review from a team as code owners January 7, 2025 02:13
@vercel
Copy link

vercel bot commented Jan 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:40am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:40am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:40am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 5:40am

@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 7, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Jan 7, 2025
@jnsdls jnsdls force-pushed the changeset-release/main branch from c4f4f0e to 2936250 Compare January 7, 2025 02:14
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 45.64 KB (0%) 913 ms (0%) 1.3 s (-15.02% 🔽) 2.2 s
thirdweb (cjs) 115.44 KB (0%) 2.4 s (0%) 3 s (+4.91% 🔺) 5.3 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 182 ms (-2.05% 🔽) 293 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 58 ms (-2.6% 🔽) 68 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 450 ms (+31.63% 🔺) 833 ms

@codecov
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.43%. Comparing base (429e112) to head (6420b3b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5901   +/-   ##
=======================================
  Coverage   55.43%   55.43%           
=======================================
  Files        1124     1124           
  Lines       59758    59758           
  Branches     5076     5073    -3     
=======================================
  Hits        33128    33128           
  Misses      25904    25904           
  Partials      726      726           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 429e112
packages 53.15% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@gregfromstl gregfromstl merged commit 2d996cc into main Jan 7, 2025
22 of 32 checks passed
@gregfromstl gregfromstl deleted the changeset-release/main branch January 7, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

packages SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants