Skip to content

Commit 69e25c2

Browse files
Merge pull request #410 from LIT-Protocol/feat/wks-2
feat: Vincent Wrapped Keys (Platform User)
2 parents 73b21ce + 6e76a79 commit 69e25c2

File tree

49 files changed

+1523
-989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1523
-989
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
contracts-sdk: major
3+
---
4+
5+
### Added `getVincentWrappedKeysAccs()`
6+
7+
- Returns an array of access control conditions that are used to encrypt/decrypt Vincent delegated wrapped keys.
8+
9+
### Removed `COMBINED_ABI` and `getPkpTokenId` exports
10+
11+
- These were intended to be internal-only details of the vincent-contracts-sdk
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
app-sdk: minor
3+
---
4+
5+
#### Add support for Vincent Wrapped Keys
6+
7+
- Updated internal sessionSig creation so that the `resourceAbilityRequests` includes the ability to decrypt access-control-condition restricted resources

packages/apps/abilities-e2e/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@aa-sdk/core": "^4.53.1",
77
"@account-kit/infra": "^4.53.1",
88
"@account-kit/smart-contracts": "^4.53.1",
9+
"@lit-protocol/encryption": "^7.3.1",
910
"@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
1011
"@lit-protocol/vincent-ability-erc20-approval": "workspace:*",
1112
"@lit-protocol/vincent-ability-erc20-transfer": "workspace:*",
@@ -30,10 +31,11 @@
3031
},
3132
"devDependencies": {
3233
"@dotenvx/dotenvx": "^1.44.2",
33-
"@lit-protocol/auth-helpers": "^7.3.0",
34-
"@lit-protocol/constants": "^7.2.3",
34+
"@lit-protocol/auth-helpers": "^7.3.1",
35+
"@lit-protocol/constants": "^7.3.1",
3536
"@lit-protocol/contracts-sdk": "^7.2.3",
3637
"@lit-protocol/lit-node-client": "^7.2.3",
38+
"@lit-protocol/types": "^7.2.3",
3739
"viem": "2.29.2"
3840
}
3941
}

0 commit comments

Comments
 (0)