-
Notifications
You must be signed in to change notification settings - Fork 1
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
Version Packages #280
Version Packages #280
Conversation
WalkthroughThe recent update to the Changes
Sequence Diagram(s) (Beta)sequenceDiagram
participant User
participant Moonbeam
participant Polkadex
User->>Moonbeam: Initiates PDEX Transfer
Moonbeam->>Polkadex: Sends PDEX Transfer Request
Polkadex-->>Moonbeam: Confirms Transfer
Moonbeam-->>User: Transfer Confirmation
Poem
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 Configration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- packages/thea/CHANGELOG.md (1 hunks)
- packages/thea/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/thea/package.json
Additional context used
LanguageTool
packages/thea/CHANGELOG.md
[style] ~31-~31: Consider using a different verb for a more formal wording. (FIX_RESOLVE)
Context: ...unction to get all supported assets and fixed issue with THEA withdrawal ## 5.2.0 #...
[grammar] ~37-~37: Collocation: With the noun “change”, you should use the verb “make”. (MAKE_A_CHANGE)
Context: ...nges - 0f4ec4c: In this PR, we will be doing a minor change in cross-chain interface...
[grammar] ~54-~54: The word ‘withdraw’ is not a noun. Did you mean “withdrawal”? (PREPOSITION_VERB)
Context: ...ex. In this task, we will be adding the withdraw logic for THEA so that user can withdra...
[grammar] ~54-~54: Use the plural noun, or add a word such as ‘the’ or ‘some’ in front of ‘other’. (OTHER_NN)
Context: ...w thier assets from Polkadex network to other network. 1. Polkadex to AssetHub - USDT, DED...
Additional comments not posted (1)
packages/thea/CHANGELOG.md (1)
3-8
: LGTM! The changelog correctly documents the new feature as described in the PR.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@polkadex/[email protected]
Minor Changes
Summary by CodeRabbit
New Features
Chores