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

refactor: organize crypto utils #288

Merged
merged 8 commits into from
Jul 16, 2024

Conversation

rohan-chaturvedi
Copy link
Member

🔍 Overview

Reorganizes related crypto utils, types and constants into separate files, all exported from @/utils/crypto.

🎯 Reviewer Focus

Ideally, all parts of the console that utilize any of these utils should be tested.

➕ Additional Context

This intended to clean up the code structure for better dev workflow, cleaner imports and reducing overall tech debt.

💚 Did You...

  • Ensure linting passes (code style checks)?
    - [ ] Update dependencies and lockfiles (if required)
  • Verify the app builds locally?
  • Manually test the changes on different browsers/devices?

@rohan-chaturvedi rohan-chaturvedi added frontend Change in frontend code typescript Pull requests that update Typescript code labels Jul 6, 2024
@rohan-chaturvedi rohan-chaturvedi merged commit 2211463 into main Jul 16, 2024
6 checks passed
@rohan-chaturvedi rohan-chaturvedi deleted the refactor--organize-crypto-utils branch July 16, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Change in frontend code typescript Pull requests that update Typescript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants