Commit fdd31f4
committed
refactor: Migrate from VocdoniApiService to DavinciSDK for census and election processes
- Updated CensusCreationScreen to utilize DavinciSDK for creating and managing census.
- Refactored CreateElectionScreen to use DavinciSDK for process creation and metadata handling.
- Modified ShowResultsScreen to fetch election results using DavinciSDK.
- Revamped VotingScreen to integrate DavinciSDK for vote submission and status tracking.
- Adjusted VoteOrchestrationService to conditionally include randomness in vote encryption.
- Updated DavinciCryptoService to handle optional 'k' parameter and improve type safety.
- Added tests for DavinciCryptoService to ensure correct output structure without 'k'.
- Bumped package version to 0.0.1 for release.1 parent 22b1813 commit fdd31f4
File tree
10 files changed
+535
-577
lines changed- examples
- script
- ui
- src/components
- src
- core/vote
- sequencer
- test/sequencer/integration
10 files changed
+535
-577
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
376 | 384 | | |
377 | 385 | | |
378 | 386 | | |
379 | 387 | | |
380 | 388 | | |
381 | 389 | | |
382 | 390 | | |
383 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
384 | 404 | | |
385 | 405 | | |
386 | 406 | | |
| |||
0 commit comments