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