Skip to content

Releases: privacy-scaling-explorations/p0tion

v1.2.3

10 Apr 23:37
v1.2.3
3ab527d
Compare
Choose a tag to compare
v1.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0...v1.2.3

v1.2.0

09 Apr 22:16
a958d37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 Nov 09:30
bc780c8
Compare
Choose a tag to compare

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

Full Changelog: v1.0.9...v1.1.0

v1.0.9

20 Oct 13:09
v1.0.9
bf3a814
Compare
Choose a tag to compare

What's Changed

  • feat(contribute): cli flag for auth token (run on VM) by @ctrlc03 in #159

  • feat(cors): add more CORS options by @ctrlc03 in #184

  • 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 on PENDING or IN_PROGRESS states by @Sladuca in #190

  • fix cfOrVm prompt by @Sladuca in #195

  • fix(vm): fix verification script by @ctrlc03 in #197

  • 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

24 Aug 08:38
v1.0.7
0cc9afa
Compare
Choose a tag to compare

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

v1.0.6

16 Aug 16:50
v1.0.6
f6f48a2
Compare
Choose a tag to compare

What's Changed

Store user avatar from public GitHub API #143

Fixes

GitHub users without display name are not able to login #141
Reduce GitHub API calls / 3 #144
fix: fix log level to INFO when user failed to pass GitHub reputation check #138

Full Changelog: v1.0.5...v1.0.6