@aztec/aztec 1.2.0 → 1.2.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.
@@ -92,7 +92,7 @@ export const alphaTestnetL2ChainConfig = {
92
92
  slashPruneMaxPenalty: 17n * (DefaultL1ContractsConfig.depositAmount / 100n),
93
93
  slashInactivityEnabled: true,
94
94
  slashInactivityCreateTargetPercentage: 1,
95
- slashInactivitySignalTargetPercentage: 1,
95
+ slashInactivitySignalTargetPercentage: 0.67,
96
96
  slashInactivityCreatePenalty: 17n * (DefaultL1ContractsConfig.depositAmount / 100n),
97
97
  slashInactivityMaxPenalty: 17n * (DefaultL1ContractsConfig.depositAmount / 100n),
98
98
  slashInvalidBlockEnabled: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js"
@@ -27,35 +27,35 @@
27
27
  "../package.common.json"
28
28
  ],
29
29
  "dependencies": {
30
- "@aztec/accounts": "1.2.0",
31
- "@aztec/archiver": "1.2.0",
32
- "@aztec/aztec-faucet": "1.2.0",
33
- "@aztec/aztec-node": "1.2.0",
34
- "@aztec/aztec.js": "1.2.0",
35
- "@aztec/bb-prover": "1.2.0",
36
- "@aztec/bb.js": "1.2.0",
37
- "@aztec/blob-sink": "1.2.0",
38
- "@aztec/bot": "1.2.0",
39
- "@aztec/builder": "1.2.0",
40
- "@aztec/cli": "1.2.0",
41
- "@aztec/cli-wallet": "1.2.0",
42
- "@aztec/constants": "1.2.0",
43
- "@aztec/entrypoints": "1.2.0",
44
- "@aztec/ethereum": "1.2.0",
45
- "@aztec/foundation": "1.2.0",
46
- "@aztec/kv-store": "1.2.0",
47
- "@aztec/noir-contracts.js": "1.2.0",
48
- "@aztec/noir-protocol-circuits-types": "1.2.0",
49
- "@aztec/p2p": "1.2.0",
50
- "@aztec/p2p-bootstrap": "1.2.0",
51
- "@aztec/protocol-contracts": "1.2.0",
52
- "@aztec/prover-client": "1.2.0",
53
- "@aztec/prover-node": "1.2.0",
54
- "@aztec/pxe": "1.2.0",
55
- "@aztec/stdlib": "1.2.0",
56
- "@aztec/telemetry-client": "1.2.0",
57
- "@aztec/txe": "1.2.0",
58
- "@aztec/world-state": "1.2.0",
30
+ "@aztec/accounts": "1.2.1",
31
+ "@aztec/archiver": "1.2.1",
32
+ "@aztec/aztec-faucet": "1.2.1",
33
+ "@aztec/aztec-node": "1.2.1",
34
+ "@aztec/aztec.js": "1.2.1",
35
+ "@aztec/bb-prover": "1.2.1",
36
+ "@aztec/bb.js": "1.2.1",
37
+ "@aztec/blob-sink": "1.2.1",
38
+ "@aztec/bot": "1.2.1",
39
+ "@aztec/builder": "1.2.1",
40
+ "@aztec/cli": "1.2.1",
41
+ "@aztec/cli-wallet": "1.2.1",
42
+ "@aztec/constants": "1.2.1",
43
+ "@aztec/entrypoints": "1.2.1",
44
+ "@aztec/ethereum": "1.2.1",
45
+ "@aztec/foundation": "1.2.1",
46
+ "@aztec/kv-store": "1.2.1",
47
+ "@aztec/noir-contracts.js": "1.2.1",
48
+ "@aztec/noir-protocol-circuits-types": "1.2.1",
49
+ "@aztec/p2p": "1.2.1",
50
+ "@aztec/p2p-bootstrap": "1.2.1",
51
+ "@aztec/protocol-contracts": "1.2.1",
52
+ "@aztec/prover-client": "1.2.1",
53
+ "@aztec/prover-node": "1.2.1",
54
+ "@aztec/pxe": "1.2.1",
55
+ "@aztec/stdlib": "1.2.1",
56
+ "@aztec/telemetry-client": "1.2.1",
57
+ "@aztec/txe": "1.2.1",
58
+ "@aztec/world-state": "1.2.1",
59
59
  "@types/chalk": "^2.2.0",
60
60
  "abitype": "^0.8.11",
61
61
  "chalk": "^5.3.0",
@@ -190,7 +190,7 @@ export const alphaTestnetL2ChainConfig: L2ChainConfig = {
190
190
  slashPruneMaxPenalty: 17n * (DefaultL1ContractsConfig.depositAmount / 100n),
191
191
  slashInactivityEnabled: true,
192
192
  slashInactivityCreateTargetPercentage: 1,
193
- slashInactivitySignalTargetPercentage: 1,
193
+ slashInactivitySignalTargetPercentage: 0.67,
194
194
  slashInactivityCreatePenalty: 17n * (DefaultL1ContractsConfig.depositAmount / 100n),
195
195
  slashInactivityMaxPenalty: 17n * (DefaultL1ContractsConfig.depositAmount / 100n),
196
196
  slashInvalidBlockEnabled: true,