chore: new release v4.8.0-pre.0#7286
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis update increments version numbers from 4.7.0-pre.0 to 4.8.0-pre.0 across multiple Cargo.toml files, changelogs, and the supply-chain configuration. Additionally, consensus constants for the Esmeralda network are modified, specifically adjusting proof-of-work parameters and effective height. Changelog entries document new features, breaking changes, and bug fixes. Changes
Sequence Diagram(s)sequenceDiagram
participant Node
participant ConsensusConstants
participant PoWAlgorithm
Node->>ConsensusConstants: Request Esmeralda constants
ConsensusConstants->>ConsensusConstants: Clone initial constants
ConsensusConstants->>PoWAlgorithm: Set Sha3x max_difficulty to 60_000_000_000
ConsensusConstants->>ConsensusConstants: Set effective_from_height to 52000
ConsensusConstants-->>Node: Return updated constants
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (11)
✨ Finishing Touches
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
Description
new release esme
Summary by CodeRabbit
Chores
Documentation
New Features
Bug Fixes