-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Description
To ensure continued compatibility and access to the latest account abstraction features, we must upgrade our Biconomy infrastructure. This involves migrating from existing account versions to the latest Nexus or MEE standards by the end of February.
User Story
As a System, I want to operate on the latest Biconomy infrastructure so that our transaction processing remains secure, gas-efficient, and compatible with upcoming Modular Execution Environment (MEE) updates.
Goal: Complete the migration of all smart accounts and transaction flows to the latest Biconomy version before the February 28, 2026 deadline.
Acceptance Criteria
GIVEN the system is already utilizing Nexus accounts
WHEN infrastructure updates are applied
THEN the system must be updated to the latest MEE versioning standards following the MEE Versioning Guide.
Tech Details
- Account Type Audit: Verify the current account implementation version in the codebase to determine the correct migration path (V2 → Nexus vs. Nexus → MEE).
- SDK Update: Update the Biconomy SDK to the latest version compatible with Nexus/MEE.
- Smart Account Factory Update: Update the factory address and implementation logic for deploying new user accounts.
- Validation Modules: Ensure existing validation modules (e.g., ECDSA, Session Keys) are compatible with the new modular Nexus architecture.
- MEE Implementation: If applicable, configure the Modular Execution Environment to support cross-chain or complex execution logic.
Notes/Assumptions
- Deadline: This is a hard deadline set for February 28, 2026.
- Documentation: All changes should reference the official Biconomy Migration Documentation.
- Infrastructure Parity: Both staging and production environments must be synchronized on the new infrastructure before the deadline.