Skip to content

Commit 9102993

Browse files
committed
Merge branch 'main' into tempo
2 parents c91a2fa + d8bde1e commit 9102993

File tree

13 files changed

+86
-97
lines changed

13 files changed

+86
-97
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1717
"onlyUpdatePeerDependentsWhenOutOfRange": true
1818
},
19-
"ignore": ["example-*", "test-*", "site", "test"]
19+
"ignore": ["example-*", "test-*", "site"]
2020
}

.changeset/dirty-olives-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-beers-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-doors-cheat.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/shy-geckos-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-comics-hammer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/actions/install-dependencies/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ runs:
66
steps:
77
- name: Set up foundry
88
uses: foundry-rs/foundry-toolchain@v1
9-
with:
10-
version: nightly
119

1210
- name: Set up pnpm
1311
uses: wevm/actions/.github/actions/pnpm@main

environments/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "playwright test"
1111
},
1212
"dependencies": {
13-
"next": "^16.0.8",
13+
"next": "^16.0.10",
1414
"react": "^19",
1515
"react-dom": "^19",
1616
"viem": "file:../../src/"

pnpm-lock.yaml

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# viem
22

3+
## 2.42.0
4+
5+
### Minor Changes
6+
7+
- [#4134](https://github.com/wevm/viem/pull/4134) [`d9d666beeccf748157d1292849f5a0d18768baf7`](https://github.com/wevm/viem/commit/d9d666beeccf748157d1292849f5a0d18768baf7) Thanks [@mikelxc](https://github.com/mikelxc)! - Added EntryPoint v0.9 support for Account Abstraction (ERC-4337).
8+
9+
- Added `entryPoint09Abi` and `entryPoint09Address` constants
10+
- Added `'0.9'` to `EntryPointVersion` type
11+
- Added `UserOperation<'0.9'>` with new `paymasterSignature` field for parallelizable paymaster signing
12+
- Updated `getUserOperationHash` to support v0.9 (uses EIP-712 typed data like v0.8)
13+
- Updated `toPackedUserOperation` to handle `paymasterSignature`
14+
- Updated `prepareUserOperation` type definitions for v0.9
15+
16+
### Patch Changes
17+
18+
- [#4145](https://github.com/wevm/viem/pull/4145) [`6104df73f8f38b55dc04174523ade8f25436f6da`](https://github.com/wevm/viem/commit/6104df73f8f38b55dc04174523ade8f25436f6da) Thanks [@myronrotter](https://github.com/myronrotter)! - Added Taiko Hoodi Testnet.
19+
20+
- [#4144](https://github.com/wevm/viem/pull/4144) [`6e6543861d95f8ebf6167a077dce39f1fe6febfa`](https://github.com/wevm/viem/commit/6e6543861d95f8ebf6167a077dce39f1fe6febfa) Thanks [@chawyehsu](https://github.com/chawyehsu)! - Add Stable Testnet
21+
22+
- [#4137](https://github.com/wevm/viem/pull/4137) [`97cec97451ff88ddaebf3b2a2a10fdb81e28b0da`](https://github.com/wevm/viem/commit/97cec97451ff88ddaebf3b2a2a10fdb81e28b0da) Thanks [@akitothemoon](https://github.com/akitothemoon)! - Added Henesys network.
23+
24+
- [#4138](https://github.com/wevm/viem/pull/4138) [`cf7bcc86422c32d70023e196dc2a85f6ad690b27`](https://github.com/wevm/viem/commit/cf7bcc86422c32d70023e196dc2a85f6ad690b27) Thanks [@ihooni](https://github.com/ihooni)! - Support preconf for GIWA testnet
25+
326
## 2.41.2
427

528
### Patch Changes

0 commit comments

Comments
 (0)