@dynamic-labs/ethereum-aa 1.2.0-alpha.1 → 1.3.0
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 +29 -0
- package/package.json +7 -7
- package/src/ZeroDevConnector.cjs +0 -1
- package/src/ZeroDevConnector.d.ts +1 -1
- package/src/ZeroDevConnector.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
|
|
2
|
+
## [1.3.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.2.0...v1.3.0) (2024-03-05)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add okx and bitget starknet wallets ([#4837](https://github.com/dynamic-labs/DynamicAuth/issues/4837)) ([181a111](https://github.com/dynamic-labs/DynamicAuth/commit/181a111b787306e5ac24616e5d3387db7db8fd18))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* improve offline error handling ([80386bf](https://github.com/dynamic-labs/DynamicAuth/commit/80386bfe538dc5a24be0692b3cdf49e8b264b41c))
|
|
13
|
+
|
|
14
|
+
## [1.2.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.2.0-alpha.1...v1.2.0) (2024-02-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add networkValidationMode and deprecate enableForcedNetworkValidation ([#4776](https://github.com/dynamic-labs/DynamicAuth/issues/4776)) ([d826bf7](https://github.com/dynamic-labs/DynamicAuth/commit/d826bf704814e69466f811186499839472d107fc))
|
|
20
|
+
* include l1 fee to gas estimation ([#4743](https://github.com/dynamic-labs/DynamicAuth/issues/4743)) ([601a7ab](https://github.com/dynamic-labs/DynamicAuth/commit/601a7ab07791e89b07eb70f2960ff855eff84a87))
|
|
21
|
+
* add FilterChain helper function ([#4632](https://github.com/dynamic-labs/DynamicAuth/issues/4632)) ([56d474b](https://github.com/dynamic-labs/DynamicAuth/commit/56d474bf50a566774179ae929c4587ef841809bc))
|
|
22
|
+
* allow exporting embedded wallets key/seed using email auth session ([#4580](https://github.com/dynamic-labs/DynamicAuth/issues/4580)) ([7b7a826](https://github.com/dynamic-labs/DynamicAuth/commit/7b7a8265ff16057284a50046f2310e1abdca5e50))
|
|
23
|
+
* add retry email otp in headless ([#4639](https://github.com/dynamic-labs/DynamicAuth/issues/4639)) ([70630e2](https://github.com/dynamic-labs/DynamicAuth/commit/70630e28e4b370581add65fc5f69c41c28346cc6))
|
|
24
|
+
* add tabs to wallet list view ([#4619](https://github.com/dynamic-labs/DynamicAuth/issues/4619)) ([c552a8e](https://github.com/dynamic-labs/DynamicAuth/commit/c552a8ec9a484b6015e95e9b3b30cd1cd151a45b))
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* enable Banxa for all chains ([#4791](https://github.com/dynamic-labs/DynamicAuth/issues/4791)) ([#4823](https://github.com/dynamic-labs/DynamicAuth/issues/4823)) ([18f76f7](https://github.com/dynamic-labs/DynamicAuth/commit/18f76f7798c58009a70a8322e87e78047a6e33a0))
|
|
29
|
+
* fix universal links when using walletconnect ([#4773](https://github.com/dynamic-labs/DynamicAuth/issues/4773)) ([#4779](https://github.com/dynamic-labs/DynamicAuth/issues/4779)) ([3186ef8](https://github.com/dynamic-labs/DynamicAuth/commit/3186ef8896cebd750d2998ad9cc43e4bd11a594a))
|
|
30
|
+
|
|
2
31
|
## [1.2.0-alpha.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2024-02-09)
|
|
3
32
|
|
|
4
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/ethereum-aa",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@zerodev/sdk": "^4.1.5",
|
|
30
30
|
"@dynamic-labs/sdk-api": "0.0.363",
|
|
31
|
-
"@dynamic-labs/logger": "1.
|
|
32
|
-
"@dynamic-labs/types": "1.
|
|
33
|
-
"@dynamic-labs/utils": "1.
|
|
34
|
-
"@dynamic-labs/viem-utils": "1.
|
|
35
|
-
"@dynamic-labs/wallet-book": "1.
|
|
36
|
-
"@dynamic-labs/wallet-connector-core": "1.
|
|
31
|
+
"@dynamic-labs/logger": "1.3.0",
|
|
32
|
+
"@dynamic-labs/types": "1.3.0",
|
|
33
|
+
"@dynamic-labs/utils": "1.3.0",
|
|
34
|
+
"@dynamic-labs/viem-utils": "1.3.0",
|
|
35
|
+
"@dynamic-labs/wallet-book": "1.3.0",
|
|
36
|
+
"@dynamic-labs/wallet-connector-core": "1.3.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"viem": "^1.19.13 || ^2.2.0"
|
package/src/ZeroDevConnector.cjs
CHANGED
|
@@ -122,7 +122,6 @@ class ZeroDevConnector extends walletConnectorCore.WalletConnectorBase {
|
|
|
122
122
|
}
|
|
123
123
|
getTransport(provider) {
|
|
124
124
|
const transport = viemUtils.confirmationTransport({
|
|
125
|
-
connector: this,
|
|
126
125
|
onPersonalSign: ({ message }) => _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
127
126
|
this._walletUiUtils.disabledConfirmationOnce();
|
|
128
127
|
return provider.signMessage(message);
|
|
@@ -10,7 +10,7 @@ type ZeroDevConnectorProps = {
|
|
|
10
10
|
};
|
|
11
11
|
evmNetworks: GenericNetwork[];
|
|
12
12
|
walletBook: WalletBookSchema;
|
|
13
|
-
walletUiUtils: WalletUiUtils
|
|
13
|
+
walletUiUtils: WalletUiUtils;
|
|
14
14
|
};
|
|
15
15
|
export declare class ZeroDevConnector extends WalletConnectorBase implements IAccountAbstractionWalletConnector {
|
|
16
16
|
projectId: string;
|
package/src/ZeroDevConnector.js
CHANGED
|
@@ -118,7 +118,6 @@ class ZeroDevConnector extends WalletConnectorBase {
|
|
|
118
118
|
}
|
|
119
119
|
getTransport(provider) {
|
|
120
120
|
const transport = confirmationTransport({
|
|
121
|
-
connector: this,
|
|
122
121
|
onPersonalSign: ({ message }) => __awaiter(this, void 0, void 0, function* () {
|
|
123
122
|
this._walletUiUtils.disabledConfirmationOnce();
|
|
124
123
|
return provider.signMessage(message);
|