Skip to content

Commit

Permalink
✅(identities) Add support for ECDSA Account Abstraction
Browse files Browse the repository at this point in the history
- New method executeSigned to perfom an execution on the identity using a signature (if signer is not authorized to execute the action, the executeSigned will create a pending execution).
- New method approveSigned to approve a pending execution using a signature.
  • Loading branch information
Nakasar committed Oct 11, 2024
1 parent e01b3ff commit e8838b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/identities/executions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {ethers} from "hardhat";

import { deployIdentityFixture } from '../fixtures';

describe.only('Identity', () => {
describe('Identity', () => {
describe('.execute() - EOA', () => {
describe('using ethereum EOA account', () => {
describe('when calling execute as a MANAGEMENT key', () => {
Expand Down

0 comments on commit e8838b3

Please sign in to comment.