Releases: worldcoin/iris-mpc
Releases · worldcoin/iris-mpc
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