@dynamic-labs/starknet-core 0.0.0-exp20240827.1 → 3.0.0-alpha.52

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -25
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,37 +1,15 @@
1
1
 
2
- ## [0.0.0-exp20240827.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.51...v0.0.0-exp20240827.1) (2024-08-27)
2
+ ## [3.0.0-alpha.52](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.51...v3.0.0-alpha.52) (2024-08-28)
3
3
 
4
4
 
5
- ### ⚠ BREAKING CHANGES
6
-
7
- * deprecate getEoaConnector (#6571)
8
- * limit methods and props returned by wallet.connector (#6540)
9
- * move generic solana code to solana-core package (#6701)
10
- * revamp ether v6 interface (#6548)
11
- * add ethereum wallet specific methods and intercept to sync when needed (#6662)
12
- * add solana wallet specific methods and intercept to sync when needed (#6608)
13
- * don't force primary wallet to be connected (#6128)
14
-
15
5
  ### Features
16
6
 
17
- * add bitcoin wallet specific methods and intercept to sync when needed ([#6663](https://github.com/dynamic-labs/DynamicAuth/issues/6663)) ([ee50002](https://github.com/dynamic-labs/DynamicAuth/commit/ee50002c36689fe55c694778d36e066d273da243))
18
- * add ethereum wallet specific methods and intercept to sync when needed ([#6662](https://github.com/dynamic-labs/DynamicAuth/issues/6662)) ([16b8038](https://github.com/dynamic-labs/DynamicAuth/commit/16b8038df17406ffee266b67f56ed61244c809ab))
19
- * add solana wallet specific methods and intercept to sync when needed ([#6608](https://github.com/dynamic-labs/DynamicAuth/issues/6608)) ([eb6518e](https://github.com/dynamic-labs/DynamicAuth/commit/eb6518e687c206f77fec1fe3ce7cb8a0c329787a))
20
- * add useSmartWallets hook to manage aa wallets ([#6564](https://github.com/dynamic-labs/DynamicAuth/issues/6564)) ([46b3454](https://github.com/dynamic-labs/DynamicAuth/commit/46b34543922417afc6588088f2ebe5ac1b078dcb))
21
- * don't force primary wallet to be connected ([#6128](https://github.com/dynamic-labs/DynamicAuth/issues/6128)) ([6069d5b](https://github.com/dynamic-labs/DynamicAuth/commit/6069d5bd278d8dedaf863a66f9b55bae52cfb1e2))
22
- * new prop to enable prompt for linking when account change is detected ([#6713](https://github.com/dynamic-labs/DynamicAuth/issues/6713)) ([6ef5276](https://github.com/dynamic-labs/DynamicAuth/commit/6ef52762611761f772d52abfc29471bc3a296a4b))
7
+ * add support for custom keplr chains ([#6635](https://github.com/dynamic-labs/DynamicAuth/issues/6635)) ([f0aa2da](https://github.com/dynamic-labs/DynamicAuth/commit/f0aa2dac2a2b259d145ff52174da7cc6ef963182))
23
8
 
24
9
 
25
10
  ### Bug Fixes
26
11
 
27
- * always sync wagmi client with primary wallet ([#6577](https://github.com/dynamic-labs/DynamicAuth/issues/6577)) ([7f728a8](https://github.com/dynamic-labs/DynamicAuth/commit/7f728a8388fe5f79d00519ba2384f58c99363a36))
28
- * wallet.chain references ([0b124f5](https://github.com/dynamic-labs/DynamicAuth/commit/0b124f50d10b5a932e68260433119a1a36584f2c))
29
-
30
-
31
- * deprecate getEoaConnector ([#6571](https://github.com/dynamic-labs/DynamicAuth/issues/6571)) ([cdf1ec5](https://github.com/dynamic-labs/DynamicAuth/commit/cdf1ec53876cde60f56554b9bde4bf98c9896eb1))
32
- * limit methods and props returned by wallet.connector ([#6540](https://github.com/dynamic-labs/DynamicAuth/issues/6540)) ([10b3bb1](https://github.com/dynamic-labs/DynamicAuth/commit/10b3bb1c3f9a9bc35d916d25968d1edda0883e42))
33
- * move generic solana code to solana-core package ([#6701](https://github.com/dynamic-labs/DynamicAuth/issues/6701)) ([dc9a573](https://github.com/dynamic-labs/DynamicAuth/commit/dc9a5736237e0244a6fa9b897c13679fa0a2a0bd))
34
- * revamp ether v6 interface ([#6548](https://github.com/dynamic-labs/DynamicAuth/issues/6548)) ([9babdef](https://github.com/dynamic-labs/DynamicAuth/commit/9babdefa53342762b7815a0bdc6c6e6472ec7c69))
12
+ * better error handling on solana transaction decoding ([#6731](https://github.com/dynamic-labs/DynamicAuth/issues/6731)) ([a71af86](https://github.com/dynamic-labs/DynamicAuth/commit/a71af869395c9b99c04f0cac78a73e1b2b17bafe))
35
13
 
36
14
  ## [3.0.0-alpha.51](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.50...v3.0.0-alpha.51) (2024-08-23)
37
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/starknet-core",
3
- "version": "0.0.0-exp20240827.1",
3
+ "version": "3.0.0-alpha.52",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "starknet": "5.25.0",
30
- "@dynamic-labs/rpc-providers": "0.0.0-exp20240827.1",
31
- "@dynamic-labs/types": "0.0.0-exp20240827.1"
30
+ "@dynamic-labs/rpc-providers": "3.0.0-alpha.52",
31
+ "@dynamic-labs/types": "3.0.0-alpha.52"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }