You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is issue is to keep track of proposals for new features, interface modifications and any other enhancements and proposals not related to the smart contract modules that has the potential to contribute to a broader adoption of smart accounts.
Core Contract
Refactor Delegated signers to take advantage of the changes proposed in CAP-71 (given this proposal gets approved and included in a next protocol upgrade)
Adopt an approach where expired context rules are automatically pruned (e.g. using temporary storage by following the pattern in fungible token approvals)
SDK streamlining the interactions with smart accounts on the client side (similar to what's previously done in passkey-kit)
Increase the max cap of context rules in a smart account (set to 15 atm)
Verifiers
Add a new function to query metadata on verifiers. This will be helpful on the client side by improving auditability. The External signer contains the verifier contract and key data bytes, but how those bytes are to be presented by clients depends on off-chain logic (app-specific or indexing).
What is the feature you would like to see?
This is issue is to keep track of proposals for new features, interface modifications and any other enhancements and proposals not related to the smart contract modules that has the potential to contribute to a broader adoption of smart accounts.
Core Contract
Delegatedsigners to take advantage of the changes proposed in CAP-71 (given this proposal gets approved and included in a next protocol upgrade)Verifiers
Externalsigner contains the verifier contract and key data bytes, but how those bytes are to be presented by clients depends on off-chain logic (app-specific or indexing).Policies
Resources: