Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3543

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #3543

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 5, 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

  • #3542 082c3d0fcc2e376954116d380c65c6ac95293681 Thanks @jxom! - Breaking (Experimental): Updated EIP-5792 to the latest spec changes. The following APIs have been updated:

    getCallsStatus

    const result = await client.getCallsStatus({ id })
    //    ^?
          {
    +       atomic: boolean
    +       chainId: number
    +       id: string
            receipts: Receipt[]
    -       status: 'PENDING' | 'CONFIRMED'
    +       status: 'pending' | 'success' | 'failure' | undefined
    +       statusCode: number
    +       version: string
    }

    sendCalls

    const result = await client.sendCalls({ calls })
    //    ^?
    -     string
    +     { id: string, capabilities?: Capabilities }

    waitForCallsStatus

    const result = await client.waitForCallsStatus({ id })
    //    ^?
          {
    +       atomic: boolean
    +       chainId: number
    +       id: string
            receipts: Receipt[]
    -       status: 'PENDING' | 'CONFIRMED'
    +       status: 'pending' | 'success' | 'failure' | undefined
    +       statusCode: number
    +       version: string
    }

Patch Changes

Copy link

vercel bot commented Apr 5, 2025

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

Name Status Preview Updated (UTC)
viem ✅ Ready (Inspect) Visit Preview Apr 6, 2025 7:07am

Copy link

socket-security bot commented Apr 5, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 22.9 MB typescript-bot

🚮 Removed packages: npm/[email protected]

View full report↗︎

@github-actions github-actions bot changed the title chore: version package Version Packages Apr 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c9c1b6e to 68d80f6 Compare April 5, 2025 02:46
@github-actions github-actions bot changed the title Version Packages chore: version package Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 68d80f6 to bb48d67 Compare April 6, 2025 05:05
@github-actions github-actions bot changed the title chore: version package Version Packages Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from bb48d67 to 916ee21 Compare April 6, 2025 05:29
@github-actions github-actions bot changed the title Version Packages chore: version package Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 916ee21 to 039f9fd Compare April 6, 2025 05:57
@github-actions github-actions bot changed the title chore: version package Version Packages Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 039f9fd to e2d4c5b Compare April 6, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants