-
Notifications
You must be signed in to change notification settings - Fork 78
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: publish 0.48.0 #1435
chore: publish 0.48.0 #1435
Conversation
- @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected] - @requestnetwork/[email protected]
WalkthroughThe recent updates across various packages in the Request Network ecosystem encompass significant enhancements and bug fixes aimed at improving functionality, security, and user experience. Key changes include the introduction of new features such as better payment processing capabilities, improved gas fee management, and support for additional blockchain networks. The removal of the Coveralls service and optimizations in dependencies reflect a commitment to maintain a streamlined and secure development environment. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PaymentProcessor
participant CurrencyManager
participant PaymentNetwork
participant Blockchain
User->>PaymentProcessor: Initiate Payment
PaymentProcessor->>CurrencyManager: Get Conversion Rate
CurrencyManager-->>PaymentProcessor: Return Rate
PaymentProcessor->>PaymentNetwork: Process Payment
PaymentNetwork->>Blockchain: Execute Transaction
Blockchain-->>PaymentNetwork: Confirm Transaction
PaymentNetwork-->>PaymentProcessor: Payment Status
PaymentProcessor-->>User: Notify Payment Result
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Changes
This PR updates the inter-package dependencies and the package-specific CHANGELOG.md files. By the time this PR is created, the releases in NPM, Github, and Dockerhub should have already been published. Merge this PR before executing the next release.
Release 0.48.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.48.0
What's Changed
Features
Bug Fixes
Code Refactoring
Builds
Continuous Integrations
Chores
New Contributors
Full Changelog: RequestNetwork/requestNetwork/compare/0.46.0...master
Packages
Images
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores