@maci-protocol/website 0.0.0-ci.e7373db → 0.0.0-ci.e94886c

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/website",
3
- "version": "0.0.0-ci.e7373db",
3
+ "version": "0.0.0-ci.e94886c",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,7 +25,7 @@
25
25
  "@docusaurus/preset-classic": "^3.8.1",
26
26
  "@docusaurus/theme-classic": "^3.8.1",
27
27
  "@docusaurus/theme-common": "^3.8.1",
28
- "@easyops-cn/docusaurus-search-local": "^0.51.0",
28
+ "@easyops-cn/docusaurus-search-local": "^0.51.1",
29
29
  "@mdx-js/react": "^3.1.0",
30
30
  "clsx": "^2.1.1",
31
31
  "docusaurus-plugin-image-zoom": "^3.0.1",
@@ -41,7 +41,7 @@
41
41
  "@docusaurus/module-type-aliases": "^3.8.1",
42
42
  "@docusaurus/tsconfig": "^3.8.1",
43
43
  "@docusaurus/types": "^3.8.1",
44
- "@types/node": "^24.0.3",
44
+ "@types/node": "^24.0.7",
45
45
  "@types/react": "^19.1.8",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.8.3"
@@ -61,5 +61,5 @@
61
61
  "engines": {
62
62
  "node": ">=18.0"
63
63
  },
64
- "gitHead": "93852e84cf0b70ecc59477ea446ce1c3fdd57c41"
64
+ "gitHead": "8f4282a5ae0f9479b3c8723c513fc48ae56455a8"
65
65
  }
@@ -41,9 +41,7 @@ Refer to the [Glossary](#glossary) for definitions of terms.
41
41
  3. The signup period ends after a fixed amount of time. From that point onwards, users may no longer invoke `signUp()` in this contract.
42
42
 
43
43
  4. Each user votes. To do this, they:
44
-
45
44
  - Sign their command using the key which they had signed up with and then use a random (ephemeral) key as well as the coordinator's public key to generate a shared key (via ECDH) encrypt it.
46
-
47
45
  - If they are bribed, the user should sign it using an old public key which has already been replaced with a new one.
48
46
 
49
47
  - Otherwise, the user should use the most current public key they have registered.
@@ -53,9 +51,7 @@ Refer to the [Glossary](#glossary) for definitions of terms.
53
51
  5. The coordinator processes all the commands after the voting period ends.
54
52
 
55
53
  6. For each batch of commands, they perform the following steps:
56
-
57
54
  - Generate a new state root which is the result of:
58
-
59
55
  - For each valid command, in reverse order, update the state leaf accordingly
60
56
 
61
57
  - Ignore all invalid commands