chore: new release v1.13.1-pre.0#6898
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request updates version numbers across multiple Cargo.toml files from "1.13.0-pre.0" to "1.13.1-pre.0" and adjusts configuration exemptions accordingly. Additionally, the changelog documents have been updated to describe new features including Tari Script support, one-sided transactions, enhanced wallet connectivity, improved error handling, and auto-update capabilities. Changes
Sequence Diagram(s)sequenceDiagram
participant Wallet
participant TariScriptEngine
participant BaseNode
Wallet->>TariScriptEngine: Validate & prepare Tari Script transaction
TariScriptEngine-->>Wallet: Return validation result
Wallet->>BaseNode: Submit Tari Script transaction
BaseNode-->>Wallet: Confirm transaction acceptance
sequenceDiagram
participant User
participant Wallet
participant ConnectivityService
participant BaseNode
User->>Wallet: Initiate one-sided transaction ("make-it-rain")
Wallet->>ConnectivityService: Request connection to Base Node
ConnectivityService->>BaseNode: Establish connection
Wallet->>BaseNode: Transmit transaction details
BaseNode-->>ConnectivityService: Acknowledge receipt
ConnectivityService-->>Wallet: Relay confirmation
Wallet-->>User: Confirm transaction success
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (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 (
|
* development: (412 commits) chore: new release v1.13.1-pre.0 (tari-project#6898) fix: excess sig order in the tx tab (tari-project#6897) chore: ensure thread safety (tari-project#6896) fix: peer order (tari-project#6894) fix: use plain string for grpc address (tari-project#6881) fix: startup arg (tari-project#6889) feat: add num connections to network state (tari-project#6884) refactor: reduce logging to make it less noisy (tari-project#6882) feat: check coinbase count (tari-project#6880) chore(deps): bump dorny/test-reporter from 1 to 2 (tari-project#6883) chore: update readme (tari-project#6878) fix: libtor cli option (tari-project#6877) chore: new version v1.13.0-pre.0 (tari-project#6875) chore: reset network (tari-project#6874) fix: prune mode validation (tari-project#6873) perf: remove duplicate metadata signature verification (tari-project#6866) feat: remove static moneroD response (tari-project#6867) chore(ci): updates to pull version from workspace (tari-project#6868) chore(ci): binaries build continue-on-error when release (tari-project#6865) chore: handle seed words env var (tari-project#6855) ...
New esme release
Summary by CodeRabbit
New Features
Improvements
Chores