Commit ee5b60f
* feat(gateway-contracts): implement exceptional keygen corrective flow
* feat(gateway-contracts): implement exceptional keygen corrective flow
* test(gateway-contracts): add test for exceptional keygen corrective flow
* chore(gateway-contracts): update bindings and selectors
* ci(gateway-contracts): enable upgrade CI test for KMSGeneration contract
* test(gateway-contracts): fix mock contracts tests
* ci(gateway-contracts): fix upgrade CI test for KMSGeneration contract
* refactor(gateway-contracts): remove epoch ID logic from keygen and rename reshare method
* refactor(gateway-contracts): properly mock the epoch ID
* refactor(gateway-contracts): replace epoch mention by keyReshare
* feat(kms-connector): prss_init and retry keygen reshare support (#1151)
* feat(kms-connector): support prss init flow
* feat(kms-connector): support retry keygen reshare flow
* chore(gateway-contracts): implement hardhat tasks for key resharing methods
* feat(gateway-contracts): implement exceptional keygen corrective flow
* feat(gateway-contracts): implement exceptional keygen corrective flow
* test(gateway-contracts): add test for exceptional keygen corrective flow
* chore(gateway-contracts): update bindings and selectors
* ci(gateway-contracts): enable upgrade CI test for KMSGeneration contract
* test(gateway-contracts): fix mock contracts tests
* ci(gateway-contracts): fix upgrade CI test for KMSGeneration contract
* refactor(gateway-contracts): remove epoch ID logic from keygen and rename reshare method
* refactor(gateway-contracts): properly mock the epoch ID
* refactor(gateway-contracts): replace epoch mention by keyReshare
* chore(gateway-contracts): implement hardhat tasks for key resharing methods
* test(gateway-contracts): add key resharing tasks unit tests
* chore(kms-connector): improve error handling
* chore(test-suite): update connector and gateway
* fix(kms-connector): fix prss init encoding
---------
Co-authored-by: eudelins-zama <simon.eudeline@zama.ai>
1 parent 85e7388 commit ee5b60f
File tree
37 files changed
+2565
-193
lines changed- gateway-contracts
- contracts
- interfaces
- mocks
- rust_bindings/src
- scripts
- tasks
- test
- mocks
- tasks
- utils
- kms-connector
- .sqlx
- connector-db/migrations
- crates
- gw-listener
- src/core
- tests
- kms-worker
- src/core
- event_processor
- tests/event_picker
- utils/src/types
- test-suite/fhevm
37 files changed
+2565
-193
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| 171 | + | |
| 172 | + | |
166 | 173 | | |
167 | 174 | | |
168 | 175 | | |
| |||
192 | 199 | | |
193 | 200 | | |
194 | 201 | | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
202 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
203 | 215 | | |
204 | 216 | | |
205 | 217 | | |
| |||
417 | 429 | | |
418 | 430 | | |
419 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
420 | 465 | | |
421 | 466 | | |
422 | 467 | | |
| |||
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
76 | 92 | | |
77 | 93 | | |
78 | 94 | | |
| |||
142 | 158 | | |
143 | 159 | | |
144 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
145 | 174 | | |
146 | 175 | | |
147 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
67 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Large diffs are not rendered by default.
0 commit comments