-
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.49.0 #1439
chore: publish 0.49.0 #1439
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 multiple packages in the Request Network ecosystem emphasize significant enhancements in functionality, security, and performance. Key improvements include extensive bug fixes, the introduction of new features for better transaction management, and support for additional blockchain networks. The updates also streamline build processes by removing outdated dependencies. Overall, these changes reflect a robust commitment to maintaining a secure, efficient, and user-friendly experience in handling transactions and payments across diverse platforms. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PaymentProcessor
participant CurrencyManager
participant TransactionManager
User->>PaymentProcessor: Initiate Payment
PaymentProcessor->>CurrencyManager: Get Conversion Path
CurrencyManager-->>PaymentProcessor: Return Conversion Path
PaymentProcessor->>TransactionManager: Process Payment
TransactionManager-->>PaymentProcessor: Confirm Payment
PaymentProcessor-->>User: Payment Successful
sequenceDiagram
participant User
participant RequestClient
participant PaymentDetection
User->>RequestClient: Send Payment Request
RequestClient->>PaymentDetection: Detect Payment
PaymentDetection-->>RequestClient: Payment Detected
RequestClient-->>User: Confirmation Sent
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.49.0
https://github.com/RequestNetwork/requestNetwork/releases/tag/0.49.0
What's Changed
Features
Bug Fixes
Full Changelog: RequestNetwork/requestNetwork/compare/0.48.0...master
Packages
Images
Summary by CodeRabbit
New Features
CurrencyManager
for better conversion path management.Bug Fixes
Documentation
Refactor
shx
with native commands and removing unnecessary dependencies.Style
Tests
Chores