-
Notifications
You must be signed in to change notification settings - Fork 394
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
Implicitly Existential: Add noImplicitAny to TypeScript config, fix related issues #330
Merged
Merged
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
1488eba
Specify a couple of reduce types to avoid anys
Shadowfiend 4c4711a
Add a few type packages
Shadowfiend 38a5ace
Drop unused state/db/migration templates
Shadowfiend 1da3e45
Move logger.ts anys to unknowns
Shadowfiend 898377f
Improve typing for prices.ts getEthereumTokenPrices
Shadowfiend 9e4e350
Ensure convertToEth can also take bigints directly
Shadowfiend a409b10
Specify reduxCache middleware type
Shadowfiend bf11816
Introduce a unified ActivityItem type for the UI
Shadowfiend b62362f
Specify get*State selector types
Shadowfiend b629bb6
Declare React event types in handlers
Shadowfiend 2fdd13d
Clean up background async thunk typing
Shadowfiend 1e1f46f
Adjust asset transfer schema validation to avoid anys
Shadowfiend 01269a6
Drop a type for placeholder data that is no longer relevant
Shadowfiend 50238cc
Type a couple of redux hooks
Shadowfiend fe9ebe9
Fix a couple of test types that are resolved as implicit any
Shadowfiend 931c44c
Tighten type guards for account/timestamp activities
Shadowfiend eac69e9
Fix up typing in webpack config
Shadowfiend 52710db
Add typing for the renameAndPickKeys helper
Shadowfiend a14fb41
checkIfPlausibleETHAddress now has a type for its parameter!
Shadowfiend 107f42b
Deal with Coingecko price validator's loose JDT typing
Shadowfiend c54ccec
Enable noImplicitAny in tsconfig
Shadowfiend 4c7d2ed
Include Alchemy JSON validation errors when warning about failure
Shadowfiend 0df26e3
Use Tally logger in alchemy.ts
Shadowfiend 91561bd
Avoid an error with long-decimal token prices
Shadowfiend ff7679e
Merge remote-tracking branch 'origin/main' into implicitly-existential
Shadowfiend 813666d
Merge branch 'main' into implicitly-existential
mhluongo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍