Commit Graph

25 Commits

Author SHA1 Message Date
defiQUG
8433cf5c8a chore: add prettier and eslint as dev dependencies
Some checks failed
Security Audit / audit (push) Has been cancelled
Performance Benchmark / benchmark (push) Has been cancelled
2026-01-14 02:17:39 -08:00
defiQUG
55fe7d10eb feat: comprehensive project improvements and fixes
- Fix all TypeScript compilation errors (40+ fixes)
  - Add missing type definitions (TransactionRequest, SafeInfo)
  - Fix TransactionRequestStatus vs TransactionStatus confusion
  - Fix import paths and provider type issues
  - Fix test file errors and mock providers

- Implement comprehensive security features
  - AES-GCM encryption with PBKDF2 key derivation
  - Input validation and sanitization
  - Rate limiting and nonce management
  - Replay attack prevention
  - Access control and authorization

- Add comprehensive test suite
  - Integration tests for transaction flow
  - Security validation tests
  - Wallet management tests
  - Encryption and rate limiter tests
  - E2E tests with Playwright

- Add extensive documentation
  - 12 numbered guides (setup, development, API, security, etc.)
  - Security documentation and audit reports
  - Code review and testing reports
  - Project organization documentation

- Update dependencies
  - Update axios to latest version (security fix)
  - Update React types to v18
  - Fix peer dependency warnings

- Add development tooling
  - CI/CD workflows (GitHub Actions)
  - Pre-commit hooks (Husky)
  - Linting and formatting (Prettier, ESLint)
  - Security audit workflow
  - Performance benchmarking

- Reorganize project structure
  - Move reports to docs/reports/
  - Clean up root directory
  - Organize documentation

- Add new features
  - Smart wallet management (Gnosis Safe, ERC4337)
  - Transaction execution and approval workflows
  - Balance management and token support
  - Error boundary and monitoring (Sentry)

- Fix WalletConnect configuration
  - Handle missing projectId gracefully
  - Add environment variable template
2026-01-14 02:17:26 -08:00
apoorvlathey
cdde90c128 fix: update nextjs package 2025-12-21 17:39:53 +04:00
apoorvlathey
7df2ae5710 add new chains 2025-05-06 18:51:59 +05:30
apoorvlathey
567f7d34bc add gitcoin notif bar 2025-04-14 16:04:25 +04:00
apoorvlathey
671cbfbae4 update with new chains including unichain, berachain, and more 2025-02-12 01:40:11 +04:00
apoorvlathey
aa911d8865 update packages, try to fix build issue 2024-09-23 14:03:11 +04:00
apoorvlathey
0974bf0a96 fix: upgrade typescript to v5.x.x 2024-05-07 00:31:09 +10:00
apoorvlathey
032785a316 feat: move to nextjs 2024-05-07 00:18:18 +10:00
apoorvlathey
01c5696d83 upgrade evm-rpcs-list 2024-03-07 16:34:33 +05:30
apoorvlathey
9370343f95 add Support button 2023-09-21 18:11:33 +05:30
apoorvlathey
c9646b919a fix typescript error 2023-09-21 16:13:23 +05:30
apoorvlathey
dbb34c14d9 upgrade node, use pnpm 2023-09-21 14:06:41 +05:30
apoorvlathey
c5421e8c87 upgrade evm-rpcs-list 2023-07-02 11:23:19 +05:30
apoorvlathey
c33693b4e6 add address book 2023-06-15 03:38:10 +05:30
apoorvlathey
26ca4df508 add share button for sharing link with encoded url params 2023-06-11 11:11:44 +05:30
apoorvlathey
9ff7057919 upgrade packages 2023-05-15 04:26:50 +05:30
Apoorv Lathey
e66e746255 Add WalletConnect V2 support (#11) 2023-05-15 03:17:07 +05:30
apoorvlathey
08a56b20f0 add evm-rpcs-list, use chainId as key 2023-01-24 04:09:54 +05:30
apoorvlathey
bf0193692f upgrade network select dropdown to be searchable 2023-01-23 19:02:27 +05:30
CodinMaster
a14d19515f Specify compatible node version 2022-04-25 18:11:57 +05:30
CodinMaster
ed650adc83 move codebase to typescript 2022-01-22 05:35:21 +05:30
CodinMaster
12b9249e03 allow sending txns via tenderly fork 2022-01-13 05:00:39 +05:30
CodinMaster
557c40f546 Add ENS, allow updating address while connected 2021-08-23 16:44:11 +05:30
CodinMaster
4852cf8ee7 init: impersonator functional 2021-08-22 03:44:44 +05:30