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

Conversation

AtHeartEngineer
Copy link
Contributor

No description provided.

feat(verifier.ts): add TODO comment to implement internal nullifier verification using RLNjs cache
…de the entire "src" directory for better TypeScript compilation coverage
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
…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 AtHeartEngineer changed the title chore(verifier.ts): remove completed todos chore: linting fixes, github actions tests, and remove completed todos Jul 26, 2023
@AtHeartEngineer AtHeartEngineer merged commit 7a49d88 into main Jul 26, 2023
@AtHeartEngineer AtHeartEngineer deleted the verifier branch July 26, 2023 04:54
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.

2 participants