Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/relayer refactor #4

Merged
merged 49 commits into from
Apr 4, 2024
Merged

Feat/relayer refactor #4

merged 49 commits into from
Apr 4, 2024

Conversation

SoraSuegami
Copy link
Contributor

It has the following changes:

  1. Update the utils package.
    I added some functions exposed for nodejs to the utils packages, renamed AccountKey and WalletSalt to AccountCode and AccountSalt, and moved the generate_email_auth_input function from the relayer to utils package.
  2. Update the circuits package.
    I modified the scripts and tests (not circom circuits) in the circuits package to follow the above updates. I ensured that the circuits tests passed using the generate_email_auth_input function.
  3. Update the relayer package.
    I modified the relayer rust codes to follow the above updates. Specifically, I renamed account_key to account_code.

@SoraSuegami SoraSuegami requested a review from Bisht13 April 3, 2024 22:18
@Bisht13 Bisht13 merged commit e7cf23e into feat/relayer Apr 4, 2024
4 checks passed
@Bisht13 Bisht13 deleted the feat/relayer-refactor branch April 4, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants