-
Notifications
You must be signed in to change notification settings - Fork 224
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: new release v1.13.2-pre.0 #6912
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis pull request primarily updates version numbers from 1.13.1-pre.0 to 1.13.2-pre.0 across multiple Cargo.toml files and related configuration files. In addition, the README has been updated with new recommended network versions for Nextnet and Esmeralda. The changelog documents detailed modifications for a new TariScript feature and other blockchain-related enhancements including transaction data structures, metadata commitment signatures, network separation, and wallet transaction improvements. Changes
Sequence Diagram(s)sequenceDiagram
participant Wallet
participant TariScriptEngine
participant BaseNode
participant Miner
Wallet->>TariScriptEngine: Submit transaction with TariScript details
TariScriptEngine->>Wallet: Request commitment signature (ComSig)
Wallet->>TariScriptEngine: Provide ComSig & transaction data
TariScriptEngine->>BaseNode: Validate transaction & calculate gamma
BaseNode->>Miner: Forward validated transaction
Miner-->>BaseNode: Confirm inclusion in block
BaseNode-->>Wallet: Transaction confirmed & updated
Possibly related PRs
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: 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 esmeralda
Summary by CodeRabbit
Chores
New Features