Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .nx/version-plans/version-plan-1761693747160.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
contracts-sdk: major
---

### Added `getVincentWrappedKeysAccs()`

- Returns an array of access control conditions that are used to encrypt/decrypt Vincent delegated wrapped keys.

### Removed `COMBINED_ABI` and `getPkpTokenId` exports

- These were intended to be internal-only details of the vincent-contracts-sdk
7 changes: 7 additions & 0 deletions .nx/version-plans/version-plan-1763390580106.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
app-sdk: minor
---

#### Add support for Vincent Wrapped Keys

- Updated internal sessionSig creation so that the `resourceAbilityRequests` includes the ability to decrypt access-control-condition restricted resources
6 changes: 4 additions & 2 deletions packages/apps/abilities-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@aa-sdk/core": "^4.53.1",
"@account-kit/infra": "^4.53.1",
"@account-kit/smart-contracts": "^4.53.1",
"@lit-protocol/encryption": "^7.3.1",
"@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
"@lit-protocol/vincent-ability-erc20-approval": "workspace:*",
"@lit-protocol/vincent-ability-erc20-transfer": "workspace:*",
Expand All @@ -30,10 +31,11 @@
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.44.2",
"@lit-protocol/auth-helpers": "^7.3.0",
"@lit-protocol/constants": "^7.2.3",
"@lit-protocol/auth-helpers": "^7.3.1",
"@lit-protocol/constants": "^7.3.1",
"@lit-protocol/contracts-sdk": "^7.2.3",
"@lit-protocol/lit-node-client": "^7.2.3",
"@lit-protocol/types": "^7.2.3",
"viem": "2.29.2"
}
}
Loading