Releases: worldcoin/iris-mpc
Releases · worldcoin/iris-mpc
key manager impl
What's Changed
- release by @wojciechsromek in #177
- chore: Enable NCCL debug by @wojciechsromek in #178
- [MPC-6] remove the http servers used for establishing the commmunication by @dkales in #179
- Pop 1769 node key manager by @carlomazzaferro in #180
Full Changelog: v0.2.2-alpha...v0.2.3-alpha
v0.2.2-alpha
What's Changed
- release: v0.2.1-alpha by @wojciechsromek in #174
- fix: Add SYNC_PORT to deployments by @wojciechsromek in #175
- debug: Cublas issue by @wojciechsromek in #176
Full Changelog: v0.2.1-alpha...v0.2.2-alpha
v0.2.1-alpha
What's Changed
- release: 0.2.0-alpha by @wojciechsromek in #167
- refactor: small cleanup by @dkales in #169
- build(deps): bump tokio from 1.38.1 to 1.39.2 by @dependabot in #168
- startup_sync: share database state and abort of out-of-sync [MPC-42] by @naure in #135
- DB rollback [MPC-43] by @naure in #157
- chore: Set eth0 as NCCL socket, use new NCCL version by @wojciechsromek in #173
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
What's Changed
- release new version by @wojciechsromek in #165
- chore: Add client to the dockerfile for test in stage by @wojciechsromek in #166
Full Changelog: v0.1.9-alpha...v0.2.0-alpha
v0.1.9-alpha
What's Changed
- release: Deploy v0.1.8-alpha do staging by @wojciechsromek in #161
- fix: Healthcheck port configuration by @wojciechsromek in #162
- chore: Disable debug config print and NCCL logs for now by @wojciechsromek in #163
Full Changelog: v0.1.8-alpha...v0.1.9-alpha
v0.1.8-alpha
What's Changed
- chore: Hardcode ports exposed by the helm chart by @wojciechsromek in #153
- debug: Add env vars to enable debugging by @wojciechsromek in #154
- cleanup: Unneeded ports by @wojciechsromek in #155
- debugging: Full stacktrace by @wojciechsromek in #156
- dzejkop/versions and stuff by @Dzejkop in #89
- feat: enable datadog for application by @MichalLeszczynski in #158
- revert-sqs: delete messages immediately by @naure in #140
- fix-results-loop: store results only once by @naure in #139
- chore: Try improving the stack trace in staging by @wojciechsromek in #160
New Contributors
- @Dzejkop made their first contribution in #89
- @MichalLeszczynski made their first contribution in #158
Full Changelog: v0.1.7-alpha...v0.1.8-alpha
v0.1.7-alpha
What's Changed
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #134
- build(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #141
- two-eyes-db: support two eyes in storage by @naure in #142
- chore: Deploy v0.1.6-alpha to stage by @wojciechsromek in #147
- serial-ids: use in-memory index as storage IDs by @naure in #137
- revert: add EBS to deployment (#136) by @jozwior in #148
- feat: upgrade gpu-iris-mpc image tag by @jazzbee in #149
- chore: Fix Dockerfile + provide IP for the party 0 by @wojciechsromek in #152
Full Changelog: v0.1.6-alpha...v0.1.7-alpha
v0.1.6-alpha
What's Changed
- first draft of server as actor in own module by @dkales in #104
- feat: Add one-time-pad encryption for network transfers using the correlated randomness. Can be activated with the otp_encrypt feature flag. by @rw0x0 in #102
- build(deps): bump thiserror from 1.0.61 to 1.0.62 by @dependabot in #108
- store: introduce postgres [MPC-1] [MPC-2] by @naure in #56
- Monitor healthcheck task for failures by @teor2345 in #92
- chore: Hide database URL in config debug printing by @wojciechsromek in #115
- chore: Enable TLS for DB communication by @wojciechsromek in #117
- build(deps): upgrade various dependencies by @dkales in #114
- feat: Add release drafter by @jozwior in #70
- build(deps): bump tokio from 1.38.0 to 1.38.1 by @dependabot in #118
- fix: free up device allocated memory [MPC-3] by @rdragos in #73
- SQS at the end [MPC-12] by @naure in #122
- fix: build nccl in separate workflow by @jazzbee in #120
- feat: move configuration file from WF to TFH by @jazzbee in #121
- db-order-by: load the database in a deterministic order [MPC-2] by @naure in #123
- feat: common value file for deployment by @jazzbee in #127
- Chunk DB and use streams for phase 2 by @philsippl in #116
- fix: move envs to separate files by @jazzbee in #128
- fix: Rename KMS IDs to ARNs by @wojciechsromek in #129
- chore(refactor): Move server initialization logic into separate init functions by @0xKitsune in #130
- fix: preliminary fix for server hangs by @dkales in #133
- chore(tests): Move tests located in
bin
totests
by @0xKitsune in #124 - fix(server): Add server bin to
Cargo.toml
by @0xKitsune in #138 - feat: add EBS to deployment by @jazzbee in #136
- chore: Disable writing/reading the dbs to disk by @wojciechsromek in #146
New Contributors
- @0xKitsune made their first contribution in #130
Full Changelog: v0.1.5-alpha...v0.1.6-alpha
v0.1.5-alpha
Merge pull request #109 from worldcoin/feat-donot-run-root feat: don't run on root user
v0.1.4-alpha: Merge pull request #103 from worldcoin/feat-update-dockerfile
feat: update dockerfile