Releases: privacy-scaling-explorations/p0tion
v1.2.6
v1.2.5
What's Changed
- fix: increase memory in startMultiPartUpload cloud function by @NicoSerranoP in #287
- increase memory in
startMultiPartUpload
cloud function by @NicoSerranoP in #288 - Increasing memory limit to 2gb in upload functions by @NicoSerranoP in #289
- Increasing memory limit to 2gb in upload functions by @NicoSerranoP in #290
- chore: increase memory for cloud functions by @ctrlc03 in #291
- chore: merge staging to dev by @ctrlc03 in #292
- chore: staging to main by @ctrlc03 in #293
- timeout - include COMPLETED by @glamperd in #298
- Update phase1 links by @glamperd in #296
- Update timeout function by @glamperd in #300
- Update Phase1 file links by @glamperd in #301
- Bump version to 1.2.4 by @glamperd in #304
- fix: increase memory limit of finalizeCeremony CF by @ctrlc03 in #294
- Fix the issue that 'Firebase Function' might can't deploy by @jayden-sudo in #309
New Contributors
- @jayden-sudo made their first contribution in #309
Full Changelog: v1.2.3...v1.2.5
v1.2.4
v1.2.3
What's Changed
- Main by @NicoSerranoP in #276
- redeploy firebase by @NicoSerranoP in #277
- Staging by @NicoSerranoP in #278
- List participants details by @NicoSerranoP in #279
- List participants details by @NicoSerranoP in #280
- List participant details by @NicoSerranoP in #281
- fix: use prod environment in tag npm publish workflow by @NicoSerranoP in #282
- 1.2.2 lerna by @NicoSerranoP in #283
- 1.2.2 with lerna by @NicoSerranoP in #284
- version 1.2.3 (correct env variables) by @NicoSerranoP in #285
- version 1.2.3 (correct env variables) by @NicoSerranoP in #286
Full Changelog: v1.2.0...v1.2.3
v1.2.0
What's Changed
- chore: fix typos by @shuoer86 in #232
- chore(merge) - dev to staging by @ctrlc03 in #237
- feat(setup-local-keys): do not compute zkeys again by @ctrlc03 in #241
- chore(merge) - dev to staging by @ctrlc03 in #242
- fix: r1cs iteration exit once section 1 read by @glamperd in #240
- chore(bump): bump to 1.1.1 by @ctrlc03 in #245
- chore(bump): bump to 1.1.1 by @ctrlc03 in #246
- ffjavascript(fix): avoid module because of web-worker error by @NicoSerranoP in #247
- fix(deps): fix broken dep by @ctrlc03 in #248
- fix: typos by @GoodDaisy in #250
- Authentication with Bandada by @NicoSerranoP in #244
- chore: dev to staging by @ctrlc03 in #253
- workflow(fix): silent sed errors by @NicoSerranoP in #254
- Sed silent by @NicoSerranoP in #255
- Revert "Sed silent" by @NicoSerranoP in #256
- Revert "Revert "Sed silent"" by @NicoSerranoP in #257
- Feat/nico/list ceremony participants by @NicoSerranoP in #258
- List participants of ceremony (still pending) by @NicoSerranoP in #259
- send public folder to cli directory by @NicoSerranoP in #261
- Make public folder available for CLI by @NicoSerranoP in #262
- docs(fix): specify functions permissions the first time by @NicoSerranoP in #263
- Feat/nico/siwe device flow by @NicoSerranoP in #269
- feat(contribute.ts): avoid duplicate invocation of compute step by @glamperd in #270
- test auth:siwe in staging (with Firebase environment) by @NicoSerranoP in #271
- Fix/nico/siwe observations by @NicoSerranoP in #272
- siwe(feat): control errors in oauth device code by @NicoSerranoP in #273
- dev to staging by @NicoSerranoP in #275
- chore(repo): merge staging to main by @ctrlc03 in #243
New Contributors
- @shuoer86 made their first contribution in #232
- @glamperd made their first contribution in #240
- @GoodDaisy made their first contribution in #250
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Summary
- v1.1.0 bring an improved sybil resistance mechanism: we now check the age of a GitHub account before registering it on the backend
- support authentication without a graphical system like Docker or a remote server
- various bug fixes
What's Changed
- fix(contribution-steps) - allow more time between steps and ui improvements by @ctrlc03 in #209
- fix(vm): always stop the VM even on SSM errors by @ctrlc03 in #210
- fix(auth): support systems without gui and clipboard utilities for auth by @ctrlc03 in #212
- fix(timeout): allow larger timeout when generating signed-urls for upload by @ctrlc03 in #215
- fix(ci): fix an issue with circular dependencies by @ctrlc03 in #218
- fix: some typos by @vuittont60 in #216
- chore(.gitignore): ignore
.idea
by @sripwoud in #223 - test: fix
test
script and 2 test cases by @sripwoud in #224 - chore: format, lint by @sripwoud in #225
- add instance profile ARN to
.env.default
and use it when creating EC2 instance by @Sladuca in #196 - feat(sybil): add GH age check by @ctrlc03 in #229
- fix(timeout): fix wrong variable name from deconstructing ceremony data by @ctrlc03 in #231
- fix(test) - add missing param by @ctrlc03 in #233
New Contributors
- @vuittont60 made their first contribution in #216
- @sripwoud made their first contribution in #223
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
-
feat(contribute): cli flag for auth token (run on VM) by @ctrlc03 in #159
-
refactor(ui/ux): small changes for a better ui/ux by @ctrlc03 in #178
-
refactor (ui) - add private profile info by @ctrlc03 in #179
-
waitForVMCommandExecution
doesn't exit loop onPENDING
orIN_PROGRESS
states by @Sladuca in #190 -
fix(vm): fix deprecated node setup script by @ctrlc03 in #194
-
fix(vm): stop vm even on verification failing by @ctrlc03 in #158
-
fix(setup): remove S3 usage and download from URL by @ctrlc03 in #157
-
fix(timeout): fix issue with timing out while in upload phase by @ctrlc03 in #168
-
fix(finalization): fix various bugs and add non interactive auth by @ctrlc03 in #172
-
build(cleanup): removed puppeteer and related tests by @ctrlc03 in #173
-
ci: update string literals in ts files for staging/dev environment by @gurrpi in #160
-
Fix missing dependencies of cli for staging environment by @gurrpi in #165
New Contributors
Full Changelog: v1.0.8...v1.0.9
v1.0.7
Added support for Github OAuth 2.0 authentication token with the -a
, --auth
option.
What's Changed
- fix(finalization): fix various bugs and add non interactive auth #172
- fix(timeout): fix issue with timing out while in upload phase #168
- fix(vm): stop vm even on verification failing #158
- fix(setup): remove S3 usage and download from URL #157
- chore(setup): add spinner for zKey generation #154
Full Changelog: v1.0.6...v1.0.7