Conversation
Contract: MetaMultiSigWalletArc (ECDSA, parameterized nonce + usedNonces); Arc testnet deploy/test scripts. Verified live on Arc testnet. Backend (viem): arc module - wallet-signature nonce auth (arc-jwt), account creation + relayer deploy, transaction propose/approve/execute + relayer execute; additive Prisma fields (chainType, address, signature); addresses stored lowercased. Frontend: Arc in the create-account network chooser (address signers reuse the wizard), unified sidebar (one account list + network chooser + nav, Arc badged non-private), dashboard/transfer reuse via chainType branch, Arc USDC token/icon, /arc routes bypass the ZK gate. Docs: exploration report + design spec + implementation plan. WIP: dashboard transaction list still uses an Arc panel; deep-branching the ZK TransactionRow for Arc is deferred (tracked for follow-up).
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.
Summary
Integrates Circle Arc (a non-private, ECDSA multisig) into PolyPay as a selectable network alongside the ZK chains. Arc trades signer privacy for portability: signer identities are public addresses verified on-chain with ECDSA, since Arc has no zkVerify contract.
Status: WIP / draft — functional end to end (create account on arc), The dashboard transaction list still uses an Arc-specific panel; deep-branching the ZK
TransactionRowfor Arc is deferred.