-
Notifications
You must be signed in to change notification settings - Fork 3
fix: fix parse unit error when value is 1e format #115
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
Conversation
📝 WalkthroughWalkthroughThe changes modify how numerical values are formatted before being processed. In one module, the Coingecko provider now rounds timestamps down to the nearest whole number using 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (5)
🧰 Additional context used📓 Path-based instructions (2)`**/*.ts`:
`**/providers/**/*.ts`: Review provider files for the following: - Providers should supply narrowly scoped data/resources. - Ensure classes interacting with metadata sources (e...
🧬 Code Definitions (3)packages/processors/src/processors/strategy/easyRetroFunding/easyRetroFunding.handler.ts (1)
packages/processors/src/processors/allo/handlers/poolMetadataUpdated.handler.ts (1)
packages/processors/src/processors/strategy/donationVotingMerkleDistributionDirectTransfer/dvmdDirectTransfer.handler.ts (1)
⏰ Context from checks skipped due to timeout of 300000ms (1)
🔇 Additional comments (8)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
🤖 Linear
Closes PAR-XXX
Description
Checklist before requesting a review
Summary by CodeRabbit
These changes enhance the consistency and accuracy of financial data presentation across the platform.