chore: new release v1.13.3-pre.0#6919
Conversation
WalkthroughThis pull request primarily bumps the pre-release version from "1.13.2-pre.0" to "1.13.3-pre.0" across multiple Cargo.toml files in various packages and components. The README has been updated with revised recommended running versions for the Nextnet and Esmeralda networks. Additionally, changelog files include a migration fix and new method declarations related to one-sided transaction handling. The supply-chain configuration is also updated to reflect the new version numbers for several exemptions. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant TariWallet
participant ChainService
User->>TariWallet: Initiate one-sided payment request
TariWallet->>TariWallet: Execute wallet_get_utxos()
TariWallet->>TariWallet: Process wallet_coin_join()/wallet_coin_split()
TariWallet->>ChainService: Validate transaction details
ChainService-->>TariWallet: Return validation result
TariWallet->>User: Callback with transaction status
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (11)
👮 Files not reviewed due to content moderation or server errors (2)
🧰 Additional context used🪛 markdownlint-cli2 (0.17.2)changelog-development.md5-5: Heading levels should only increment by one level at a time (MD001, heading-increment) changelog-nextnet.md23-23: Multiple headings with the same content (MD024, no-duplicate-heading) 27-27: Multiple headings with the same content (MD024, no-duplicate-heading) 30-30: Multiple headings with the same content (MD024, no-duplicate-heading) ⏰ Context from checks skipped due to timeout of 90000ms (6)
🔇 Additional comments (10)
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. 🪧 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
CodeRabbit Configuration File (
|
Test Results (CI) 3 files 129 suites 43m 20s ⏱️ Results for commit 5dbfde6. |
* development: chore: new release v1.13.3-pre.0 (tari-project#6919) fix: fix migration 5 (tari-project#6915) chore: update change logs (tari-project#6913) chore: new release v1.13.2-pre.0 (tari-project#6912) fix: randomX seed management (tari-project#6910) fix(comms/yamux): dont poll the substream after closing/error (tari-project#6911) fix: dont poll yamux substream after an error (tari-project#6909) feat: remove memory allocation for max_size_vec (tari-project#6903) feat: add display info to yamux (tari-project#6904)
Description
new release esme
Summary by CodeRabbit