OIDC/update sub repos#70
Merged
calvogenerico merged 12 commits intofeat/oidc-account-recoveryfrom Feb 19, 2025
Merged
Conversation
Updated circuits and contracts submodules. Added idea files to .gitignore
Update circuits and contracts sub modules.
matias-gonz
approved these changes
Feb 18, 2025
updated circuit submodule
using automatic eslint fix on authserver.
Make key registry package pass lint. Updated logic to fetch keys considering that now the contract reverts when a key does not exist.
- Make oidc key registry server use regular node instead of bun. - Code adapted to lint rules.
little adjustments for ci and lint.
|
Visit the preview URL for this PR (updated for commit 6a8f3f1): https://zksync-auth-server-staging--pr70-oidc-update-sub-repo-8xc9qi4a.web.app (expires Wed, 26 Feb 2025 11:20:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 509a9c9ea42583076f531c53cf2979c544d5d0b7 |
cpb8010
pushed a commit
that referenced
this pull request
Jul 16, 2025
* chore: updated submodules Updated circuits and contracts submodules. Added idea files to .gitignore * chore: update sub repos Update circuits and contracts sub modules. * chore: updated circuit submodule updated circuit submodule * chore: fix auth server lint using automatic eslint fix on authserver. * chore: lint for key registry Make key registry package pass lint. Updated logic to fetch keys considering that now the contract reverts when a key does not exist. * chore: apply standards - Make oidc key registry server use regular node instead of bun. - Code adapted to lint rules. * chore: ci and lint little adjustments for ci and lint. * chore: added jose to spelling * chore: ignoring circuits in cspell * chore: bump circuits * chore: bump es build target * fix: disabled server side rendering
cpb8010
pushed a commit
that referenced
this pull request
Jul 16, 2025
* chore: updated submodules Updated circuits and contracts submodules. Added idea files to .gitignore * chore: update sub repos Update circuits and contracts sub modules. * chore: updated circuit submodule updated circuit submodule * chore: fix auth server lint using automatic eslint fix on authserver. * chore: lint for key registry Make key registry package pass lint. Updated logic to fetch keys considering that now the contract reverts when a key does not exist. * chore: apply standards - Make oidc key registry server use regular node instead of bun. - Code adapted to lint rules. * chore: ci and lint little adjustments for ci and lint. * chore: added jose to spelling * chore: ignoring circuits in cspell * chore: bump circuits * chore: bump es build target * fix: disabled server side rendering
cpb8010
pushed a commit
that referenced
this pull request
Jul 16, 2025
* chore: updated submodules Updated circuits and contracts submodules. Added idea files to .gitignore * chore: update sub repos Update circuits and contracts sub modules. * chore: updated circuit submodule updated circuit submodule * chore: fix auth server lint using automatic eslint fix on authserver. * chore: lint for key registry Make key registry package pass lint. Updated logic to fetch keys considering that now the contract reverts when a key does not exist. * chore: apply standards - Make oidc key registry server use regular node instead of bun. - Code adapted to lint rules. * chore: ci and lint little adjustments for ci and lint. * chore: added jose to spelling * chore: ignoring circuits in cspell * chore: bump circuits * chore: bump es build target * fix: disabled server side rendering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pr makes several fixes to bump everything to last version and keep coherence inside the repo.