Skip to content

fix(tempo): include encrypted deposit sender - #5222

Draft
decofe wants to merge 1 commit into
wevm:mainfrom
decofe:centaur/update-tempo-deposit-sender-1786357526
Draft

fix(tempo): include encrypted deposit sender#5222
decofe wants to merge 1 commit into
wevm:mainfrom
decofe:centaur/update-tempo-deposit-sender-1786357526

Conversation

@decofe

@decofe decofe commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • pass the authenticated depositor as the sender when preparing the Wagmi encrypted-deposit test payload
  • validate Wagmi against the viem preview containing sender-bound HKDF derivation

Motivation

tempoxyz/zones#1028 binds encrypted-deposit HKDF input to the authenticated parent-chain sender. Wagmi’s Tempo test fixture must provide that sender to the updated viem API.

Dependencies

  • Depends on wevm/viem#4995
  • The preview dependency should be replaced with the released viem version after that PR merges.

Validation

  • pnpm --filter @wagmi/core check:types
  • Targeted Zone test is excluded from the default local Vitest projects and runs in the dedicated Tempo CI environment.

Prompted by: @0xrusowsky

Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

@0xrusowsky is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot

changeset-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 662a43e

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

@pkg-pr-new

pkg-pr-new Bot commented Aug 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

@wagmi/cli

npm i https://pkg.pr.new/@wagmi/cli@5222

@wagmi/connectors

npm i https://pkg.pr.new/@wagmi/connectors@5222

@wagmi/core

npm i https://pkg.pr.new/@wagmi/core@5222

create-wagmi

npm i https://pkg.pr.new/create-wagmi@5222

wagmi

npm i https://pkg.pr.new/wagmi@5222

@wagmi/solid

npm i https://pkg.pr.new/@wagmi/solid@5222

@wagmi/vue

npm i https://pkg.pr.new/@wagmi/vue@5222

commit: 662a43e

@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 22.40%. Comparing base (8fcb5f5) to head (662a43e).

❗ There is a different number of reports uploaded between BASE (8fcb5f5) and HEAD (662a43e). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (8fcb5f5) HEAD (662a43e)
7 3
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5222       +/-   ##
===========================================
- Coverage   88.59%   22.40%   -66.20%     
===========================================
  Files         303      222       -81     
  Lines        2815     2129      -686     
  Branches      818      651      -167     
===========================================
- Hits         2494      477     -2017     
- Misses        124     1572     +1448     
+ Partials      197       80      -117     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants