@lit-protocol/vincent-ability-evm-transaction-signer 0.1.0 → 0.1.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/README.md +0 -2
- package/dist/README.md +0 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -17,7 +17,6 @@ This Vincent Ability is intended to be used with Vincent Policies, such as the [
|
|
|
17
17
|
The Transaction Signer Ability is built using the Vincent Ability SDK and provides a secure way to sign Ethereum transactions. Here's how it operates:
|
|
18
18
|
|
|
19
19
|
1. **Precheck Phase**: Validates the transaction structure and runs policy checks
|
|
20
|
-
|
|
21
20
|
- Deserializes the provided serialized transaction using ethers.js
|
|
22
21
|
- Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
|
|
23
22
|
- Returns deserialized transaction details for review
|
|
@@ -29,7 +28,6 @@ The Transaction Signer Ability is built using the Vincent Ability SDK and provid
|
|
|
29
28
|
### Workflow
|
|
30
29
|
|
|
31
30
|
1. **Precheck Phase**: Validates the transaction structure and runs policy checks
|
|
32
|
-
|
|
33
31
|
- Deserializes the provided serialized transaction using ethers.js
|
|
34
32
|
- Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
|
|
35
33
|
- Returns deserialized transaction details for review
|
package/dist/README.md
CHANGED
|
@@ -17,7 +17,6 @@ This Vincent Ability is intended to be used with Vincent Policies, such as the [
|
|
|
17
17
|
The Transaction Signer Ability is built using the Vincent Ability SDK and provides a secure way to sign Ethereum transactions. Here's how it operates:
|
|
18
18
|
|
|
19
19
|
1. **Precheck Phase**: Validates the transaction structure and runs policy checks
|
|
20
|
-
|
|
21
20
|
- Deserializes the provided serialized transaction using ethers.js
|
|
22
21
|
- Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
|
|
23
22
|
- Returns deserialized transaction details for review
|
|
@@ -29,7 +28,6 @@ The Transaction Signer Ability is built using the Vincent Ability SDK and provid
|
|
|
29
28
|
### Workflow
|
|
30
29
|
|
|
31
30
|
1. **Precheck Phase**: Validates the transaction structure and runs policy checks
|
|
32
|
-
|
|
33
31
|
- Deserializes the provided serialized transaction using ethers.js
|
|
34
32
|
- Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
|
|
35
33
|
- Returns deserialized transaction details for review
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lit-protocol/vincent-ability-evm-transaction-signer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"ethers": "^5.8.0",
|
|
9
9
|
"tslib": "2.8.1",
|
|
10
10
|
"zod": "^3.25.64",
|
|
11
|
-
"@lit-protocol/vincent-policy-contract-whitelist": "1.1.
|
|
11
|
+
"@lit-protocol/vincent-policy-contract-whitelist": "1.1.1",
|
|
12
12
|
"@lit-protocol/vincent-ability-sdk": "2.1.0"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@lit-protocol/vincent-app-sdk": "^2.
|
|
15
|
+
"@lit-protocol/vincent-app-sdk": "^2.2.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"esbuild": "^0.19.12",
|