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
* multisig contracts
* Implement auto-generated user IDs in AccountRegistry
* update NatSpec docs
* split InvalidSignature error
* prevent admin lockout
* update Giano Ignition module
* integrate test suite with vs code
* update .gitignore to handle PNPM stores
* instruct cursor to ignore build outputs and deps
* cursorrules for solidity development
* enable automining by default
* add mocha manually to enable vs code integration
* reorganize ignition modules
* add pause and batch execute features to Account
* use CREATE2 in AccountFactory
* TestContract for testing
* Remove obsolete ERC721SafeTransferAccount
* new test utils
* new test suites (wip)
* remove AI generated comments
* key request tests
* wip: encode public key x and y in signature struct
* fix key encoding issues, request mgmt tests
* Key Request rejection test
* update cursorrules to instruct AI to ommit comments
* Key Removal tests
* fix test suite
* Transaction Execution Tests
* Batch Execution tests
* admin operations tests
* Pause functionality tests
* formatting
* ERC1271 tests
* ERC721/ERC1115 receiver tests
* Utility functions tests
* Security feature tests
* remove useless beforeEach code
* accountregistry test suite
* helper test functions
* further helper functions
* remove unused declarations
* typescript lint issues
* remove redundant integration test suite
* remove AI yapping
* remove redundant code
* remove AI yapping from contract
* extract common function to util package
* lint fixes
* extract P256 bytecode to its own file to improve readability
* use credential ID to track signers in Account contract
* standardize references to credential ID
* change key references to credential
* simplify account request flow (wip)
* fix remaining tests after simplifying credential request flow
* remove numeric user ID from AccountRegistry
* rename error for coherence
0 commit comments