Skip to content

Conversation

@0xFirekeeper
Copy link
Member

@0xFirekeeper 0xFirekeeper commented Oct 9, 2025

  • Create exports/extensions/erc7702.ts to expose ERC7702 functions
  • Export all MinimalAccount read/write functions and events
  • Include getSessionStateForSigner and other session management functions
  • Add session key utilities and types

🤖 Generated with Claude Code


PR-Codex overview

This PR introduces exports related to the ERC7702 standard, specifically for MinimalAccount events, read functions, write functions, and account utilities.

Detailed summary

  • Added exports for events: executedEvent, sessionCreatedEvent, valueReceivedEvent.
  • Added read functions: eip712Domain, getCallPoliciesForSigner, getSessionExpirationForSigner, getSessionStateForSigner, getTransferPoliciesForSigner, isWildcardSigner.
  • Added write functions: createSessionWithSig, execute, executeWithSig.
  • Added utility function: createSessionKey and type SessionKeyConfig.

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

- Create exports/extensions/erc7702.ts to expose ERC7702 functions
- Export all MinimalAccount read/write functions and events
- Include getSessionStateForSigner and other session management functions
- Add session key utilities and types

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@0xFirekeeper 0xFirekeeper requested review from a team as code owners October 9, 2025 14:49
@0xFirekeeper 0xFirekeeper added merge-queue Adds the pull request to Graphite's merge queue. Portal Involves changes to the Portal (docs) codebase. labels Oct 9, 2025
Copy link
Member Author

0xFirekeeper commented Oct 9, 2025

Merge activity

  • Oct 9, 3:08 PM UTC: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Oct 9, 7:15 PM UTC: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.

@0xFirekeeper 0xFirekeeper added merge-queue Adds the pull request to Graphite's merge queue. Portal Involves changes to the Portal (docs) codebase. labels Oct 9, 2025
@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Oct 9, 2025
@vercel
Copy link

vercel bot commented Oct 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-v2 Error Error Oct 9, 2025 3:29pm
nebula Error Error Oct 9, 2025 3:29pm
thirdweb_playground Error Error Oct 9, 2025 3:29pm
thirdweb-www Error Error Oct 9, 2025 3:29pm
wallet-ui Error Error Oct 9, 2025 3:29pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 9, 2025

⚠️ No Changeset found

Latest commit: 3adc6a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 9, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue Adds the pull request to Graphite's merge queue. packages Portal Involves changes to the Portal (docs) codebase. SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants