@lit-protocol/vincent-ability-aave 1.0.1-mma → 1.0.1
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 +30 -0
- package/dist/CHANGELOG.md +22 -0
- package/dist/package.json +2 -2
- package/dist/src/generated/lit-action.js +2 -2
- package/dist/src/generated/vincent-ability-metadata.json +1 -1
- package/dist/src/lib/helpers/aave.d.ts +4 -3
- package/dist/src/lib/helpers/aave.d.ts.map +1 -1
- package/dist/src/lib/helpers/aave.js +8 -27
- package/dist/src/lib/helpers/aave.js.map +1 -1
- package/dist/src/lib/validateSimulation.d.ts.map +1 -1
- package/dist/src/lib/validateSimulation.js +7 -7
- package/dist/src/lib/validateSimulation.js.map +1 -1
- package/dist/src/lib/validateTransaction.js +7 -9
- package/dist/src/lib/validateTransaction.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## 1.0.1 (2026-01-08)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated ability-sdk to 2.4.1
|
|
6
|
+
- Updated app-sdk to 2.5.2
|
|
7
|
+
- Updated contracts-sdk to 7.0.0
|
|
8
|
+
|
|
9
|
+
# 1.0.0 (2026-01-07)
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- Fix support for borrow and repay operations by fixing addresses checksum, permitting configurable spender in approval txs builder function and considering both spenders in validations ([#437](https://github.com/LIT-Protocol/Vincent/pull/437))
|
|
14
|
+
|
|
15
|
+
### ⚠️ Breaking Changes
|
|
16
|
+
|
|
17
|
+
- Export Vincent Gated Signer abilities builder function and use it in the aave ability to convert it into a gated signer one ([ce148136](https://github.com/LIT-Protocol/Vincent/commit/ce148136))
|
|
18
|
+
- Adds fee contract in between supply and withdraw aave operations to support app devs ([#434](https://github.com/LIT-Protocol/Vincent/pull/434))
|
|
19
|
+
|
|
20
|
+
### 🧱 Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated ability-sdk to 2.4.0
|
|
23
|
+
- Updated app-sdk to 2.5.1
|
|
24
|
+
- Updated contracts-sdk to 6.0.0
|
|
25
|
+
|
|
26
|
+
### ❤️ Thank You
|
|
27
|
+
|
|
28
|
+
- Federico Amura @FedericoAmura
|
|
29
|
+
- FedericoAmura @FedericoAmura
|
|
30
|
+
|
|
1
31
|
## 0.2.8 (2025-11-23)
|
|
2
32
|
|
|
3
33
|
### 🧱 Updated Dependencies
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# 1.0.0 (2026-01-07)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Fix support for borrow and repay operations by fixing addresses checksum, permitting configurable spender in approval txs builder function and considering both spenders in validations ([#437](https://github.com/LIT-Protocol/Vincent/pull/437))
|
|
6
|
+
|
|
7
|
+
### ⚠️ Breaking Changes
|
|
8
|
+
|
|
9
|
+
- Export Vincent Gated Signer abilities builder function and use it in the aave ability to convert it into a gated signer one ([ce148136](https://github.com/LIT-Protocol/Vincent/commit/ce148136))
|
|
10
|
+
- Adds fee contract in between supply and withdraw aave operations to support app devs ([#434](https://github.com/LIT-Protocol/Vincent/pull/434))
|
|
11
|
+
|
|
12
|
+
### 🧱 Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated ability-sdk to 2.4.0
|
|
15
|
+
- Updated app-sdk to 2.5.1
|
|
16
|
+
- Updated contracts-sdk to 6.0.0
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- Federico Amura @FedericoAmura
|
|
21
|
+
- FedericoAmura @FedericoAmura
|
|
22
|
+
|
|
1
23
|
## 0.2.8 (2025-11-23)
|
|
2
24
|
|
|
3
25
|
### 🧱 Updated Dependencies
|
package/dist/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lit-protocol/vincent-ability-aave",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@bgd-labs/aave-address-book": "^4.19.3",
|
|
9
9
|
"@lit-protocol/vincent-ability-sdk": "workspace:*",
|
|
10
|
+
"@lit-protocol/vincent-contracts-sdk": "workspace:*",
|
|
10
11
|
"tslib": "2.8.1",
|
|
11
12
|
"viem": "^2.38.3"
|
|
12
13
|
},
|
|
@@ -16,7 +17,6 @@
|
|
|
16
17
|
"devDependencies": {
|
|
17
18
|
"@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
|
|
18
19
|
"@lit-protocol/vincent-app-sdk": "workspace:^",
|
|
19
|
-
"@lit-protocol/vincent-contracts-sdk": "workspace:*",
|
|
20
20
|
"esbuild": "^0.19.12",
|
|
21
21
|
"ipfs-only-hash": "^4.0.0"
|
|
22
22
|
},
|