@aztec/slasher 3.0.0-nightly.20251007 → 3.0.0-nightly.20251008
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 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -123,7 +123,6 @@ List of all slashable offenses in the system:
|
|
|
123
123
|
**Detection**: Validators detect invalid proposals during attestation validation.
|
|
124
124
|
**Target**: Proposer who broadcast the invalid block.
|
|
125
125
|
**Time Unit**: Slot-based offense.
|
|
126
|
-
**Note**: Not supported at the moment. Requires reexecution of proposals even when a validator is not part of the committee.
|
|
127
126
|
|
|
128
127
|
### PROPOSED_INSUFFICIENT_ATTESTATIONS
|
|
129
128
|
**Description**: A proposer submitted a block to L1 without sufficient committee attestations.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/slasher",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251008",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@aztec/epoch-cache": "3.0.0-nightly.
|
|
58
|
-
"@aztec/ethereum": "3.0.0-nightly.
|
|
59
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
60
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
61
|
-
"@aztec/l1-artifacts": "3.0.0-nightly.
|
|
62
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
63
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
57
|
+
"@aztec/epoch-cache": "3.0.0-nightly.20251008",
|
|
58
|
+
"@aztec/ethereum": "3.0.0-nightly.20251008",
|
|
59
|
+
"@aztec/foundation": "3.0.0-nightly.20251008",
|
|
60
|
+
"@aztec/kv-store": "3.0.0-nightly.20251008",
|
|
61
|
+
"@aztec/l1-artifacts": "3.0.0-nightly.20251008",
|
|
62
|
+
"@aztec/stdlib": "3.0.0-nightly.20251008",
|
|
63
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20251008",
|
|
64
64
|
"source-map-support": "^0.5.21",
|
|
65
65
|
"tslib": "^2.4.0",
|
|
66
66
|
"viem": "2.23.7",
|
|
67
67
|
"zod": "^3.23.8"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@aztec/aztec.js": "3.0.0-nightly.
|
|
70
|
+
"@aztec/aztec.js": "3.0.0-nightly.20251008",
|
|
71
71
|
"@jest/globals": "^30.0.0",
|
|
72
72
|
"@types/jest": "^30.0.0",
|
|
73
73
|
"@types/node": "^22.15.17",
|