Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(seed-mpc-db): Upgrade seed db performance, improve progress visibility #69

Merged
merged 27 commits into from
Mar 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
21fc1f4
updated logging
0xKitsune Feb 28, 2024
32f4031
insert all shares/masks concurrently, update logs
0xKitsune Feb 29, 2024
deffeb1
encode shares in parallel
0xKitsune Feb 29, 2024
ebc265d
template creation parallel
0xKitsune Feb 29, 2024
2e8a6b6
refactored logic
0xKitsune Feb 29, 2024
7555424
separated coordinator and participant insertion
0xKitsune Feb 29, 2024
9ead0dc
added time elapsed
0xKitsune Feb 29, 2024
8cb87ff
added time elapsed
0xKitsune Feb 29, 2024
34f42c2
updated insertion logic
0xKitsune Feb 29, 2024
ea42212
added print log while waiting for sync
0xKitsune Feb 29, 2024
477fd44
adjusted logs
0xKitsune Feb 29, 2024
f14ddb6
updated progress bars
0xKitsune Feb 29, 2024
0b6f3ea
clippy
0xKitsune Feb 29, 2024
daf9212
removed unused imports
0xKitsune Feb 29, 2024
c727e93
Merge pull request #68 from worldcoin/0xkitsune/seed-mpc-db-parallel
0xKitsune Feb 29, 2024
d5137e1
updated progress bars
0xKitsune Feb 29, 2024
e1bb31b
removed unused var
0xKitsune Feb 29, 2024
6c014d7
fmt
0xKitsune Feb 29, 2024
23a1ffb
adjust for 1 based indexing
0xKitsune Feb 29, 2024
b439809
sequentially insert masks and shares, update progress bar
0xKitsune Feb 29, 2024
f62a8db
updated insert starting from latest serial id
0xKitsune Mar 1, 2024
f790819
updated default vals
0xKitsune Mar 1, 2024
4f23f20
merge main
0xKitsune Mar 1, 2024
bd9feab
Merge branch 'main' into 0xkitsune/seed-mpc-db
0xKitsune Mar 1, 2024
308b981
clippy
0xKitsune Mar 1, 2024
7ac4887
cargo fmt
0xKitsune Mar 1, 2024
8c8739c
uncomment e2e
0xKitsune Mar 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
0xKitsune committed Feb 29, 2024
commit 6c014d735e9a77e14eed7e8e33732f564873a700
1 change: 0 additions & 1 deletion bin/utils/utils.rs
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ use seed_mpc_db::{seed_mpc_db, SeedMPCDb};
use sqs_query::{sqs_query, SQSQuery};
use sqs_receive::{sqs_receive, SQSReceive};


mod generate_mock_templates;
mod seed_iris_db;
mod seed_mpc_db;
Loading