Skip to content

docs: add v1.4.4 release notes#702

Closed
yingyangxu2026 wants to merge 1 commit intomainfrom
release/v1.4.4
Closed

docs: add v1.4.4 release notes#702
yingyangxu2026 wants to merge 1 commit intomainfrom
release/v1.4.4

Conversation

@yingyangxu2026
Copy link
Collaborator

No description provided.

- **Kernel client as wallet**: Verifies that `writeContract` returns a real txHash and the SDK works correctly without a resolver.
- **Raw userOp wallet + txHashResolver**: Uses a custom wallet wrapper (whose `writeContract` returns a userOpHash) to verify end-to-end that the resolver converts the userOpHash into a real on-chain txHash.
- ZeroDev E2E tests require `BUNDLER_RPC_URL` and `WALLET_PRIVATE_KEY` in `.env`. Tests are automatically skipped when these are not configured.
* **Currency tokens**: If you pass a custom `currency` or `currencyToken`, ensure it is allowed for your chain: **Mainnet = WIP only**; **Aeneid = WIP or MERC20**. Using MERC20 on Mainnet (or an unsupported token on any chain) will now throw at runtime.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is only an explicit information that informs users the currency is not supported, and not a breaking change—i.e., users won’t need to change anything on their side. Is that correct?

- ZeroDev E2E tests require `BUNDLER_RPC_URL` and `WALLET_PRIVATE_KEY` in `.env`. Tests are automatically skipped when these are not configured.
* **Currency tokens**: If you pass a custom `currency` or `currencyToken`, ensure it is allowed for your chain: **Mainnet = WIP only**; **Aeneid = WIP or MERC20**. Using MERC20 on Mainnet (or an unsupported token on any chain) will now throw at runtime.
* **AA wallets**: Optional. Add `txHashResolver` only when your wallet’s `writeContract` returns a UserOperation hash; otherwise no change.
* No other breaking changes.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* No other breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants