@particle-network/universal-account-sdk 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.20]
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- Added EIP-7702 support for EOA delegation
|
|
7
|
+
- Added `useEIP7702` option to `ISmartAccountOptions` for enabling EIP-7702 delegation
|
|
8
|
+
- Added `authorizations` parameter to `sendTransaction` method for EIP-7702 authorization support
|
|
9
|
+
- Added `getEIP7702Deployments` method to retrieve EIP-7702 deployment addresses
|
|
10
|
+
- Added `getEIP7702Auth` method to create EIP-7702 delegation authorization
|
|
11
|
+
|
|
3
12
|
## [1.0.11]
|
|
4
13
|
|
|
5
14
|
### Added
|