Draft
Implement direct support for EIP-7702 and EIP-5792 in WallyWatcherV1 contract#2
Conversation
Co-authored-by: schmrdty <157736992+schmrdty@users.noreply.github.com>
Co-authored-by: schmrdty <157736992+schmrdty@users.noreply.github.com>
|
Copilot
AI
changed the title
[WIP] Implement direct EIP-7702 and EIP-5792 support in WallyWatcherV1 contract
Implement direct support for EIP-7702 and EIP-5792 in WallyWatcherV1 contract
Jun 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR implements comprehensive support for EIP-7702 (Set EOA code for one transaction) and EIP-5792 (Wallet API) in the WallyWatcherV1 contract, enabling advanced wallet automation capabilities while maintaining full backward compatibility.
🚀 Features Implemented
EIP-7702: Temporary Contract Code
EIP-5792: Wallet API
eth_sendTransaction,eth_sign,wallet_requestPermissions,wallet_getPermissions🔧 Technical Implementation
Smart Contract Enhancements
New Functions:
Enhanced Transfer Functions:
triggerTransfers()andminiAppTriggerTransfers()now leverage temporary code context when activeBackend API Endpoints
Frontend Integration
React Hook:
🔒 Security & Quality Assurance
TemporaryCodeSet,TemporaryCodeReset,TemporaryCodeExpiredWalletPermissionGranted,WalletPermissionRevoked,WalletMethodCalled📚 Documentation
Added comprehensive documentation in
docs/EIP_IMPLEMENTATION.mdcovering:🔄 Backward Compatibility
✅ Zero Breaking Changes
📁 Files Modified
contracts/wallyv1.sol- Core contract implementationbackend/src/services/wallyService.ts- Service layer integrationbackend/src/routes/eipRoutes.ts- New API endpointsfrontend/src/abis/wallyv1ExtendedAbi.ts- Extended contract ABIfrontend/src/hooks/useEIPSupport.ts- React integration hookdocs/EIP_IMPLEMENTATION.md- Comprehensive documentation🎯 Usage Example
This implementation provides a solid foundation for advanced wallet automation while maintaining the security and reliability that users expect from the WallyWatcherV1 system.