Conversation
…d Jest (#311) * feat: add security testing framework and configuration for Cypress and Jest * feat: update Cypress configuration and commands for improved security testing * add dependency
* refactor: update sender fee calculation to use human-readable cap - Changed maxFeeCapInBaseUnits to derive from a human-readable max fee cap for clarity. - Improved code readability by separating human-readable and base unit calculations. - Ensured consistency in fee calculations for local transfers. * feat: replace Noblocks logo with holiday-themed SVG * refactor: simplify max fee cap calculation in calculateSenderFee function --------- Co-authored-by: Chibuotu Amadi <chibuotu@gmail.com> Co-authored-by: Francis Ocholi <5raan6@gmail.com>
…related components (#315) * feat: remove references to Hedera Mainnet from network filtering and related components * feat: remove Hedera Mainnet reference from gateway contract address mapping
…e unused scroll effect in TransactionStatus (#318)
* feat: add Ethereum support with RPC URLs and token definitions * feat: update token addresses for USDC, USDT, and cNGN in FALLBACK_TOKENS --------- Co-authored-by: chibie <chibuotu@gmail.com>
* feat: enhance Brevo chat widget integration * fix: correct Brevo chat widget group ID property name and update integration logic * Update app/components/AppLayout.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update app/components/AppLayout.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .env.example Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: chibie <chibuotu@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Changed footer rocket illustration to a new Santa illustration. - Adjusted margin in WalletView component for better spacing. - Simplified conditional logic in network filtering.
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull request introduces several improvements and updates across the application, focusing on seasonal branding, Brevo chat widget enhancements, network support adjustments, and critical security documentation. The most notable changes include a comprehensive security analysis report, seasonal UI updates for the holidays, and improved configuration and logic for the Brevo chat widget. Additionally, there are refinements to the supported blockchain networks and minor usability enhancements.
Security & Documentation
SECURITY_REPORT.md), highlighting critical gaps in testing infrastructure, identifying high-risk areas (such as authentication, transaction processing, and input validation), and providing a phased strategy for implementing security tests. This report serves as a roadmap for immediate and future security improvements.UI/UX & Seasonal Branding
Navbar, and changing the footer illustration to a Santa image. [1] [2] [3]Brevo Chat Widget Improvements
NEXT_PUBLIC_BREVO_CONVERSATIONS_IDandNEXT_PUBLIC_BREVO_CONVERSATIONS_GROUP_IDin.env.example.Blockchain Network Support Adjustments
Refined network filtering logic throughout the application to only exclude "Celo" for non-injected (smart) wallets, instead of excluding both "Celo" and "Hedera Mainnet". This affects several components, ensuring more consistent and accurate network availability. [1] [2] [3] [4] [5] [6]
Added Ethereum Mainnet (
mainnet) to the list of supported chains in the Privy configuration, broadening wallet compatibility. [1] [2]Usability Enhancements
These changes collectively enhance the application’s security posture, user experience, and seasonal appeal, while also improving configuration flexibility and blockchain compatibility.
References
Testing
Checklist
mainBy submitting a PR, I agree to Paycrest's Contributor Code of Conduct and Contribution Guide.