Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ jobs:
echo "## 📊 Project Status" >> /tmp/changelog.md
echo "- ✅ 334 tests passing" >> /tmp/changelog.md
echo "- ✅ 100% feature complete" >> /tmp/changelog.md
echo "- ✅ 12/12 modules production-ready" >> /tmp/changelog.md
echo "- ✅ 13/13 modules production-ready" >> /tmp/changelog.md
echo "- ✅ ERC-4337 Account Abstraction support" >> /tmp/changelog.md
echo "- ✅ Integrated with Etherspot v2 API" >> /tmp/changelog.md

cat /tmp/changelog.md
Expand Down Expand Up @@ -365,7 +366,8 @@ jobs:

- ✅ **334 tests passing**
- ✅ **100% feature complete**
- ✅ **12/12 modules production-ready**
- ✅ **13/13 modules production-ready**
- ✅ **ERC-4337 Account Abstraction support**
- ✅ **Integrated with Etherspot v2 API**

### Modules
Expand All @@ -384,6 +386,7 @@ jobs:
| ⚡ Solidity | ✅ | 15 | Type mappings, Interfaces |
| ⚙️ Middleware | ✅ | 23 | Gas, Nonce, Signing |
| 🔑 Wallets | ✅ | 35 | Software, HD, Keystore, Ledger |
| 🎯 Account Abstraction | ✅ | - | ERC-4337 v0.6/v0.7/v0.8, Bundler, Paymaster |

## 🚀 Quick Start

Expand Down
Loading
Loading