fix(tempo): include encrypted deposit sender - #5222
Conversation
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
|
@0xrusowsky is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
|
@wagmi/cli
@wagmi/connectors
@wagmi/core
create-wagmi
wagmi
@wagmi/solid
@wagmi/vue
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests.
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. 🚀 New features to boost your workflow:
|
Summary
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
Validation
pnpm --filter @wagmi/core check:typesPrompted by: @0xrusowsky