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

chore: linting fixes, github actions tests, and remove completed todos #13

Merged
merged 5 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. chore(verifier.ts): remove commented out code and fix typo in comment

    feat(verifier.ts): add TODO comment to implement internal nullifier verification using RLNjs cache
    AtHeartEngineer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    dfa316b View commit details
    Browse the repository at this point in the history
  2. chore(tsconfig.json): update "files" property to "includes" and inclu…

    …de the entire "src" directory for better TypeScript compilation coverage
    AtHeartEngineer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a2e679a View commit details
    Browse the repository at this point in the history
  3. chore(tsconfig.json): remove unnecessary includes property and add mi…

    …ssing newline at the end of the file
    AtHeartEngineer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ac7b620 View commit details
    Browse the repository at this point in the history
  4. chore(eslintrc.cjs): add ESLint configuration file to the project

    fix(rooms.ts): remove unused import and type declaration
    fix(mock.ts): change variable declaration from 'let' to 'const' for loop variable
    fix(startup.ts): change variable declaration from 'let' to 'const' for userCount
    fix(utils.ts): change parameter type from 'BigInt' to 'bigint' in findGroupById function
    fix(verifier.ts): remove unused import statement for poseidon1 function
    AtHeartEngineer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b60f014 View commit details
    Browse the repository at this point in the history
  5. fix(startup.ts): fix assignment of loadedRooms variable to defaultRoo…

    …ms array
    
    refactor(startup.ts): change let to const for claimedRooms and alreadyAddedRooms arrays
    refactor(startup.ts): change let to const for r variable in response handling
    AtHeartEngineer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b79bc40 View commit details
    Browse the repository at this point in the history